aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-25Set version to 1.0.0 in Ant build and POM1.0.01.0.xStuart Sierra
2010-01-19Set version to 1.0.0-RC2 in Ant build and POM1.0.0-RC2Stuart Sierra
2010-01-19Fix ci-build target with correct Clojure artifact nameStuart Sierra
2010-01-19Setup Maven deploy directories for build.clojure.orgStuart Sierra
2010-01-04Add ZIP dist target to build1.0.0-RC1Stuart Sierra
2010-01-04pom.xml: set version to 1.0.0-RC1, depend on clojure 1.0.0Stuart Sierra
2009-12-02Backport logging to 1.0-compatible branch.clojure-1.0-compatiblePhil Hagelberg
2009-11-02test-is: don't compose fixtures forever; fixes #36Stuart Sierra
2009-07-02repl-utils: Fix init state for add-break-thread!Chouser
2009-06-17build.xml: run compile-clojure in headless modeKonrad Hinsen
2009-06-16pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.Tom Faulhaber
2009-06-16condition: refinementsscgilardi
2009-06-14pprint: Modified buffer-length to remove (or at least ameliorate) aTom Faulhaber
2009-06-14condition: fix regex in print-stack-tracescgilardi
2009-06-13pprint: directly call some dispatch functions that we use often to beTom Faulhaber
2009-06-13condition: simplify implementation, add one-argument raisescgilardi
2009-06-11condition: work on print-stack-trace and examplesscgilardi
2009-06-11condition: add print-stack-trace, fix handling of nil forms in handler-casescgilardi
2009-06-11condition: refinements and add example of nested handlerscgilardi
2009-06-10condition: add 'based on a idea from Chouser' and reference to the discussionscgilardi
2009-06-10condition: add example.cljscgilardi
2009-06-10add condition.clj: raise and handle conditions: mapsscgilardi
2009-06-09http/agent.clj: fixed typoStuart Sierra
2009-06-09test-clojure.compilation: extend compiler metadata test;Frantisek Sodomka
2009-06-08http/agent.clj: experimental agent-based HTTP clientStuart Sierra
2009-06-08http/connection.clj: experimental low-level HTTP client APIStuart Sierra
2009-06-08java_utils.clj: added as-url multimethodStuart Sierra
2009-06-06swing-utils: add action and menu(bar) builders from Meikel Brandmeyer, inspir...scgilardi
2009-06-06except: support exception classes that don't allow wrapping a causescgilardi
2009-06-06sql.internal: use enhanced throwf from exceptscgilardi
2009-06-06except: allow throwf et al to wrap another exception (the cause)scgilardi
2009-06-06sql.test: use new with- indentation from Phil Hagelbergscgilardi
2009-06-05build.xml: Add clojure.contrib.fnmap.PersistentFnMap to compiled_classesTom Faulhaber
2009-06-05Expose xml-dispatch so it can be used directly with write and fix upTom Faulhaber
2009-06-05duck_streams.clj: added methods to copy for String and byte[]Stuart Sierra
2009-06-05duck_streams.clj: added copy and to-byte-arrayStuart Sierra
2009-06-05str_utils2.clj: removed extraneous as-patternStuart Sierra
2009-06-05str_utils2.clj: added missing docstringsStuart Sierra
2009-06-05str_utils2.clj: fix some commentsStuart Sierra
2009-06-05str_utils2.clj: added codepoints and docodepointsStuart Sierra
2009-06-05str_utils2.clj: corrected missing package name on IFnStuart Sierra
2009-06-05swing-utils: add do-swing, do-swing-and-wait macros from Meikel Brandmeyerscgilardi
2009-06-04def: fix formatting for name-with-attributes, (with spaces for tab width of 8...scgilardi
2009-06-04def: add defnk from Meikel Brandmeyer, tabs->spaces for name-with-attributesscgilardi
2009-06-04str_utils2.clj: added arglist metadata to multimethodsStuart Sierra
2009-06-04str_utils2.clj: experimental new string libraryStuart Sierra
2009-06-03build.xml: add fnmap to compiled namespaces, fixes test_contrib failurescgilardi
2009-06-03clojure.contrib.core: add seqable?scgilardi
2009-06-03repl-utils: Add expression-infoChouser
2009-06-03command-line: default options didn't actually work. fixed.Chouser