Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | Merge branch 'direct' | Rich Hickey | |
2010-10-15 | binding conveyance to future calls and agent sends | Rich Hickey | |
2010-10-15 | make method impl cache most recent entry non-volatile | Rich Hickey | |
2010-10-15 | #453 reflection | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-15 | make PersistentQueue count O(1) | Justin Balthrop | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-15 | 315: minor tweaks to documentation over phil's patch | Stephen C. Gilardi | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-15 | Add support for running -main namespaces from clojure.main. | Phil Hagelberg | |
Signed-off-by: Stephen C. Gilardi <scgilardi@gmail.com> Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-15 | Update docstring for *out* | Daniel Solano Gómez | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-15 | Add an optional environment argument to #'resolve and ns-resolve. See #263 | Christophe Grand | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-14 | #286: repl/pst | Stuart Halloway | |
- fixed: use Writer instead of PrintWriter - improved: pass either exception or depth to arity-1 version Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-14 | fix clojure.main to not assume that *err* is a PrintWriter | David Powell | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-14 | remove Symbol.create, all callers use Symbol.intern #182 | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-14 | get rid of @Override | Rich Hickey | |
2010-10-12 | :added metadata for diff | Stuart Halloway | |
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 | #378 set thread names on agent thread pools | Alex Miller | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-12 | DRY up refs to DOC_KEY #280 | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-12 | add docstring support to def | Benjamin Teuber | |
code is a bit ugly, but touches as few lines as possible to not introduce anything nasty 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-12 | #276 find-keyword | Brian Hurt | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-11 | correct exception for invalid url->file conversion, #430 | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-11 | Added zero-arity body to comp function returning identity fn | fogus | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-11 | Print SOURCE_PATH rather than SOURCE on exception, so it's easier to ↵ | Allen Rohner | |
discover the file with an error when two files have the same name in different directories. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-11 | Deprecating replicate. Original patch supplied by bsteuber. | Aaron Bedra | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-11 | Removed :tag MultiFn inserted by defmulti | David Miller | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-10-02 | Add "starting at <line>" to readDelimitedList EOF errors | Chouser | |
Refs #249 Signed-off-by: Chouser <chouser@n01se.net> | |||
2010-09-28 | don't rely on softref queue, explicitly remove dead entry when found, fixes #444 | Rich Hickey | |
2010-09-28 | don't coerce pre-boxed Integers and Floats to Longs/Doubles, fixes #439 | Rich Hickey | |
2010-09-24 | reinstate version qualifier. this needs to be automated | Stuart Halloway | |
2010-09-23 | back to interim builds... | Stuart Halloway | |
2010-09-23 | [Automated release] Clojure 1.3.0-alpha1 | Stuart Halloway | |
2010-09-22 | stop early-loading ancillary libs, #425 | Alan Dipert and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-09-11 | restore exception message to single line report | Rich Hickey | |
2010-09-09 | add exception class simple name to pst output | Rich Hickey | |
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-09-08 | don't box static method returns in statement context | Rich Hickey | |
2010-08-22 | move version base to 1.3 | 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 | Fixing underive issues, adding tests | Robert Lachlan | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-08-13 | Emit finally exception table entry for each try/catch clause. Refs #422 | Chouser | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-08-13 | preserve opts when creating socket reader, writer | Stuart Halloway | |
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-13 | make sure future clears closed-overs, fixes #423 | Rich Hickey | |
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 | fixed extend-protocol doc | David Powell | |
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> |