Age | Commit message (Expand) | Author |
2008-04-15 | subseq and rsubseq support for sorted maps and sets | Rich Hickey |
2008-04-14 | arbitrary precision bitops | Rich Hickey |
2008-04-13 | supply source names to load on loadResourceScript | Rich Hickey |
2008-04-11 | made cnt optional in PersistentTreeMap.Seq | Rich Hickey |
2008-04-11 | bitops in Numbers, from Stephen C. Gilardi | Rich Hickey |
2008-04-10 | added load(rdr, sourcePath, sourceName) | Rich Hickey |
2008-04-08 | added with-precision patch from Christophe Grand | Rich Hickey |
2008-04-08 | added rationalize, fixed toRatio, added BigInteger and BigDecimal to auto-imp... | Rich Hickey |
2008-04-08 | added Unicode escape patch from Toralf Wittner | Rich Hickey |
2008-04-08 | read/print support for BigDecimal - float format + M suffix | Rich Hickey |
2008-04-07 | new numbers - all Num derivees should be not-in-use, all numbers are Java's b... | Rich Hickey |
2008-04-07 | more numbers experimentation | Rich Hickey |
2008-04-07 | more numbers experimentation | Rich Hickey |
2008-04-07 | don't emit derived fn types for constants, due to visibility, emit AFn or Res... | Rich Hickey |
2008-04-07 | really fixed RT.get string/array with index out of bounds to return null | Rich Hickey |
2008-04-06 | fixed RT.get string/array with index out of bounds to return null | Rich Hickey |
2008-04-06 | fixed reflective no-arg calls in statement position | Rich Hickey |
2008-04-06 | throw exception on (.member) with no target | Rich Hickey |
2008-04-06 | added support for package-qualified classnames in symbol-dot macroexpansion | Rich Hickey |
2008-04-05 | phase 2 enhanced host calls, (.member target ...), (target.member ...), and (... | Rich Hickey |
2008-04-05 | phase 1 enhanced host calls, no parens needed on args | Rich Hickey |
2008-04-03 | more numbers experimentation | Rich Hickey |
2008-04-03 | made loadResourceScript public | Rich Hickey |
2008-04-03 | changed *out* type hint to Writer | Rich Hickey |
2008-04-03 | throw exception on divide by zero | Rich Hickey |
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 |