Age | Commit message (Expand) | Author |
2008-10-15 | ClojureScript: update for Clojure SVN 1067, plus other bug fixes. | Chouser |
2008-10-14 | miglayout: internal changes to be more FP oriented | scgilardi |
2008-10-13 | miglayout: clean up implementation, :layout, :column, and :row are now pseudo... | scgilardi |
2008-10-11 | ClojureScript: refactor clj.js so that it passes YUI Compressor without warni... | Chouser |
2008-10-09 | miglayout: updated docs | scgilardi |
2008-10-08 | ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector f... | Chouser |
2008-10-08 | miglayout.clj: untabify | scgilardi |
2008-10-08 | miglayout.clj: a couple of type hints | scgilardi |
2008-10-08 | miglayout: fix typos | scgilardi |
2008-10-08 | clojure.contrib.miglayout: Clojure support for laying out components in swing... | scgilardi |
2008-10-06 | ClojureScript: update patch for latest clojure svn | Chouser |
2008-10-06 | remove 'lib' contrib which is now integrated into boot.clj | scgilardi |
2008-10-06 | remove top-level folder 'transition' and 'lib.clj' within it--the transition ... | scgilardi |
2008-10-06 | sql.interal: minor fixes | scgilardi |
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 |