<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/src/clj, branch 1.2.0-beta1</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/src/clj?h=1.2.0-beta1</id>
<link rel='self' href='https://git.amat.us/clojure/atom/src/clj?h=1.2.0-beta1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2010-07-14T00:23:34Z</updated>
<entry>
<title>prepare for 1.2.0 beta1</title>
<updated>2010-07-14T00:23:34Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-14T00:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=9c01e1faf5c3c81a6c06234c4ce6df7c2e1f79f4'/>
<id>urn:sha1:9c01e1faf5c3c81a6c06234c4ce6df7c2e1f79f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix reduce metadata</title>
<updated>2010-07-10T14:31:58Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-10T14:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=d184ed95817c5ddfd5874ea75e83e0df7e753c24'/>
<id>urn:sha1:d184ed95817c5ddfd5874ea75e83e0df7e753c24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix rename-keys to work with defrecords</title>
<updated>2010-07-09T22:04:53Z</updated>
<author>
<name>Allen Rohner</name>
<email>arohner@gmail.com</email>
</author>
<published>2010-06-30T23:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a07040032714a2f88c23b76c6484c1b8acd462b0'/>
<id>urn:sha1:a07040032714a2f88c23b76c6484c1b8acd462b0</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#392 de-uglify option names for sh</title>
<updated>2010-07-09T19:02:42Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-07T14:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=836bc44afff8ac17233565447e8a289aea3203c4'/>
<id>urn:sha1:836bc44afff8ac17233565447e8a289aea3203c4</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#392 fix reflection warnings and tests + minor cleanup</title>
<updated>2010-07-09T19:02:42Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-01T17:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=0d39db4990e5ca2d3f4450f57ab15941e03b2e3b'/>
<id>urn:sha1:0d39db4990e5ca2d3f4450f57ab15941e03b2e3b</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>fixes to #392:</title>
<updated>2010-07-09T19:02:42Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-01T17:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=31b6fb557a3c524c447d312f5c51b6262ffb9b0f'/>
<id>urn:sha1:31b6fb557a3c524c447d312f5c51b6262ffb9b0f</id>
<content type='text'>
  - correct order for branches for in
  - :out and :outenc are separate things
  - stderr always gets platform encoding

Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>read stdout and stderr simultanously from separate threads to prevent stderr filling the buffer and hanging the process</title>
<updated>2010-07-09T19:02:42Z</updated>
<author>
<name>David Powell</name>
<email>djpowell@djpowell.net</email>
</author>
<published>2010-06-05T15:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=7def88afe28221ad78f8d045ddbd87b5230cb03e'/>
<id>urn:sha1:7def88afe28221ad78f8d045ddbd87b5230cb03e</id>
<content type='text'>
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 &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>temporary workaround for #388</title>
<updated>2010-07-01T01:38:39Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-06-23T19:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=4bec81db4ee4e9e4227a66bb1a04ba06e95ea9b6'/>
<id>urn:sha1:4bec81db4ee4e9e4227a66bb1a04ba06e95ea9b6</id>
<content type='text'>
 - 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 &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#377 test now reports file/line for failures in repl or Ant build</title>
<updated>2010-07-01T01:33:44Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-06-08T21:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a9d9ddb6ad4f86809d44f8e3370ae284f0a084f2'/>
<id>urn:sha1:a9d9ddb6ad4f86809d44f8e3370ae284f0a084f2</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>automatically use pp and pprint at the default repl</title>
<updated>2010-06-23T21:10:45Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-06-23T21:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=04764db9b213687dd5d4325c67291f0b0ef3ff33'/>
<id>urn:sha1:04764db9b213687dd5d4325c67291f0b0ef3ff33</id>
<content type='text'>
</content>
</entry>
</feed>
