Age | Commit message (Expand) | Author |
2008-04-02 | more numbers experimentation | Rich Hickey |
2008-04-02 | added seq support for Iterators | Rich Hickey |
2008-04-02 | fixed internal reduce | Rich Hickey |
2008-04-02 | range seq, internal reduce in ISeq | Rich Hickey |
2008-04-01 | experimenting with new numbers prototype | Rich Hickey |
2008-04-01 | starting new numbers prototype | Rich Hickey |
2008-03-31 | starting new numbers prototype | Rich Hickey |
2008-03-30 | disallow recur from catch/finally | Rich Hickey |
2008-03-30 | added arglist for identical? | Rich Hickey |
2008-03-29 | added arglists to in-ns and load-file | Rich Hickey |
2008-03-28 | setup default bindings for smap before/after | Rich Hickey |
2008-03-28 | tightened smap range | Rich Hickey |
2008-03-26 | re-enabled clearing locals on tail calls, but track locals used in catch/fina... | Rich Hickey |
2008-03-26 | made FnExpr public | Rich Hickey |
2008-03-25 | backed out of arg clearing due to interaction with try | Rich Hickey |
2008-03-25 | backed out of local clearing due to interaction with try | Rich Hickey |
2008-03-25 | added locals clearing on tail calls | Rich Hickey |
2008-03-25 | added arg clearing on tail calls | Rich Hickey |
2008-03-24 | use subsuming method, if any, rather than first found, when overloaded w/same... | Rich Hickey |
2008-03-24 | made Repl load files in user ns, changed Repl to serve as better example of h... | Rich Hickey |
2008-03-23 | changed reflective calls back to find first matching | Rich Hickey |
2008-03-23 | made IFn extend Runnable, stricter overload resolution, accessible macro meta... | Rich Hickey |
2008-03-20 | got rid of input purge on exception | Rich Hickey |
2008-03-17 | switched to readLine on input purge in Repl exception handler | Rich Hickey |
2008-03-16 | added newline on EOF | Rich Hickey |
2008-03-14 | intern compiled string literals | Rich Hickey |
2008-03-14 | added System.exit call | Rich Hickey |
2008-03-13 | renamed ! to send, added send-off, *agent* is currently running agent | Rich Hickey |
2008-03-13 | renamed ! to send, added send-off, *agent* is currently running agent | Rich Hickey |
2008-03-12 | fixed bug with invoke >= MAX_POSITIONAL_ARGS | Rich Hickey |
2008-03-12 | fixed build dep of Keyword on AFn, added throwArity to Keyword | Rich Hickey |
2008-03-12 | prevent nested #()s, dump input stream on repl exception, put cause message f... | Rich Hickey |
2008-03-12 | improved error message for bad arity | Rich Hickey |
2008-03-11 | added flush and read-line | Rich Hickey |
2008-03-11 | fixed bug in ASeq toArray(Object[]) | Rich Hickey |
2008-03-11 | bind source paths when reading boot scripts from jar, switched to Clojure's b... | Rich Hickey |
2008-03-10 | fixed ns prefix on fns - now clojure.fns. | Rich Hickey |
2008-03-10 | fixed fn name propagation, added cljfn namespace segment prefix on all genera... | Rich Hickey |
2008-03-08 | keep tail out of tree, speeding up cons/pop | Rich Hickey |
2008-03-07 | made munge public, upped SMAP range to 10000 | Rich Hickey |
2008-03-05 | renamed PersistentHashMap.INode.seq to nodeSeq to avoid override of AMapEntry... | Rich Hickey |
2008-03-05 | fixed MapEntry.seq to use AMapEntry.seq | Rich Hickey |
2008-03-04 | fixed hash-set of empty coll/nil | Rich Hickey |
2008-03-04 | fixed bug with nested try blocks | Rich Hickey |
2008-03-04 | sets - read/print/compile/metadata, hash-set, sorted-set, disj | Rich Hickey |
2008-03-03 | starting set support | Rich Hickey |
2008-03-03 | added EnumerationSeq and support for Enumerations in seq | Rich Hickey |
2008-03-03 | added SeqEnumeration | Rich Hickey |
2008-03-02 | added destructuring to loop | Rich Hickey |
2008-03-01 | unified map entry and vector equality and hash | Rich Hickey |