aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-06test_is: undo change from r761 and replace it by a fixture in ↵Konrad Hinsen
test-contrib.macro-utils
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
reader/writer no longer use the "file" function.
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
Because macroexpand returns a Cons, not a list, we need this to get all possible expansions. Reported by Konrad Hinsen.
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
This should make it easier to write other reporting formats, such as JUnit. Also updated test_is/tests.clj and test_is/tap.clj
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 ↵Konrad Hinsen
for combine
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 ↵Chouser
called. Fixed.
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-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
added tests that use a fixture dir (we should standardize on something here)
2009-04-09singleton.clj: fix namespace nameStuart Sierra