Age | Commit message (Expand) | Author |
2008-12-15 | Switch my libs to EPL | Chouser |
2008-12-15 | Add entity escaping to lazy-xml/emit | Chouser |
2008-12-13 | Removed two more old namespace-is-directory files. | Stuart Sierra |
2008-12-13 | Removed old namespace-is-directory files. | Stuart Sierra |
2008-12-13 | Fix specific-method 'show' | Chouser |
2008-12-13 | Improve 'show' -- better sorting, more info on class and methods. | Chouser |
2008-12-13 | Add repl-utils with 'show' and 'source'. | Chouser |
2008-12-13 | Add tests of 'for' with :when/:while on same binding form. | Chouser |
2008-12-13 | Add baseline tests for clojure.core/for | Chouser |
2008-12-12 | seq_utils.clj: fixed misplaced doc strings (report by Perry Trolard) | Stuart Sierra |
2008-12-11 | retiring clojure.contrib.pred as most of the important predicates are now par... | scgilardi |
2008-12-11 | retiring clojure.contrib.memoize as memoize is now part of clojure.core | scgilardi |
2008-12-11 | seq_utils.clj: added "frequencies" | Stuart Sierra |
2008-12-10 | repl_ln: handle leading -i and --init args like clojure.main | scgilardi |
2008-12-09 | walk.clj: added new lib, a generic tree walker/transformer | Stuart Sierra |
2008-12-07 | applied Stuart Sierra's patch to add support for other local or remote javadocs | Christophe Grand |
2008-12-07 | test_is.clj: added doc string for test-var | Stuart Sierra |
2008-12-07 | test_is.clj: first major rewrite; better reporting hooks | Stuart Sierra |
2008-12-05 | fcase.clj: fixed private symbol used by in-case (report by T. Roussanov) | Stuart Sierra |
2008-12-05 | repl-ln: fix typo in comments and don't claim to inherit private info from pa... | scgilardi |
2008-12-05 | repl-ln: print Clojure greeting if launched as main | scgilardi |
2008-12-05 | test-clojure: evaluation tests from J. McConnell | scgilardi |
2008-12-05 | repl-ln: supports repl options, improved docs | scgilardi |
2008-12-05 | cond-let: breaking change, updated to the new binding syntax (a vector) | scgilardi |
2008-12-04 | memoize: change from ref to atom for cache | scgilardi |
2008-12-04 | fix do-prepared iteration, broke svn 258 accidental checkin | scgilardi |
2008-12-03 | javadoc.clj: update to new doto syntax | scgilardi |
2008-12-03 | repl-ln: provide :gen-class, -main, patch from Meikel Brandmeyer | scgilardi |
2008-12-03 | trace.clj: fixed missing "#" | Stuart Sierra |
2008-12-03 | javalog.clj: deprecated | Stuart Sierra |
2008-12-03 | trace.clj: made trace a fn, indent deftraces | Stuart Sierra |
2008-12-03 | repl-ln: add missing require of clojure.main | scgilardi |
2008-12-02 | repl-ln.clj: only set compiler line before a Lisp Reader read | scgilardi |
2008-12-02 | repl-ln.clj: improve ; comment behavior | scgilardi |
2008-12-02 | Add repl_ln.clj, a repl that supports line numbers | scgilardi |
2008-12-01 | def: improve defalias fidelity | scgilardi |
2008-12-01 | remove deprecated init-once, add defonce- | scgilardi |
2008-12-01 | def: fix defalias to work with macros | scgilardi |
2008-11-28 | except.clj: fix our-prefix in throwable for naming change from AOT compilation | scgilardi |
2008-11-28 | except.clj: guard against a ClassCastException if throwable is called directly | scgilardi |
2008-11-27 | pred.clj: make macro? work again | scgilardi |
2008-11-24 | except.clj: remove inaccurate note about assert | scgilardi |
2008-11-23 | Use 'declare' instead of 'def' for forward declaration. | Chouser |
2008-11-23 | test-clojure: remove import that's no longer used | scgilardi |
2008-11-21 | ClojureScript: first deployment to demo site | Chouser |
2008-11-21 | Update lazy-xml for Clojure SVN 1111 | Chouser |
2008-11-21 | Moving clojurescript toward deployment of repl demo | Chouser |
2008-11-19 | miglayout.test udpate to new doto syntax (clojure svn 1111) | scgilardi |
2008-11-18 | fix header comments for fibs | scgilardi |
2008-11-18 | change to simple, beautiful definition of fibs | scgilardi |