summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-08-30switched to using baseLoader() in loadResourceScript()Rich Hickey
2008-08-29changed :requires/:uses/:imports in ns macro to :require/:use/:importRich Hickey
2008-08-28added get-in, assoc-in, update-inRich Hickey
2008-08-28Added require/use/load-resources, contributed by Stephen C. GilardiRich Hickey
enhanced ns macro to call these
2008-08-28added defonceRich Hickey
2008-08-28added imports, refers, format, printf, nsRich Hickey
2008-08-25improved UnsupportedOperationException message, patch from ChouserRich Hickey
2008-08-25removed implicit seq for Iterators and Enumerations, added iterator-seq and ↵Rich Hickey
enumeration-seq explicit constructors
2008-08-17reverted DynamicClassLoader delegate findResource(s), use getResource(s) ↵Rich Hickey
which delegate
2008-08-17made DynamicClassLoader delegate findResource(s)Rich Hickey
2008-08-16made baseLoader publicRich Hickey
2008-08-15backed off lazy-seq, too many complexites when side effects, stick with ↵Rich Hickey
lazy-cons
2008-08-15filter void from isPrimitive testRich Hickey
2008-08-13allow bridge methods if reprobing on same sig yields same methodRich Hickey
2008-08-12added with-in-strRich Hickey
2008-08-12use recur in concat$catRich Hickey
2008-08-10seq optimizationsRich Hickey
2008-08-09changed Delay to be non-fn, added delay? and force, added LazyCons and lazy-seqRich Hickey
2008-08-07made UTF-8 default encoding on iostreams *in*, *out*, and in loadFile and ↵Rich Hickey
loadResource, from cemerick
2008-08-07added support for loading scripts from classpath, from cemerickRich Hickey
2008-08-06made vectors ComparableRich Hickey
2008-08-06added unary support for =, not=, none=Rich Hickey
2008-08-06added multi-arg support for = and not=.Rich Hickey
Added none=.
2008-08-06made loadResourceScript throw if resource not found, added ↵Rich Hickey
maybeLoadLoadResourceScript, failIfNotFound flag, based on patch from cemerick. Added overload of RT.var that takes an initial value.
2008-08-06made taking the value of a macro an errorRich Hickey
2008-08-06made empty lists implement java.util.CollectionRich Hickey
2008-08-04strip path from simple file name in load call from loadResourceScriptRich Hickey
2008-08-04accept duplicate sigs from multiple interfaces - will map to same method, ↵Rich Hickey
just jike Java
2008-08-04propagate exception type to tag in catch clausesRich Hickey
2008-08-02made (class nil) -> nil, instead of NPERich Hickey
2008-08-01added TransactionalHashMapRich Hickey
2008-08-01return null on no bestMatch to allow default logic to runRich Hickey
2008-07-31unmunge _'s to -'s in throwArity messageRich Hickey
2008-07-31re-removed checkcast before invokeInterfaceRich Hickey
2008-07-31wrapped non-return try blocks in fnRich Hickey
2008-07-30added makeNew virtual ctor, from Chas EmerickRich Hickey
2008-07-30added back checkcast before invokevirtual callsRich Hickey
2008-07-30switched to using / in loadResourceScript call in generated static initRich Hickey
2008-07-29moved clj files into src/clj/Rich Hickey
2008-07-29updated docs and example, from ChouserRich Hickey
2008-07-29added exceptions and errors to default java.lang importsRich Hickey
2008-07-28updated docs and example, from ChouserRich Hickey
2008-07-28new namespace and class rules for genclass, patch from ChouserRich Hickey
2008-07-28added prefer-methodRich Hickey
2008-07-28fixed argument handling context in eval newRich Hickey
2008-07-28removed nil returns from derive/underive base casesRich Hickey
2008-07-28fixed :exposes to use getDeclaredFieldRich Hickey
2008-07-28fixed class bug in isa?Rich Hickey
2008-07-28isa-based multimethods, a la carte hierarchiesRich Hickey
2008-07-25added type hints to pr-strs and class? predicateRich Hickey