aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-09seq_utils.clj: Issue 35: fixed partition-by to only call f once on each inputStuart Sierra
2009-05-09Got rid of some debug code that doesn't work across namespacesTom Faulhaber
2009-05-09New multimethod-based dispatch system. Made a path all the way throughTom Faulhaber
2009-05-09Broke write into two parts one of which takes a stream and one ofTom Faulhaber
2009-05-08json/write.clj: force object keys to be stringsStuart Sierra
2009-05-07test_is.clj: fix keyword in report argumentStuart Sierra
2009-05-07test_is.clj: fix wrong # of arguments to report on thrown-with-msg?Stuart Sierra
2009-05-07test_is.clj: throw meaningful exception if namespace does not existStuart Sierra
2009-05-06test_is: undo change from r761 and replace it by a fixture in test-contrib.ma...Konrad Hinsen
2009-05-06monads: monad functions are now real functions defined as symbol macrosKonrad Hinsen
2009-05-05Documentation updatesKonrad Hinsen
2009-05-05macro-utils: fixed expansion of symbol macros in the first position of a listKonrad Hinsen
2009-05-05New library macro-utilsKonrad Hinsen
2009-05-05test-is: run each test with *ns* set to its namespaceKonrad Hinsen
2009-05-05generic: documentation updateKonrad Hinsen
2009-05-04Documentation updateKonrad Hinsen
2009-05-04Fixed a bunch of little doc errorsTom Faulhaber
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-05-04Added pprint to the load-all listTom Faulhaber
2009-05-04More documentation headersTom Faulhaber
2009-05-03duck_streams.clj: corrected doc string for "file-str"Stuart Sierra
2009-05-03duck_streams.clj: Renamed file to file-str, for compatibility with java-utilsStuart Sierra
2009-05-03Namespace documentation for autodocKonrad Hinsen
2009-05-03A couple of small corrections to the doc.Tom Faulhaber
2009-05-03Beginning to add namespace documentation for all namespaces.Tom Faulhaber
2009-05-03Cleaned up cl-format's doc stringTom Faulhaber
2009-05-03Updating pprint documentationTom Faulhaber
2009-04-30walk.clj: fixed macroexpand-all to use seq? instead of list?Stuart Sierra
2009-04-29monads: sequence monad made fully lazyKonrad Hinsen
2009-04-28monads: bug fixes for maybe-t and sequence-tKonrad Hinsen
2009-04-28repl_ln: add clojure-version to default greetingscgilardi
2009-04-27sql: improve error reporting on SQLException including BatchUpdateExceptionscgilardi
2009-04-27test_is.clj: updated docs for new 'report' functionStuart Sierra
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