summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-22fixed send, send-off docsRich Hickey
2008-03-21(str false) => "false"Rich Hickey
2008-03-20got rid of input purge on exceptionRich Hickey
2008-03-20changed use of ! to send in await, await-forRich Hickey
2008-03-17added if-let, when-let, replaceRich Hickey
2008-03-17made distinct lazyRich Hickey
2008-03-17switched to readLine on input purge in Repl exception handlerRich Hickey
2008-03-16added newline on EOFRich Hickey
2008-03-15filter all considered methods in superclass traverse, to avoid implementing ↵Rich Hickey
method turned final in derived
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 slurp not closing fileRich 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-12prevent take from advancing coll more than n timesRich Hickey
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-11make method set union of declared and public methods in order to catch ↵Rich Hickey
unimplemented interface methods of abstract classes
2008-03-11moving to new metadata/docstringsRich Hickey
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-10moving to new metadata/docstringsRich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-08moving to new metadata/docstringsRich Hickey
2008-03-08keep tail out of tree, speeding up cons/popRich Hickey
2008-03-07moving to new metadata/docstringsRich Hickey
2008-03-07added new metadata/docstring handling to defn, type hint to defmethod, begin ↵Rich Hickey
moving to new metadata/docstrings
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-05added set.cljRich 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-02added slurp, subs, max-key, min-keyRich Hickey
2008-03-01doc reformattingRich Hickey
2008-03-01doc reformattingRich Hickey
2008-03-01fixed declared method detectionRich Hickey