Age | Commit message (Expand) | Author |
2011-03-21 | get rid of checked exceptions | Rich Hickey |
2011-03-03 | switch keyword map to weak refs | Rich Hickey |
2010-12-17 | strip metadata from syms used in keywords, fixes #693 | Rich Hickey |
2010-10-12 | fixes and tests for #276 find-keyword | Stuart Halloway |
2010-10-12 | #276 find-keyword | Brian Hurt |
2010-09-28 | don't rely on softref queue, explicitly remove dead entry when found, fixes #444 | Rich Hickey |
2010-07-16 | use soft refs for keyword intern table | Rich Hickey |
2009-10-29 | perf tweaks | Rich Hickey |
2009-08-19 | make clojure.lang.Keyword Serializable, fixes #174 | Chas Emerick |
2009-07-26 | fixed keyword ctor, added tests, fix #154 | Steve Gilardi |
2009-02-26 | gave Keywords non-identity hashCodes | Rich Hickey |
2008-12-14 | Moved to Eclipse Public License - see epl-v10.html or | Rich Hickey |
2008-06-21 | added notFound optional arg for keywords as fns and maps as fns, and enabled ... | Rich Hickey |
2008-05-19 | changed keyword self-lookup to use RT.get | Rich Hickey |
2008-03-23 | made IFn extend Runnable, stricter overload resolution, accessible macro meta... | Rich Hickey |
2008-03-12 | fixed build dep of Keyword on AFn, added throwArity to Keyword | Rich Hickey |
2007-09-20 | doc update, added bindings macro, Named | Rich Hickey |
2007-09-19 | sorting in keywords, symbols | Rich Hickey |
2007-08-30 | keyword interning, identity equality | Rich Hickey |
2007-08-02 | Symbol changes | Rich Hickey |
2007-07-31 | made IFns Callable | Rich Hickey |
2007-07-13 | interim checkin | Rich Hickey |
2007-07-02 | interim checkin | Rich Hickey |
2007-07-02 | interim checkin | Rich Hickey |
2006-10-16 | make invoke use RT.assoc so works on nil | Rich Hickey |
2006-08-04 | renaming | Rich Hickey |
2006-08-01 | changed max arity to 20 | Rich Hickey |
2006-07-04 | made keywords index maps | Rich Hickey |
2006-06-21 | made invoke variadic | Rich Hickey |
2006-06-12 | renamed get,put etc to getAttr... | Rich Hickey |
2006-06-11 | changed clojure.runtime to clojure.lang | Rich Hickey |