aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-10add set to build.xml, add {:tag Boolean} to predicates in set.cljscgilardi
2009-02-10fix issue 14: set.clj from Jason Wolfescgilardi
2009-02-10fix issue 8, lazy_seqs.clj, from Jason Wolfescgilardi
2009-02-10fix issue 15, test_clojure/reader: patch from Shawn Hooverscgilardi
2009-02-08accumulators: renamed add-coll to add-items and added queue accumulatorKonrad Hinsen
2009-02-07shell-out: add :return-map option, patch from Perry TrolardChouser
2009-02-07error-kit: initial commitChouser
2009-02-05duck_streams.clj: fixed bug when a Reader wasn't wrapped in a BufferedReaderStuart Sierra
2009-02-01command-line: simplified the cmdspec parsing code a bit.Chouser
2009-02-01command-line: allow option synonyms (e.g. --port, -p) patch from Perry TrolardChouser
2009-01-31def: refine defalias further, deals now with only root binding, cleanly ↵scgilardi
merges metadata and provides doc string, conforms to DRY principle
2009-01-30probabilities.dist: added creation of dists from counters by normalizationKonrad Hinsen
2009-01-30auto_agent.clj: new lib, auto-updating agents, like Cells in CLStuart Sierra
2009-01-30json/write.clj & json/read.clj: made tests namespace-privateStuart Sierra
2009-01-30test_is.clj: added "deftest-"Stuart Sierra
2009-01-29monads.clj: new cont monad, new macros m-when and m-when-notKonrad Hinsen
2009-01-29Removed gen-interface -- has been in clojure.core for almost 2 months now.Chouser
2009-01-29Fixed partition-by to work on vectors, arrays or ranges (generally when ↵Christophe Grand
(identical? (rest s) (rest s)) returns false).
2009-01-29test-clojure.reader: fix some number tests for current clojure and added ↵scgilardi
some. all pass currently
2009-01-29apply_macro.clj: added new (evil) libStuart Sierra
2009-01-28Added combinatorics.clj, which contains efficient implementations of a ↵Mark Engelberg
number of common combinatorial functions, such as permutations, combinations, subsets, cartesian-product, and more. Also, commented out similar functions in lazy_seqs.clj with Stephen C. Gilardi's permission to avoid duplication with these newer, faster functions.
2009-01-26json/read.clj: eliminated reflection, fixed int/char typecast bugStuart Sierra
2009-01-26Moved print_json.clj to json/write.clj; added json/read.clj.Stuart Sierra
2009-01-26sql.internal: with-query-results clearer error message when code needs ↵scgilardi
updating from query as sql string to query as vector containing sql string and params
2009-01-26print_json.clj: added new lib, a JSON generatorStuart Sierra
2009-01-26stream-utils: use new fn interface to stream itersKonrad Hinsen
2009-01-26Fixed issue 5: updated code from Craig McDanielscgilardi
2009-01-25added :dir and :env to shell-outStuart Halloway
2009-01-25added test_contrib.clj, similar test_clojure.cljStuart Halloway
added test_clojure, test_contrib, and test tasks to build.xml
2009-01-25New module clojure.contrib.stream-utilsKonrad Hinsen
2009-01-25Monads: new writer monad, enhanced maybe-t transformer, new sequence-t ↵Konrad Hinsen
transformer
2009-01-25math: remove 'mod' (was added to Clojure svn rev 1227)Chouser
2009-01-22New module accumulators.clj (with example and entry in build.xml)Konrad Hinsen
2009-01-21test_is.clj: lots of new documentationStuart Sierra
2009-01-21test_is.clj: new assertion "(is (thrown-with-msg? class re ...))"Stuart Sierra
2009-01-21sql: simplify transaction* furtherscgilardi
2009-01-21sql: in transaction*, separate simple nested case from outermost casescgilardi
2009-01-21sql: correct docs for transact(*) regarding rollback-onlyscgilardi
2009-01-21sql.internal: extract get-connection code into its own functionscgilardi
2009-01-21repl-utils/source: fix for package names that include dashes.Chouser
2009-01-21sql: improve conditional for loading driver classscgilardi
2009-01-21repl-utils/show: Add support for regex and predicate filters.Chouser
2009-01-21sql: add :datasource as a way to specify a database to with-connectionscgilardi
2009-01-20template.clj: added checks for valid template expressionsStuart Sierra
2009-01-19sql: provide find-connection, returns current connection or nilscgilardi
2009-01-19sql: fix updating of :rollback-onlyscgilardi
2009-01-19add server_socket.clj from Craig McDaniel, addresses issue 4scgilardi
2009-01-19sql: restore rollback flag to its default after transaction completesscgilardi
2009-01-18sql: add support for rollback-only to transaction, only wrap the outermost ↵scgilardi
transaction's exception with an exception with message 'transaction rolled back'
2009-01-18def.clj: update defalias to use only supported clojure calls/reader macrosscgilardi