| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-19 | prepare for 1.2.01.2.0 | Stuart Halloway | |
| 2010-08-12 | prepare for 1.2 RC31.2.0-RC3 | Stuart Halloway | |
| 2010-08-12 | organize common helpers | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-12 | more expressive tests for derive/underive | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-12 | Fixing underive issues, adding tests | Robert Lachlan | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-12 | Emit finally exception table entry for each try/catch clause. Refs #422 | Chouser | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-12 | preserve opts when creating socket reader, writer | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-12 | Fix and tests for issue #404 | Rasmus Svensson | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-12 | make sure future clears closed-overs, fixes #423 | Rich Hickey | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-06 | preparing for 1.2RC21.2.0-RC2 | Stuart Halloway | |
| 2010-08-05 | narrowing changes.txt for primitive monitors | Stuart Halloway | |
| 2010-08-05 | Tweaked changes document a bit for case and vector-of | fogus | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-08-05 | deployment hack | Stuart Halloway | |
| 2010-08-04 | fix record equality with other maps, = includes type, .equals doesn't. see #418 | Rich Hickey | |
| 2010-07-30 | prep for 1.2 RC11.2.0-RC1 | Stuart Halloway | |
| 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> | |||
| 2010-07-27 | read stdout and stderr in parallel (using futures) | David Powell | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-27 | Fixes missing this arg on the reify and defprotocol docstrings #340 | Fogus | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-27 | Merge commit '43c7e04' into 1.2.x | Stuart Halloway | |
| 2010-07-19 | minor errata in changes.txt | Stuart Halloway | |
| 2010-07-16 | use soft refs for keyword intern table | Rich Hickey | |
| 2010-07-16 | factor out cache clearing to Util helper | Rich Hickey | |
| 2010-07-16 | switch to soft refs in DynamicClassLoader | Rich Hickey | |
| 2010-07-13 | prepare for 1.2.0 beta11.2.0-beta1 | Stuart Halloway | |
| 2010-07-10 | fix reduce metadata | Stuart Halloway | |
| 2010-07-09 | test for #393 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-09 | Fix rename-keys to work with defrecords | Allen Rohner | |
| 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 | fixes to #392: | Stuart Halloway | |
| - correct order for branches for in - :out and :outenc are separate things - stderr always gets platform encoding Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-07-09 | read stdout and stderr simultanously from separate threads to prevent stderr ↵ | David Powell | |
| filling the buffer and hanging the process removed stray println use clojure.java.io to copy streams, avoiding byte-at-a-time copying added :inenc option, specifying the input character set renamed :out input option to :outenc changed default encoding to 'platform default encoding'. This matches how we handle *out*. It is much more likely that command-line tools used by sh use platform default encoding. Windows CRT barely supports UTF-8 for example. write to stdin from a separate thread to prevent stdout blocking before we write anything Added support for passing a byte array to :in 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 | temporary workaround for #388 | Stuart Halloway | |
| - note need for full package name (in some places, didn't track down) - note need for redundant hinting (interface hinting flows sometimes?) Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-30 | #377 test now reports file/line for failures in repl or Ant build | Stuart Halloway | |
| 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-30 | clean out dead entries in dynamic class cache | Rich Hickey | |
| 2010-06-23 | automatically use pp and pprint at the default repl | Stuart Halloway | |
| 2010-06-23 | Convert arg to a string before calling write (and document options arg) | Tom Faulhaber | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-23 | Support logical-block macro working correctly in external namespaces. | Tom Faulhaber | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-23 | disable direct binding (and internal reduce with it, for now) | Rich Hickey | |
| 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 | Remove potential conflicts between field names and method argument names in ↵ | Konrad Hinsen | |
| defrecord 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 | make get-in faster #256 | Stuart Halloway | |
| 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> | |||
