summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Collapse)Author
2008-04-02more numbers experimentationRich Hickey
2008-04-02added seq support for IteratorsRich Hickey
2008-04-02fixed internal reduceRich Hickey
2008-04-02range seq, internal reduce in ISeqRich Hickey
2008-04-01experimenting with new numbers prototypeRich Hickey
2008-04-01starting new numbers prototypeRich Hickey
2008-03-31starting new numbers prototypeRich Hickey
2008-03-30disallow recur from catch/finallyRich Hickey
2008-03-30added arglist for identical?Rich Hickey
2008-03-29added arglists to in-ns and load-fileRich Hickey
2008-03-28setup default bindings for smap before/afterRich Hickey
2008-03-28tightened smap rangeRich Hickey
2008-03-26re-enabled clearing locals on tail calls, but track locals used in ↵Rich Hickey
catch/finally clauses and avoid clearing them
2008-03-26made FnExpr publicRich Hickey
2008-03-25backed out of arg clearing due to interaction with tryRich Hickey
2008-03-25backed out of local clearing due to interaction with tryRich Hickey
2008-03-25added locals clearing on tail callsRich Hickey
2008-03-25added arg clearing on tail callsRich Hickey
2008-03-24use subsuming method, if any, rather than first found, when overloaded ↵Rich Hickey
w/same arity
2008-03-24made Repl load files in user ns, changed Repl to serve as better example of ↵Rich Hickey
hosting Clojure in Java using public APIs
2008-03-23changed reflective calls back to find first matchingRich Hickey
2008-03-23made IFn extend Runnable, stricter overload resolution, accessible macro ↵Rich Hickey
metadata via *macro-meta*, more type hints in boot.clj
2008-03-20got rid of input purge on exceptionRich Hickey
2008-03-17switched to readLine on input purge in Repl exception handlerRich Hickey
2008-03-16added newline on EOFRich Hickey
2008-03-14intern compiled string literalsRich Hickey
2008-03-14added System.exit callRich Hickey
2008-03-13renamed ! to send, added send-off, *agent* is currently running agentRich Hickey
2008-03-13renamed ! to send, added send-off, *agent* is currently running agentRich Hickey
2008-03-12fixed bug with invoke >= MAX_POSITIONAL_ARGSRich Hickey
2008-03-12fixed build dep of Keyword on AFn, added throwArity to KeywordRich Hickey
2008-03-12prevent nested #()s, dump input stream on repl exception, put cause message ↵Rich Hickey
first
2008-03-12improved error message for bad arityRich Hickey
2008-03-11added flush and read-lineRich Hickey
2008-03-11fixed bug in ASeq toArray(Object[])Rich Hickey
2008-03-11bind source paths when reading boot scripts from jar, switched to Clojure's ↵Rich Hickey
box from ASM's in proxy in order to handle booleans correctly
2008-03-10fixed ns prefix on fns - now clojure.fns.Rich Hickey
2008-03-10fixed fn name propagation, added cljfn namespace segment prefix on all ↵Rich Hickey
generated fns
2008-03-08keep tail out of tree, speeding up cons/popRich Hickey
2008-03-07made munge public, upped SMAP range to 10000Rich Hickey
2008-03-05renamed PersistentHashMap.INode.seq to nodeSeq to avoid override of ↵Rich Hickey
AMapEntry.seq in Leaf
2008-03-05fixed MapEntry.seq to use AMapEntry.seqRich Hickey
2008-03-04fixed hash-set of empty coll/nilRich Hickey
renamed select select-keys renamed set to ref-set renamed to-set to set, returns a set now added set.clj, set operations and 'relational' algebra
2008-03-04fixed bug with nested try blocksRich Hickey
2008-03-04sets - read/print/compile/metadata, hash-set, sorted-set, disjRich Hickey
2008-03-03starting set supportRich Hickey
2008-03-03added EnumerationSeq and support for Enumerations in seqRich Hickey
2008-03-03added SeqEnumerationRich Hickey
2008-03-02added destructuring to loopRich Hickey
2008-03-01unified map entry and vector equality and hashRich Hickey
support conj of vector pair onto map