aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-27test_is.clj: Replaced 'report' with a more flexible multimethod.Stuart Sierra
2009-04-25fix doc strings and comments, report from Michael Woodscgilardi
2009-04-25Fixed pprint-newline :mandatoryTom Faulhaber
2009-04-23monads: fixed m-plus in maybe-tKonrad Hinsen
2009-04-23monads: better default for which-m-plus in maybe-tKonrad Hinsen
2009-04-22probabilities: revision, new submodules random-numbers and monte-carloKonrad Hinsen
2009-04-21accumulators: new mean-variance accumulatorKonrad Hinsen
2009-04-21monads: new monad function m-reduceKonrad Hinsen
2009-04-21def: new utility function name-with-attributes for use in var-defining macrosKonrad Hinsen
2009-04-19Added new libs: jar.clj, classpath.clj, find_namespaces.cljStuart Sierra
2009-04-17accumulators: implement clojure.contrib.generic.arithmethic/+ as a synonym fo...Konrad Hinsen
2009-04-17More autodoc changes (because googlecode wiki is stupid)Tom Faulhaber
2009-04-17Updates for autodocTom Faulhaber
2009-04-16types: optional docstring and attribute map in deftypeKonrad Hinsen
2009-04-15repl-utils: start-handling-break cleared break-threads every time it was call...Chouser
2009-04-14singleton.clj: added per-thread-singleton, renamed singleton to global-singletonStuart Sierra
2009-04-14repl-utils: fix get-source to use full-path :file meta-data.Chouser
2009-04-12Added namespace level documentationTom Faulhaber
2009-04-12missing :useTom Faulhaber
2009-04-12Handle ArraySeqsTom Faulhaber
2009-04-11Resolve issue 37. Build patch from Howard Lewis Shipscgilardi
2009-04-10Stuart S's suggestions for propertiesStuart Halloway
2009-04-10simplified tests to avoid permanent fixtures per discussion on mailing listStuart Halloway
2009-04-09sql.internal: use java-utils/as-propertiesscgilardi
2009-04-09added Perry Trolard's properties helpersStuart Halloway
2009-04-09singleton.clj: fix namespace nameStuart Sierra
2009-04-09singleton.clj: new lib for initializing global singleton instancesStuart Sierra
2009-04-09lazy-xml: fix lazinessChouser
2009-04-09shell-out: fix up docstringChouser
2009-04-09breaking change: rename the-str to as-strStuart Halloway
2009-04-07Resolve issue 31: Maven patch / build on CI Server, from Howard Lewis Shipscgilardi
2009-04-06converted lazy seqs to functions so they won't hold their headsStuart Halloway
2009-04-06removed spurious double-run of testsStuart Halloway
2009-04-06Moved cl_format back to having a "-" in the name because apparently loadTom Faulhaber
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Added cl-format examplesTom Faulhaber
2009-04-06Added tests for the pretty printer/cl-format to the main test driverTom Faulhaber
2009-04-06Changed - to _ in filenamesTom Faulhaber
2009-04-06Added a warning if we don't have a clojure.jar to support compilationTom Faulhaber
2009-04-06Added tests, all of which pass!Tom Faulhaber
2009-04-06Add pprint and utilities to the set of compiled filesTom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber
2009-04-05update ns form for sql.internalscgilardi
2009-04-05update ns form for sql.cljscgilardi
2009-04-05use the-str from java-utilsscgilardi
2009-04-05fix issue 36, compatiblity with bash 4.0 re: handling of set -o nounset and a...scgilardi
2009-04-05sql: fixed breakage I caused in r636Stuart Halloway
2009-04-05java-util: the-str and with-system-propertiesStuart Halloway
2009-04-05java-utils: fileStuart Halloway
2009-04-04added source-cell? predicateJeffrey Straszheim