Age | Commit message (Expand) | Author |
2008-11-09 | except.clj: distill and provide throw-arg | scgilardi |
2008-11-03 | except.clj: add throw-if-not, distill code, make all args optional, now truly... | scgilardi |
2008-11-03 | ClojureScript: Support defmacro in .cljs code when *eval-defmacro* is true (n... | Chouser |
2008-11-02 | ClojureScript: add colored text and status graphic to browser repl. | Chouser |
2008-11-01 | ClojureScript: Added "real" symbols, regex literals, re-wrote browser REPL in... | Chouser |
2008-10-30 | test-clojure: add BigDecimal reader tests, fix comments in numbers | scgilardi |
2008-10-30 | another restructure to give more useful results | scgilardi |
2008-10-30 | test-clojure: use explicit loading--it works | scgilardi |
2008-10-30 | new tests dir, test-clojure will load any .clj files in it and then run all d... | scgilardi |
2008-10-30 | add printer tests, restructure test-clojure | scgilardi |
2008-10-28 | miglayout/internal: gettin' that reduce religion | scgilardi |
2008-10-28 | except: add throwf, throw with a message formatted like printf | scgilardi |
2008-10-26 | ClojureScript: Add more complete Numbers class (still only support js Number), | Chouser |
2008-10-23 | test-clojure.reader fix namespace | scgilardi |
2008-10-23 | test-clojure: completing Reader->reader | scgilardi |
2008-10-23 | itermim Reader -> Reader1 | scgilardi |
2008-10-23 | test-clojure Reader.clj -> reader.clj | scgilardi |
2008-10-22 | fix typo | scgilardi |
2008-10-22 | clojure.contrib.test-clojure, nascent tester for Clojure's facilities | scgilardi |
2008-10-21 | ClojureScript: remove set-prop in favor of (set! prop val), plus some bug fixes. | Chouser |
2008-10-19 | lazy-seqs: simplify powers-of-2, inspired by achim_p's fibs | scgilardi |
2008-10-19 | ClojureScript: update avoid-java-in-boot.patch for clojure SVN 1075 | Chouser |
2008-10-19 | ClojureScript: Add command-line options, set-prop and get-prop, plus a | Chouser |
2008-10-19 | Added command-line lib for parsing options and switches. | Chouser |
2008-10-19 | Update lazy-xml to use (load) instead of (load-resources) | Chouser |
2008-10-17 | Add combinations to lazy-seqs | Chouser |
2008-10-17 | sql.clj: change to use Class/forName to register jdbc drivers | scgilardi |
2008-10-16 | ClojureScript: simple browser-based repl now functional. | Chouser |
2008-10-15 | ClojureScript: add a minimal HTTP server for compiling cljs to js | Chouser |
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 |