aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-25Set version to 1.1.0 in Ant build and POM1.1.01.1.xStuart Sierra
2010-01-19Fix ci-build target with correct Clojure artifact name1.1.0-RC3Stuart Sierra
2010-01-19Set version to 1.1.0-RC3 in Ant build and POMStuart Sierra
2010-01-19Setup Maven deploy directories for build.clojure.orgStuart Sierra
2010-01-07build.xml: change version to 1.1.0-RC21.1.0-RC2Stuart Sierra
2010-01-05exclude logging.clj from AOT compilation (see ticket 44)Steve Gilardi
2010-01-04Add ZIP dist target to build1.1.0-RC1Stuart Sierra
2010-01-04pom.xml: set version 1.1.0-RC1 and depend on clojure 1.1.0Stuart Sierra
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
2009-10-16Removing ClojureCLR (Moved to http://github.com/richhickey/clojure-clr)David Miller
2009-10-05Change version number of clojure-lang dependency.Howard M. Lewis Ship
2009-10-03jmx.clj: Beans (1) must have reftypes for state, and (2) no longerStuart Halloway
2009-09-28compile str-utils2 and other build fixes, refs #22Stuart Halloway
2009-08-31macro-utils: fix handling of let* and loop* forms with more than one body exp...Konrad Hinsen
2009-08-28test_is.clj: compatibility bridge to the new clojure.test; refs #26Stuart Sierra
2009-08-28str_utils2.clj: added type hints for String return values; fixes #27Stuart Sierra
2009-08-27renamed c.c.expect to c.c.mock, added author/doc metadataStuart Halloway
2009-08-25Fixed attr-maps on private macros.Alexander Taggart
2009-08-25Fixed a typo introduced by the merge: test-is-adapter => test-adapter.Tom Faulhaber
2009-08-25Merge branch 'expect'Stuart Halloway
2009-08-25tweaks: update build to match package names, idiomatic reset!Stuart Halloway