aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-30add printer tests, restructure test-clojurescgilardi
2008-10-28miglayout/internal: gettin' that reduce religionscgilardi
2008-10-28except: add throwf, throw with a message formatted like printfscgilardi
2008-10-26ClojureScript: Add more complete Numbers class (still only support js Number),Chouser
2008-10-23test-clojure.reader fix namespacescgilardi
2008-10-23test-clojure: completing Reader->readerscgilardi
2008-10-23itermim Reader -> Reader1scgilardi
2008-10-23test-clojure Reader.clj -> reader.cljscgilardi
2008-10-22fix typoscgilardi
2008-10-22clojure.contrib.test-clojure, nascent tester for Clojure's facilitiesscgilardi
2008-10-21ClojureScript: remove set-prop in favor of (set! prop val), plus some bug fixes.Chouser
2008-10-19lazy-seqs: simplify powers-of-2, inspired by achim_p's fibsscgilardi
2008-10-19ClojureScript: update avoid-java-in-boot.patch for clojure SVN 1075Chouser
2008-10-19ClojureScript: Add command-line options, set-prop and get-prop, plus aChouser
2008-10-19Added command-line lib for parsing options and switches.Chouser
2008-10-19Update lazy-xml to use (load) instead of (load-resources)Chouser
2008-10-17Add combinations to lazy-seqsChouser
2008-10-17sql.clj: change to use Class/forName to register jdbc driversscgilardi
2008-10-16ClojureScript: simple browser-based repl now functional.Chouser
2008-10-15ClojureScript: add a minimal HTTP server for compiling cljs to jsChouser
2008-10-15ClojureScript: update for Clojure SVN 1067, plus other bug fixes.Chouser
2008-10-14miglayout: internal changes to be more FP orientedscgilardi
2008-10-13miglayout: clean up implementation, :layout, :column, and :row are now pseudo...scgilardi
2008-10-11ClojureScript: refactor clj.js so that it passes YUI Compressor without warni...Chouser
2008-10-09miglayout: updated docsscgilardi
2008-10-08ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector f...Chouser
2008-10-08miglayout.clj: untabifyscgilardi
2008-10-08miglayout.clj: a couple of type hintsscgilardi
2008-10-08miglayout: fix typosscgilardi
2008-10-08clojure.contrib.miglayout: Clojure support for laying out components in swing...scgilardi
2008-10-06ClojureScript: update patch for latest clojure svnChouser
2008-10-06remove 'lib' contrib which is now integrated into boot.cljscgilardi
2008-10-06remove top-level folder 'transition' and 'lib.clj' within it--the transition ...scgilardi
2008-10-06sql.interal: minor fixesscgilardi
2008-10-06ClojureScript: clean up the Class class, prn can now print the print-method m...Chouser
2008-10-06sql: minor cleanupsscgilardi
2008-10-06sql: formattingscgilardi
2008-10-06sql: move internal defs to their own proper namespacescgilardi
2008-10-06sql: updates to be more modular, explicit transactions that nest, db-spec as ...scgilardi
2008-10-05ClojureScript: fix ArraySeq.reduceChouser
2008-10-04sql: make column specs be vectors to allow more than just name and type natur...scgilardi
2008-10-04sql: remove superfluous the-str callscgilardi
2008-10-04allow keywords for table names, column names, and types, move internal code i...scgilardi
2008-10-03improved support for additional options in sql/connection. Based on a suggest...scgilardi
2008-10-02ClojureScript: stop shadowing java classes, clean up mock-java type system. p...Chouser
2008-10-02add clojure.contrib.cond providing cond-letscgilardi
2008-09-27ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, Mul...Chouser
2008-09-26test_is.clj: added throws macro, from assert-raises by Allen RohnerStuart Sierra
2008-09-24ClojureScript: was leaking recur temp vars and some clojure_* temp objects in...Chouser
2008-09-23ClojureScript: Chrome doesn't set function.arity: changed lazy apply so it do...Chouser