aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-01Rename test sources to clojure/contrib/test_*.clj naming pattern.Stuart Sierra
2010-02-01Remove redundant test-contrib ns name part.Stuart Sierra
2010-02-01Remove old str-utils lib tests.Stuart Sierra
2010-02-01Rename test namespaces to match new names.Stuart Sierra
2010-02-01Rename uses of str-utils/2/3 to stringStuart Sierra
2010-02-01Change ns names for all renamed libs except str-utilsStuart Sierra
2010-02-01Delete obsolete versions of popular libs.Stuart Sierra
2010-02-01Rename popular libs with shorter names.Stuart Sierra
2010-01-31c.c.json: use PrintWriter directly; even fasterStuart Sierra
2010-01-31c.c.json: reorganize around extendStuart Sierra
2010-01-31new c.c.json: fix 1 reflective callStuart Sierra
2010-01-31Add c.c.json; replacement for c.c.json.read & c.c.json.writeStuart Sierra
2010-01-30c.c.json.read: use transientsStuart Sierra
2010-01-30c.c.json.read: accept any Reader type; fixes #67Stuart Sierra
2010-01-30fix for aotc, ticket 44; moved impl selection code from macro to runtime evalAlexander Taggart
2010-01-30Fix mis-named ns in pprint.gen-class; refs #66Stuart Sierra
2010-01-30pprint: Move gen-class expressions to separate file; refs #65Stuart Sierra
2010-01-30pprint: require ColumnWriter in PrettyWriterStuart Sierra
2010-01-27str-utils3: substitute type-specific fns for 'replace' multimethodStuart Sierra
2010-01-26Add str-utils3 with testsStuart Sierra
2010-01-20Add "dist" assembly for distribution ZIP/tar files.Stuart Sierra
2010-01-20Remove clojure.contrib.test-contribStuart Sierra
2010-01-20Remove tests for clojure.contrib.walk (obsolete)Stuart Sierra
2010-01-20Move example sources to separate dir.Stuart Sierra
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2010-01-14macro-utils: support new deftype and reify formsKonrad Hinsen
2010-01-08finite-distributions: fixed typoKonrad Hinsen
2009-12-30clean up temporary namespaces, fixes #54Stuart Halloway
2009-12-29check for AssertionError in testsRich Hickey
2009-12-28finite-distributions: simplified m-bind of dist-m monadKonrad Hinsen
2009-12-14Add Factory as a method of obtaining open database connections, fixes #50Steve Gilardi
2009-12-11Changed all instances of ^x across contrib to (meta x) since the ^x form is b...Tom Faulhaber
2009-12-10Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ...Tom Faulhaber
2009-12-10Fixes for defs losing their doc strings (and other metadata).Tom Faulhaber
2009-11-30renamed col-write method to Java-ok col_writeRich Hickey
2009-11-28added :dynamic annotations to mockRich Hickey
2009-11-26macros: new macro with-direct-linkingKonrad Hinsen
2009-11-24make filename canonical: pprint/cl-format.clj -> pprint/cl_format.cljSteve Gilardi
2009-11-24exclude bytes from http.agentRich Hickey
2009-11-23commented out trace core testRich Hickey
2009-11-13command-line: revert 72a13bfChouser
2009-11-13duck_streams.clj: support Socket in reader & writer; fixes #46Stuart Sierra
2009-11-10server-socket: make less promiscuous use of clojure.mainChouser
2009-11-08repl-utils: (source foo) threw NPE when metadata didn't include :file. Fixed.Chouser
2009-11-07add wall-hack-method and wall-hack-field. fixes #43Kevin Downey
2009-11-02http/agent.clj: prevent hang on immediate (string (http-agent...))Stuart Sierra
2009-11-02PersistentFnMap.clj: add default value arity for -valAt; fixes #41Stuart Sierra
2009-11-02seq_utils_test.clj: add tests from Sean Devlin; fixes #13Stuart Sierra
2009-11-02trace.clj: add dotrace; fixes #39Stuart Sierra
2009-10-31cl-format: ~$ wasn't handling very small fractions (that round to 0) correctly.Tom Faulhaber