Age | Commit message (Expand) | Author |
2008-09-14 | sql: revamped interfaces, fixed bugs, improved examples | scgilardi |
2008-09-13 | sql: move test to sql.test | scgilardi |
2008-09-13 | clojurescript: added support for loop, recur, try/catch/finally, and a bunch ... | Chouser |
2008-09-12 | Add re-partition to str-utils | Chouser |
2008-09-12 | str_utils.clj: fixed ns declaration | Stuart Sierra |
2008-09-12 | Initial preliminary checkin of ClojureScript -- very incomplete. | Chouser |
2008-09-09 | clojure/ns -> ns | scgilardi |
2008-09-08 | Initial checkin of lazy-xml, API-compatible with clojure.xml, but lazy. | Chouser |
2008-09-07 | mmap.clj: update to use ns, Clojure rev 1017 | Chouser |
2008-09-07 | Update zip-filter to use ns plus other changes to work with Clojure rev 1017 | Chouser |
2008-09-05 | pred.clj remove predicates that are now part of clojure (clojure svn 1016) | scgilardi |
2008-09-02 | Change :imports to :import in gen-interface, for latest clojure svn. | Chouser |
2008-08-30 | removing clojure.contrib.string, Clojure svn 1007 introduced clojure/format | scgilardi |
2008-08-29 | Updated some libs to use new clojure/ns macro. | Stuart Sierra |
2008-08-29 | updates to use clojure/ns | scgilardi |
2008-08-29 | Update gen-interface to use (ns) | Chouser |
2008-08-28 | lib.clj: removed format and printf, which are in clojure core as of SVN rev. ... | Stuart Sierra |
2008-08-28 | build.xml: separate dist directory no longer needed to build JAR | Stuart Sierra |
2008-08-19 | transition/lib.clj: fix typo | scgilardi |
2008-08-19 | transition/lib.clj: refine comments | scgilardi |
2008-08-19 | transition/lib.clj sym->lib in arguments | scgilardi |
2008-08-19 | transition/lib.clj: refine comments, doc strings | scgilardi |
2008-08-19 | transition/lib.clj: refine comments | scgilardi |
2008-08-19 | except.clj: use when for on-armed if | scgilardi |
2008-08-19 | add transition/lib.clj | scgilardi |
2008-08-17 | arrange for clojure-contrib.jar to include CPL.TXT as intended | scgilardi |
2008-08-17 | Add clojure.contrib.mmap | Chouser |
2008-08-16 | fix build.xml for the new clojure-contrib layout | scgilardi |
2008-08-16 | add Revisions log and remove obsolete top level libs | scgilardi |
2008-08-16 | and import_static | scgilardi |
2008-08-16 | move def to src/clojure/contrib (overlooked in 132 | scgilardi |
2008-08-16 | move namespace-directory-aware libs into src/clojure/contrib | scgilardi |
2008-08-16 | lib.clj: refine comments | scgilardi |
2008-08-16 | lib.clj: refine docs | scgilardi |
2008-08-16 | lib.clj: overhauled comments and docs, made prefix lists nest, added init-ns | scgilardi |
2008-08-15 | Deleted xml-stream-writer.clj, which does not work with current Clojure | Stuart Sierra |
2008-08-15 | Deleted xml-stream-reader.clj, which does not work with current Clojure | Stuart Sierra |
2008-08-15 | Deleted anaphor.clj: only acond remained and I never found it useful. | Stuart Sierra |
2008-08-14 | shorten stacktraces from throw-if | scgilardi |
2008-08-13 | Updated zip-filter and zip-filter.xml for new clojure.contrib layout. | Chouser |
2008-08-12 | Clean up gen-interface API, don't gen bytecode twice, use struct internally. | Chouser |
2008-08-12 | Update gen-interface -- each method description is a vector, and now | Chouser |
2008-08-12 | seq_utils: moved to new dir; added group-by and partition-by | Stuart Sierra |
2008-08-08 | lib.clj: fix logic around when we need a namespace for :as | scgilardi |
2008-08-07 | lib.clj: add :as to make namespace aliases easily (thanks Meikel Brandmeyer) | scgilardi |
2008-08-07 | Rename functions and merge normally desired behavior into the gen-interface f... | Chouser |
2008-08-07 | Update gen-interface for new source layout. | Chouser |
2008-08-07 | Copied many of my libs to namespaced directories. | Stuart Sierra |
2008-08-07 | build.xml: Fixed to use correct classpath in JAR. | Stuart Sierra |
2008-08-07 | Added build.xml to produce JAR. | Stuart Sierra |