summaryrefslogtreecommitdiff
path: root/src/boot.clj
AgeCommit message (Expand)Author
2008-07-17added doc for return value of alter and commuteRich Hickey
2008-07-13made conj accept multiple itemsRich Hickey
2008-07-13fixed loop with destructuring and inter-binding dependenciesRich Hickey
2008-07-04made (drop 0 s) return seq of coll, and drop-while similarlyRich Hickey
2008-07-03added delayRich Hickey
2008-07-03added sequeRich Hickey
2008-07-03added drop-lastRich Hickey
2008-06-29added *flush-on-newline*Rich Hickey
2008-06-27fixed reduce w/init Rich Hickey
2008-06-26fixed no-arg (sorted-set)Rich Hickey
2008-06-24fixed sort-by regressionRich Hickey
2008-06-24fixed reduce retaining seqRich Hickey
2008-06-23added compare, based sorts on compareRich Hickey
2008-06-20nth takes an optional not-found value, and destructuring uses nth with a nil ...Rich Hickey
2008-06-12made reduce not retain headRich Hickey
2008-06-11interim checkin - DO NOT USE!!Rich Hickey
2008-06-10fixed partitionRich Hickey
2008-06-02fixed (range 0)Rich Hickey
2008-06-02added overload resolution supportRich Hickey
2008-06-02named int and long divide unchecked-divideRich Hickey
2008-06-01new primitives supportRich Hickey
2008-06-01interim checkin - DO NOT USE!Rich Hickey
2008-05-28fixed typo in emptyRich Hickey
2008-05-27added emptyRich Hickey
2008-05-23added inliningRich Hickey
2008-05-21removed (x.member ...) supportRich Hickey
2008-05-19fixed destructuring of nil map, added get support for setsRich Hickey
2008-05-19refined parallel api, added partitionRich Hickey
2008-05-14parallel.clj, interface to Fork/Join frameworkRich Hickey
2008-05-14added LazilyPersistentVectorRich Hickey
2008-05-12added repeatedly and add-classpathRich Hickey
2008-05-01throw on await call in agent actionRich Hickey
2008-04-28made else form optional in if-letRich Hickey
2008-04-28added :keys, :syms, and :strs support to map/set destructuring, from ChouserRich Hickey
2008-04-27added :keys, :syms, and :strs support to map/set destructuring, from ChouserRich Hickey
2008-04-21fixed RT.classForName callRich Hickey
2008-04-20back to simple logic for takeRich Hickey
2008-04-20made lazy-cons lazy for both first and restRich Hickey
2008-04-19refactor to remove static init cycle between RT and Compiler, in order to run...Rich Hickey
2008-04-17changed var toString to be readable, made self-references in fns go through varRich Hickey
2008-04-15subseq and rsubseq support for sorted maps and setsRich Hickey
2008-04-15bit-nand back to bit-and-notRich Hickey
2008-04-13added destructuring support to if-let/when-letRich Hickey
2008-04-11bitops in Numbers, from Stephen C. GilardiRich Hickey
2008-04-09Moved MathContext creation to runtime in with-precisionRich Hickey
2008-04-08added with-precision patch from Christophe GrandRich Hickey
2008-04-08added rationalize, fixed toRatio, added BigInteger and BigDecimal to auto-imp...Rich Hickey
2008-04-08pushThreadBindings now precedes try that pops them in binding and with-local-...Rich Hickey
2008-04-07new numbers - all Num derivees should be not-in-use, all numbers are Java's b...Rich Hickey
2008-04-05phase 2 enhanced host calls, (.member target ...), (target.member ...), and (...Rich Hickey