| Age | Commit message (Expand) | Author |
| 2008-10-06 | ClojureScript: clean up the Class class, prn can now print the print-method m... | Chouser |
| 2008-10-06 | sql: minor cleanups | scgilardi |
| 2008-10-06 | sql: formatting | scgilardi |
| 2008-10-06 | sql: move internal defs to their own proper namespace | scgilardi |
| 2008-10-06 | sql: updates to be more modular, explicit transactions that nest, db-spec as ... | scgilardi |
| 2008-10-05 | ClojureScript: fix ArraySeq.reduce | Chouser |
| 2008-10-04 | sql: make column specs be vectors to allow more than just name and type natur... | scgilardi |
| 2008-10-04 | sql: remove superfluous the-str call | scgilardi |
| 2008-10-04 | allow keywords for table names, column names, and types, move internal code i... | scgilardi |
| 2008-10-03 | improved support for additional options in sql/connection. Based on a suggest... | scgilardi |
| 2008-10-02 | ClojureScript: stop shadowing java classes, clean up mock-java type system. p... | Chouser |
| 2008-10-02 | add clojure.contrib.cond providing cond-let | scgilardi |
| 2008-09-27 | ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, Mul... | Chouser |
| 2008-09-26 | test_is.clj: added throws macro, from assert-raises by Allen Rohner | Stuart Sierra |
| 2008-09-24 | ClojureScript: was leaking recur temp vars and some clojure_* temp objects in... | Chouser |
| 2008-09-23 | ClojureScript: Chrome doesn't set function.arity: changed lazy apply so it do... | Chouser |
| 2008-09-23 | ClojureScript: integrate PersistentVector, plus better mimicking of Java clas... | Chouser |
| 2008-09-21 | ClojureScript: Added: RT.conj, ASeq, Cons, EmptyList, PersistentList. | Chouser |
| 2008-09-20 | ClojureScript: Now support apply, lazy variadic args, minimal | Chouser |
| 2008-09-19 | ClojureScript: boot.clj can now be converted to syntactically correct JavaScr... | Chouser |
| 2008-09-17 | ClojureScript: Dynamic Vars now work: binding and set! | Chouser |
| 2008-09-17 | ClojureScript: even more local var emits are now avoided. | Chouser |
| 2008-09-16 | ClojureScript: Fixed *allow-unresolved-vars* | Chouser |
| 2008-09-16 | ClojureScript: fix locals names and removed *check-arity* (which was kinda bo... | Chouser |
| 2008-09-16 | ClojureScript: more logic in emit code to produce less verbose JavaScript. | Chouser |
| 2008-09-16 | ClojureScript: reduce number of local variables emitted. | Chouser |
| 2008-09-15 | ClojureScript: minimal example functioning now | Chouser |
| 2008-09-14 | sql: add insert-values, insert-rows | scgilardi |
| 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 |