aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Requires setting contrib version in build.xml
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 ↵Tom Faulhaber
being deprecated in 1.1 refs #48
2009-12-10Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ↵Tom Faulhaber
is being deprecated in 1.1
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
alpha), requested by build.clojure.org maintainer Tim Dysinger
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
Clients have to provide their own --help defaults if that's what they want.
2009-11-13allow local.propertiesStuart Halloway
2009-11-13duck_streams.clj: support Socket in reader & writer; fixes #46Stuart Sierra
Patch by Sean Devlin
2009-11-10Update pom to depend on latest Clojure. See Clojure ticket 208Chouser
2009-11-10server-socket: make less promiscuous use of clojure.mainChouser
Needed for compatibility with bound-fn patch to clojure.
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
Signed-off-by: Chouser <chouser@n01se.net>
2009-11-02http/agent.clj: prevent hang on immediate (string (http-agent...))Stuart Sierra
Reported at http://groups.google.com/group/clojure/browse_frm/thread/f6676b28cb7e68c9
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
Patch from Michel Salim
2009-10-31cl-format: ~$ wasn't handling very small fractions (that round to 0) correctly.Tom Faulhaber
refs #40
2009-10-31cl-format: ~$ wasn't handling negative numbers correctlyTom Faulhaber
refs #40
2009-10-29exclude caseRich Hickey
2009-10-29works with clojure branch new by excluding deftypeMike Hinchey
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-10-28java-utils: Add delete-file and delete-file-recursively functionsPhil Hagelberg
Also added test for delete-file. Refs #33 Signed-off-by: Chouser <chouser@n01se.net>
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
Closes #24 Signed-off-by: scgilardi <scgilardi@gmail.com>
2009-10-03jmx.clj: Beans (1) must have reftypes for state, and (2) no longerStuart Halloway
assume that reftypes are IFns
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 ↵Konrad Hinsen
expression
2009-08-28test_is.clj: compatibility bridge to the new clojure.test; refs #26Stuart Sierra
Includes support for the old syntax of the "are" macro.
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
Signed-off-by: Tom Faulhaber <git_net@infolace.com> See #21
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
2009-08-25simplifying expect_test file structureStuart Halloway
2009-08-25removed util per Chouser's suggestionStuart Halloway
2009-08-25positions takes only a predicate, per Rich's feedbackAaron Bedra and Stuart Halloway
2009-08-25GitHub's rendering of the README was grabbing the ) at the end of parenthesizedTom Faulhaber
URLs, so I added an ugly space before the ).