| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-12 | #448 structural diff | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-10-12 | Fix clojure.set/subset? and superset? bugs with false/nil elements | Jason Wolfe | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-10-12 | fixes and tests for #276 find-keyword | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-10-11 | Added tests for zero-arity comp implementation. | fogus | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-10-11 | regression test for dynamic class reload #368 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-09-22 | Fixed a race in the pprint agent test | Tom Faulhaber | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-09-09 | improved reporting of compilation errors, added depth control to pst, got ↵ | Rich Hickey | |
| rid of overlap in cause traces | |||
| 2010-09-09 | improved repl error reporting, new repl utility: pst, prints stack trace | Rich Hickey | |
| 2010-08-22 | Merged branch 'master' into equivmerge | Rich Hickey | |
| Conflicts were: src/clj/clojure/core.clj src/jvm/clojure/lang/Compiler.java src/jvm/clojure/lang/Util.java test/clojure/test_clojure/protocols.clj | |||
| 2010-08-13 | organize common helpers | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-13 | more expressive tests for derive/underive | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-13 | Fixing underive issues, adding tests | Robert Lachlan | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-13 | Fix and tests for issue #404 | Rasmus Svensson | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-04 | fix record equality with other maps, = includes type, .equals doesn't. see #418 | Rich Hickey | |
| 2010-07-30 | #407 use munge as cheap validity test for Java method names | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-27 | ♯413 parse-args defaults in-enc and out-enc to UTF-8, as required by sh | Ben Smith-Mannschott | |
| Previously parse-args was defaulting in-enc and out-enc to the platform default charset. This contradicted the intent of sh, which is to default to UTF-8 on all platforms. This appears not to have been noticed because the unit tests were still testing for the previous behavior of defaulting to platform encoding. (As it turns out the old behavior of using Charset/defaultCharset would have been wrong on Mac OS X since it claims "Mac Roman" here despite the fact that Mac OS X uses UTF-8 throughout, including in Terminal.app, shell and file system.) Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-27 | fix degenerate defrecords, #402 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-09 | test for #393 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-09 | #392 de-uglify option names for sh | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-09 | #392 fix reflection warnings and tests + minor cleanup | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-09 | Tests are now passing on windows refs #376 | Aaron Bedra & Stuart Sierra | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-30 | #391 ok for namespaces to replace their own vars | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-25 | incorporate BigIntequiv | Rich Hickey | |
| 2010-06-23 | box longs-and-smaller as longs | Rich Hickey | |
| 2010-06-23 | Support logical-block macro working correctly in external namespaces. | Tom Faulhaber | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-17 | tighten up numeric comparisons | Rich Hickey | |
| 2010-06-15 | Unify numeric semantics around longs, with throw on overflow. Allow numeric ↵ | Rich Hickey | |
| literals to be primitive initializers. Canonicalize boxing of integers, if it fits in int, is Integer, else Long, thus primitive coercions can't be used to get particular boxed types, use Long/valueOf etc. Ask for BigIntegers if you want arbitrary precision, new literal number format - append 'N' for BigInteger. BigIntegers do not reduce automatically, are contagious. New particular names for unchecked ops - unchecked-xxx-int or unchecked-xxx-long. You should need far fewer hints for primitive perf, and avoid int casts and any casting of numeric literals, see: http://gist.github.com/440102 | |||
| 2010-06-09 | detect constant maps, emit as constants | Rich Hickey | |
| break down constant inits into separate methods, call from init move core.clj to statics | |||
| 2010-06-08 | direct calls to statics, integrating into core fns | Rich Hickey | |
| 2010-06-08 | first cut at primitives in fn sigs | Rich Hickey | |
| 2010-06-08 | read ^:foo bar as ^{:foo true} bar and merge existing metatada. See #375. | Christophe Grand | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2010-06-07 | Added testcase for defrecord with field names that used to clash with method ↵ | Konrad Hinsen | |
| argument names Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-07 | tidy up and test #257, remove spurious .rej file | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-07 | added fnil to supply default values #257 | Timothy Pratley | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-07 | get-in support for default #256 | Timothy Pratley | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-07 | fix pop! when the tree depth decreases | Christophe Grand | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | test for #361: merge-with for defrecord | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | #359 request from Stuart Sierra: split-lines, blank?, escape | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | minor fixes to #359: | Stuart Halloway | |
| - add clojure.string to build, - make replace,replace-first use CharSequence in same way Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | #359 driven to abstraction: CharSequence, not string | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | string fns take an object, you can't pass nil #359 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | abstraction fix to split: preserve vector nature of host return value #359 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | metadata review #359 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | string perf tweaks, tests #359 | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | arg order fix, rename chomp-> trim-nl, drop chop, perf | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | collapse the replace-first-* fns, align arg order with clojure convention | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | collapse the "all" replace-* fns, align arg order with clojure convention | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | trim variants differ by suffix, for sortability | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | make join faster #359 | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | WIP: literal promotion of contrib code #359 | David Liebke and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
