aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
update for Clojure SVN 1080, plus bug fixes.
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
small pile of bug fixes.
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 ↵scgilardi
pseudo-components taking inline constraints like components do
2008-10-11ClojureScript: refactor clj.js so that it passes YUI Compressor without ↵Chouser
warnings.
2008-10-09miglayout: updated docsscgilardi
2008-10-08ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector ↵Chouser
functions.
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 ↵scgilardi
swing containers using miglayout (http://miglayout.com)
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
of lib.clj into clojure is complete
2008-10-06sql.interal: minor fixesscgilardi
2008-10-06ClojureScript: clean up the Class class, prn can now print the print-method ↵Chouser
methodTable.
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
data rather than as a function, with-results changed to bind a seq of results rather than records repeatedly, see clojure.contrib.sql.test for new examples.
2008-10-05ClojureScript: fix ArraySeq.reduceChouser
2008-10-04sql: make column specs be vectors to allow more than just name and type ↵scgilardi
naturally
2008-10-04sql: remove superfluous the-str callscgilardi
2008-10-04allow keywords for table names, column names, and types, move internal code ↵scgilardi
into its own file
2008-10-03improved support for additional options in sql/connection. Based on a ↵scgilardi
suggestion from Tom Emerson.
2008-10-02ClojureScript: stop shadowing java classes, clean up mock-java type system. ↵Chouser
prn print-method now works for several types.
2008-10-02add clojure.contrib.cond providing cond-letscgilardi
2008-09-27ClojureScript: add classes Keyword, PersistentHashMap, PersistentHashSet, ↵Chouser
MultiFn; mutlimethod print now works; add many functions to clojure runtime; support calling keywords and collections; fixed several small bugs including extra null arg on some variadic calls
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 ↵Chouser
into global namespace. plugged.
2008-09-23ClojureScript: Chrome doesn't set function.arity: changed lazy apply so it ↵Chouser
doesn't rely on arity.