aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-13minimual update to Clojure SVN 1094 of lazy-xml with-pull command-line (they ↵scgilardi
load)
2008-11-13minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum ↵scgilardi
javalog duck-streams str-utils. (they all load again)
2008-11-12Update zip-filter for Clojure SVN 1094Chouser
2008-11-12first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ↵scgilardi
on now load again
2008-11-12Update gen-interface for Clojure SVN 1094Chouser
2008-11-12Update mmap for Clojure SVN 1094Chouser
2008-11-12command-line: print help when no command-line options are givenChouser
2008-11-09except.clj: distill and provide throw-argscgilardi
2008-11-03except.clj: add throw-if-not, distill code, make all args optional, now ↵scgilardi
truly general purpose
2008-11-03ClojureScript: Support defmacro in .cljs code when *eval-defmacro* is true ↵Chouser
(not for repl service)
2008-11-02ClojureScript: add colored text and status graphic to browser repl.Chouser
2008-11-01ClojureScript: Added "real" symbols, regex literals, re-wrote browser REPL ↵Chouser
in ClojureScript, updated to Clojure SVN 1086
2008-10-30test-clojure: add BigDecimal reader tests, fix comments in numbersscgilardi
2008-10-30another restructure to give more useful resultsscgilardi
2008-10-30test-clojure: use explicit loading--it worksscgilardi
2008-10-30new tests dir, test-clojure will load any .clj files in it and then run all ↵scgilardi
defined tests
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