Age | Commit message (Expand) | Author |
2009-02-24 | unwrap InvocationTargetException's around Errors in reflective calls [issue 44] | Rich Hickey |
2009-02-24 | mod fix [issue 23], patch from timothypratley | Rich Hickey |
2009-02-23 | removed dorun calls to first | Rich Hickey |
2009-02-23 | lazy-seq perf tweaks | Rich Hickey |
2009-02-20 | return unmodifiableList from ASeq.reify() | Rich Hickey |
2009-02-20 | fixed lazy-seq constants | Rich Hickey |
2009-02-19 | added clojure.core/*source-path* | Rich Hickey |
2009-02-18 | got rid of LazyCons | Rich Hickey |
2009-02-18 | fixed reverse and sort to return () on empty coll | Rich Hickey |
2009-02-18 | fixed bean, patch from Chouser | Rich Hickey |
2009-02-18 | fixed (= (lazy-seq nil) nil) | Rich Hickey |
2009-02-18 | added sequence | Rich Hickey |
2009-02-18 | fixed (cycle []) | Rich Hickey |
2009-02-18 | fixed nil punning in genclass, patch from Chouser | Rich Hickey |
2009-02-18 | fixed LazySeq and EmptyList equals/equiv | Rich Hickey |
2009-02-17 | merged lazy branch -r1236:1286 | Rich Hickey |
2009-02-13 | added intCast from char/byte/short | Rich Hickey |
2009-02-12 | fixed distinct nil handling | Rich Hickey |
2009-02-12 | added multi-arg clojure.set/union/difference/intersection, patch from jawolfe | Rich Hickey |
2009-02-11 | added class name to No matching ctor message | Rich Hickey |
2009-02-11 | fixed ensure to use deref | Rich Hickey |
2009-02-11 | repl read refactoring, patch from scgilardi | Rich Hickey |
2009-02-11 | added Counted interface and counted? predicate | Rich Hickey |
2009-02-11 | catch method redef in proxy, patch from jbondeson | Rich Hickey |
2009-02-11 | IDeref print method honors *print-level*, patch from Chouser | Rich Hickey |
2009-02-10 | added inlining on remaining coercions | Rich Hickey |
2009-02-10 | added exact-match-wins in getMatchingParams | Rich Hickey |
2009-02-10 | ~@x outside of syntax-quote yields: (unquote-splicing x), patch from mb | Rich Hickey |
2009-02-10 | added per-defmulti hierarchies, patch from mb | Rich Hickey |
2009-02-10 | fixed get overload in future-call | Rich Hickey |
2009-02-09 | add a warn-on-reflection option to clojure.lang.Compile, patch from cemerick | Rich Hickey |
2009-02-09 | zip/remove does not return the correct loc, patch from cgrand | Rich Hickey |
2009-02-09 | clojure.main should not exit if there was an exception in an --init file | Rich Hickey |
2009-02-09 | fixed Ratio->bigdec, patch from jbondeson | Rich Hickey |
2009-02-09 | fixed Ratio to floating point conversion, patch from jbondeson | Rich Hickey |
2009-02-09 | fixed `() | Rich Hickey |
2009-02-09 | improved ref printing, patch from Chouser | Rich Hickey |
2009-02-09 | added #_ ignore form reader macro | Rich Hickey |
2009-02-07 | added sync to writeClassFile | Rich Hickey |
2009-01-31 | fixed pmap so parallel in first n steps | Rich Hickey |
2009-01-26 | added pcalls, pvalues | Rich Hickey |
2009-01-25 | fixed definline, patch from Chouser | Rich Hickey |
2009-01-25 | made eval use ephemeral classloader in all cases | Rich Hickey |
2009-01-24 | make tree-seq accept non-branch root, patch from cgrand | Rich Hickey |
2009-01-24 | defmacro now returns var, patch from cgrand | Rich Hickey |
2009-01-24 | removes many reflection warnings from clojure.core files, patch from cgrand | Rich Hickey |
2009-01-23 | added mod, patch from Mark Engelberg | Rich Hickey |
2009-01-23 | made :default a keyword arg to defmulti, added support for docstring and meta... | Rich Hickey |
2009-01-23 | Added doc strings for many *vars*, patch from Jarkko | Rich Hickey |
2009-01-23 | Added doc string to ns macro, patch from mb | Rich Hickey |