summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-01enable eval of throw to throw Errors as well as ExceptionsRich Hickey
2007-12-31adjusted barge wait and retry limitRich Hickey
2007-12-31added *print-readably* support to pr, prn, print and printlnRich Hickey
2007-12-31added loadRich Hickey
2007-12-31changed load to take ReaderRich Hickey
2007-12-31changed doto to return instanceRich Hickey
2007-12-31added comparator, changed order of args to sort with comparator, added ↵Rich Hickey
sort-by with comparator
2007-12-31added Comparable to default importsRich Hickey
2007-12-29changed order of args to merging fn in merge-withRich Hickey
2007-12-29switched try-finally uses to tryRich Hickey
2007-12-29improved try syntaxRich Hickey
2007-12-28added aset-charRich Hickey
2007-12-28fixed search for method in public baseRich Hickey
2007-12-28narrowed use of strings as class names to class and instance?Rich Hickey
2007-12-27added alength, multidimensional aget aset(s) and make-array, to-array and ↵Rich Hickey
to-array-2d
2007-12-27added support for string as arg to class special opRich Hickey
2007-12-20swapped ASM to localRich Hickey
2007-12-20Var type hintsRich Hickey
2007-12-20made (str nil) return empty stringRich Hickey
2007-12-18renamed *export* to *exports*Rich Hickey
2007-12-18formattingRich Hickey
2007-12-18added xml.cljRich Hickey
2007-12-18added subvecRich Hickey
2007-12-18added withMetaRich Hickey
2007-12-18added handling of \ \t \n " in string printingRich Hickey
2007-12-18added XMLHandlerRich Hickey
2007-12-18Made implementing void-returning methods optionalRich Hickey
2007-12-17fixed pop when count 2Rich Hickey
2007-12-17made int coerce CharactersRich Hickey
2007-12-17exported create-structRich Hickey
2007-12-17added create-structRich Hickey
2007-12-17added defstruct, struct, accessorRich Hickey
2007-12-17got rid of volatileRich Hickey
2007-12-17made list return a PersistentList, not a seqRich Hickey
2007-12-16first cut PersistentStructMapRich Hickey
2007-12-14added ASMRich Hickey
2007-12-14added non-reflective static field read compilationRich Hickey
2007-12-14removed reflective static class pseudo-fieldRich Hickey
2007-12-13added bit ops from Toralf WittnerRich Hickey
2007-12-13added min and maxRich Hickey
2007-12-13made math ops loopsRich Hickey
2007-12-13added macroexpand-1 and macroexpandRich Hickey
2007-12-13added identical?Rich Hickey
2007-12-13added tryRich Hickey
2007-12-13added tryRich Hickey
2007-12-13fixed equals sequentialRich Hickey
2007-12-12thread pool tweakingRich Hickey
2007-12-12added merge-with await await-for scan touchRich Hickey
2007-12-12optimized withMetaRich Hickey
2007-12-11lock-free agentsRich Hickey