aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-07lib.clj: add :as to make namespace aliases easily (thanks Meikel Brandmeyer)scgilardi
2008-08-07Rename functions and merge normally desired behavior into the gen-interface ↵Chouser
function. Also add some docs.
2008-08-07Update gen-interface for new source layout.Chouser
2008-08-07Copied many of my libs to namespaced directories.Stuart Sierra
Works with new clojure.contrib.lib. Ported libs: fcase, javalog, duck-streams, str-utils, import-static, trace, enum, test-is.
2008-08-07build.xml: Fixed to use correct classpath in JAR.Stuart Sierra
2008-08-07Added build.xml to produce JAR.Stuart Sierra
2008-08-07lib.clj: allow load-libs args to be symbolsscgilardi
2008-08-06lib.clj: (dorun (map ... -> (doseq ...scgilardi
2008-08-06lib.clj make using prefixes in use, require, load-namespace a pure ↵scgilardi
convenience with no less or more capability than listing each individual nsspec
2008-08-06lib.clj: simplify logic in load-namespaces, longer code, but clearerscgilardi
2008-08-06lib.clj allow non-keyword args to 'use' and 'require' to be symbols ↵scgilardi
representing top-level libs
2008-08-05lib.clj: make top level libs work by using a nil prefixscgilardi
2008-07-29Added gen-interface.cljChouser
2008-07-29refining comments, terminologyscgilardi
2008-07-29fix untabify that didn't takescgilardi
2008-07-29canonicalize formatscgilardi
2008-07-29make package paths legalscgilardi
2008-07-29make package paths legalscgilardi
2008-07-29make package paths legalscgilardi
2008-07-29make package paths legalscgilardi
2008-07-27lib/lib.clj corrections and updates to documentationscgilardi
2008-07-26update for new source layoutscgilardi
2008-07-26updates for my remaining libs to the new namespace organizationscgilardi
2008-07-26updates for my remaining libs to the new namespace organizationscgilardi
2008-07-26updates for my remaining libs to the new namespace organizationscgilardi
2008-07-26updates for my remaining libs to the new namespace organizationscgilardi
2008-07-26updates for my remaining libs to the new namespace organizationscgilardi
2008-07-26updates for using the prefix idea and allowing large ns implementationsscgilardi
2008-07-25new source organizationscgilardi
2008-07-24Update clojure namespaces to work with latest clojure revision.Chouser
2008-07-24Add type hints.Chouser
2008-07-22lib/lib.clj make sym-file privatescgilardi
2008-07-22lib.clj: update verbose load to correct namespace for libscgilardi
2008-07-22provide namespace directories and contents for def and sqlscgilardi
2008-07-22provide new and old lib.clj for SVN 951 transitionscgilardi
2008-07-22add directory for new lib.clj namespacescgilardi
2008-07-21update to load with clojure SVN 951 changesscgilardi
2008-07-14lazy-seqs.clj: add rotations and permutationsscgilardi
2008-07-13str-utils.clj: made str-join use clojure/interposeStuart Sierra
2008-07-13seq-utils.clj: deprecated batch for clojure/partition.Stuart Sierra
2008-07-11test-is.clj: test-ns returns counts; added run-tests.Stuart Sierra
2008-07-11lib.clj: clarify example of load-pathscgilardi
2008-07-11except.clj: simplify implementationscgilardi
2008-07-11lib.clj: simplify pathscgilardi
2008-07-11lib.clj: improve :verbose output for nested loadsscgilardi
2008-07-10change evaluation of option args, revised docs, enhanced :verbose outputscgilardi
2008-07-09test-is.clj: print stack trace on exceptionStuart Sierra
2008-07-07untabify except.cljscgilardi
2008-07-07add except.cljscgilardi
2008-07-06string.clj: fix typo in commentsscgilardi