aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-05exclude logging.clj from AOT compilation (see ticket 44)newSteve Gilardi
2009-11-13converting jmx bean to use AOT deftypeStuart Halloway
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
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
2009-08-25Added author metadataTom Faulhaber
2009-08-25More cross references in the READMETom Faulhaber
2009-08-24modify immigrate to operate on root bindings rather than current bindingsscgilardi
2009-08-23expect: remove indexes in favor of seq-utils/positionsAaron Bedra and Stuart Halloway
2009-08-23add seq-utils/positionsAaron Bedra and Stuart Halloway
2009-08-23added adapter testAaron Bedra and Stuart Halloway
2009-08-23got tests passing for clojure.contrib.expectAaron Bedra and Stuart Halloway
2009-08-23added test-expect source, renamed namespaces for contribAaron Bedra and Stuart Halloway
2009-08-23Merge branch 'master' of git@github.com:richhickey/clojure-contribStuart Halloway
2009-08-22A couple of doc tweaksTom Faulhaber
2009-08-21Translated Jeffrey's overview of Datalog from the old google code wiki intoTom Faulhaber
2009-08-21java_utils.clj Correct previous commit with duplicate definition of as-strStuart Sierra
2009-08-21java_utils.clj: made as-str variadic like str, fixes #18Stuart Sierra
2009-08-21Fleshed out the README with a bunch of important info that should be on the h...Tom Faulhaber
2009-08-20http/agent.clj: fix missing @ in 'message'Stuart Sierra
2009-08-20http/agent.clj: handle null response stream on disconnectStuart Sierra
2009-08-20http/agent.clj: handle null InputStream from HTTP responseStuart Sierra