aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib
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-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-19lazy-seqs: simplify powers-of-2, inspired by achim_p's fibsscgilardi
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-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-09miglayout: updated docsscgilardi
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-06remove 'lib' contrib which is now integrated into boot.cljscgilardi
2008-10-06sql.interal: minor fixesscgilardi
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-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-02add clojure.contrib.cond providing cond-letscgilardi
2008-09-26test_is.clj: added throws macro, from assert-raises by Allen RohnerStuart Sierra
2008-09-14sql: add insert-values, insert-rowsscgilardi
2008-09-14sql: revamped interfaces, fixed bugs, improved examplesscgilardi
2008-09-13sql: move test to sql.testscgilardi
2008-09-12Add re-partition to str-utilsChouser
2008-09-12str_utils.clj: fixed ns declarationStuart Sierra
2008-09-09clojure/ns -> nsscgilardi
2008-09-08Initial checkin of lazy-xml, API-compatible with clojure.xml, but lazy.Chouser
2008-09-07mmap.clj: update to use ns, Clojure rev 1017Chouser
2008-09-07Update zip-filter to use ns plus other changes to work with Clojure rev 1017Chouser
2008-09-05pred.clj remove predicates that are now part of clojure (clojure svn 1016)scgilardi
2008-09-02Change :imports to :import in gen-interface, for latest clojure svn.Chouser
2008-08-30removing clojure.contrib.string, Clojure svn 1007 introduced clojure/formatscgilardi
2008-08-29Updated some libs to use new clojure/ns macro.Stuart Sierra
Updated: fcase, import-static, javalog, duck-streams, str-utils, trace, enum, seq-utils, and test-is. Also removed deprecated seq-utils/batch.
2008-08-29updates to use clojure/nsscgilardi
2008-08-29Update gen-interface to use (ns)Chouser
2008-08-28lib.clj: removed format and printf, which are in clojure core as of SVN rev. ↵Stuart Sierra
1007
2008-08-19except.clj: use when for on-armed ifscgilardi