aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21Add source .clj files to JARmavenStuart Sierra
2010-01-21Clean up headings in READMEStuart Sierra
2010-01-21Add additional mvn build commands to READMEStuart Sierra
2010-01-21Clean up URLs and add link to package downloads in READMEStuart Sierra
2010-01-21Reformat README to 70-chars-per-lineStuart Sierra
2010-01-20Add assembly configuration to POM.Stuart Sierra
2010-01-20Add "dist" assembly for distribution ZIP/tar files.Stuart Sierra
2010-01-20Add release and SNAPSHOT distributionManagement to POMStuart Sierra
2010-01-20Exclude clojure.contrib.pprint from compilationStuart Sierra
2010-01-20Update build instructions in README.txtStuart Sierra
2010-01-20Remove Ant build script.Stuart Sierra
2010-01-20Add build instructions to POM.Stuart Sierra
2010-01-20Remove clojure.contrib.test-contribStuart Sierra
2010-01-20Replace classes and *.jar with target/ in .gitignoreStuart 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
2010-01-05exclude logging.clj from AOT compilation (see ticket 44)Steve Gilardi
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-12-10update to point to build.clojure.org, clojure 1.1.0-master (was 1.1.0Steve Gilardi
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-13allow local.propertiesStuart Halloway
2009-11-13duck_streams.clj: support Socket in reader & writer; fixes #46Stuart Sierra
2009-11-10Update pom to depend on latest Clojure. See Clojure ticket 208Chouser
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
2009-10-31cl-format: ~$ wasn't handling negative numbers correctlyTom Faulhaber
2009-10-29exclude caseRich Hickey
2009-10-29works with clojure branch new by excluding deftypeMike Hinchey
2009-10-28java-utils: Add delete-file and delete-file-recursively functionsPhil Hagelberg