aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-14sql: add insert-values, insert-rowsscgilardi
2008-09-14sql: revamped interfaces, fixed bugs, improved examplesscgilardi
2008-09-13sql: move test to sql.testscgilardi
2008-09-13clojurescript: added support for loop, recur, try/catch/finally, and a bunch ↵Chouser
of constant expressions
2008-09-12Add re-partition to str-utilsChouser
2008-09-12str_utils.clj: fixed ns declarationStuart Sierra
2008-09-12Initial preliminary checkin of ClojureScript -- very incomplete.Chouser
2008-09-09clojure/ns -> nsscgilardi
2008-09-08Initial checkin of lazy-xml, API-compatible with clojure.xml, but lazy.Chouser
2008-09-07mmap.clj: update to use ns, Clojure rev 1017Chouser
2008-09-07Update zip-filter to use ns plus other changes to work with Clojure rev 1017Chouser
2008-09-05pred.clj remove predicates that are now part of clojure (clojure svn 1016)scgilardi
2008-09-02Change :imports to :import in gen-interface, for latest clojure svn.Chouser
2008-08-30removing clojure.contrib.string, Clojure svn 1007 introduced clojure/formatscgilardi
2008-08-29Updated some libs to use new clojure/ns macro.Stuart Sierra
Updated: fcase, import-static, javalog, duck-streams, str-utils, trace, enum, seq-utils, and test-is. Also removed deprecated seq-utils/batch.
2008-08-29updates to use clojure/nsscgilardi
2008-08-29Update gen-interface to use (ns)Chouser
2008-08-28lib.clj: removed format and printf, which are in clojure core as of SVN rev. ↵Stuart Sierra
1007
2008-08-28build.xml: separate dist directory no longer needed to build JARStuart Sierra
2008-08-19transition/lib.clj: fix typoscgilardi
2008-08-19transition/lib.clj: refine commentsscgilardi
2008-08-19transition/lib.clj sym->lib in argumentsscgilardi
2008-08-19transition/lib.clj: refine comments, doc stringsscgilardi
2008-08-19transition/lib.clj: refine commentsscgilardi
2008-08-19except.clj: use when for on-armed ifscgilardi
2008-08-19add transition/lib.cljscgilardi
2008-08-17arrange for clojure-contrib.jar to include CPL.TXT as intendedscgilardi
2008-08-17Add clojure.contrib.mmapChouser
2008-08-16fix build.xml for the new clojure-contrib layoutscgilardi
2008-08-16add Revisions log and remove obsolete top level libsscgilardi
2008-08-16and import_staticscgilardi
2008-08-16move def to src/clojure/contrib (overlooked in 132scgilardi
2008-08-16move namespace-directory-aware libs into src/clojure/contribscgilardi
2008-08-16lib.clj: refine commentsscgilardi
2008-08-16lib.clj: refine docsscgilardi
2008-08-16lib.clj: overhauled comments and docs, made prefix lists nest, added init-nsscgilardi
2008-08-15Deleted xml-stream-writer.clj, which does not work with current ClojureStuart Sierra
2008-08-15Deleted xml-stream-reader.clj, which does not work with current ClojureStuart Sierra
2008-08-15Deleted anaphor.clj: only acond remained and I never found it useful.Stuart Sierra
2008-08-14shorten stacktraces from throw-ifscgilardi
2008-08-13Updated zip-filter and zip-filter.xml for new clojure.contrib layout.Chouser
2008-08-12Clean up gen-interface API, don't gen bytecode twice, use struct internally.Chouser
2008-08-12Update gen-interface -- each method description is a vector, and nowChouser
gen-interface allows re-loading of an idential interface.
2008-08-12seq_utils: moved to new dir; added group-by and partition-byStuart Sierra
2008-08-08lib.clj: fix logic around when we need a namespace for :asscgilardi
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