<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/src/jvm, branch 1.2.0-beta1</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/src/jvm?h=1.2.0-beta1</id>
<link rel='self' href='https://git.amat.us/clojure/atom/src/jvm?h=1.2.0-beta1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2010-07-01T01:33:28Z</updated>
<entry>
<title>#391 ok for namespaces to replace their own vars</title>
<updated>2010-07-01T01:33:28Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-06-30T03:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=daed9dfb86a34c362a614f29c259a35d781d6b1e'/>
<id>urn:sha1:daed9dfb86a34c362a614f29c259a35d781d6b1e</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>clean out dead entries in dynamic class cache</title>
<updated>2010-06-30T19:05:23Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-06-30T19:05:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=0f4b6495347dc7d9601cc0907d5d08dd861bb3aa'/>
<id>urn:sha1:0f4b6495347dc7d9601cc0907d5d08dd861bb3aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable direct binding (and internal reduce with it, for now)</title>
<updated>2010-06-23T12:52:52Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-06-23T12:52:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a08eac88766fa5eca96d7daf66addc00b70fd1bc'/>
<id>urn:sha1:a08eac88766fa5eca96d7daf66addc00b70fd1bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pop! when the tree depth decreases</title>
<updated>2010-06-07T14:03:04Z</updated>
<author>
<name>Christophe Grand</name>
<email>christophe@cgrand.net</email>
</author>
<published>2010-05-28T06:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=59ecee6a6f037612b3b1ed2d939f5e0017f2dd11'/>
<id>urn:sha1:59ecee6a6f037612b3b1ed2d939f5e0017f2dd11</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>make RT/print print Pattern literals</title>
<updated>2010-06-04T01:20:02Z</updated>
<author>
<name>Christophe Grand</name>
<email>christophe@cgrand.net</email>
</author>
<published>2010-04-30T09:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=edbc2cad32350492eee0cdafc24b6ec3b3ec6105'/>
<id>urn:sha1:edbc2cad32350492eee0cdafc24b6ec3b3ec6105</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>flow primitives through if and let</title>
<updated>2010-06-02T16:05:36Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-06-02T16:05:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=c37c15c81a299c617779bff738480b1a2fb45524'/>
<id>urn:sha1:c37c15c81a299c617779bff738480b1a2fb45524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable don't-recompile-if-same-source in DynamicClassLoader, fixes #353</title>
<updated>2010-06-01T15:12:49Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-06-01T15:12:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=f47b3d6f028e0370c495383731a449092d0ae451'/>
<id>urn:sha1:f47b3d6f028e0370c495383731a449092d0ae451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#330 def/declare do not reset metadata unless init-expr is passed</title>
<updated>2010-05-28T11:53:21Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-05-28T01:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=b2f9b4413ed0a7a299a286663e07c26445db013b'/>
<id>urn:sha1:b2f9b4413ed0a7a299a286663e07c26445db013b</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>fix pop! on 33-item-long transient vectors. See #358.</title>
<updated>2010-05-27T15:39:18Z</updated>
<author>
<name>Christophe Grand</name>
<email>christophe@cgrand.net</email>
</author>
<published>2010-05-26T07:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=7700d66d5a657d2102ddeb560d52bca758669ed9'/>
<id>urn:sha1:7700d66d5a657d2102ddeb560d52bca758669ed9</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
Signed-off-by: STUART HALLOWAY &lt;stuart@STUART-HALLOWAYs-MacBook-Pro.local&gt;
</content>
</entry>
<entry>
<title>eliminate reflection from bit-shift slow path #355</title>
<updated>2010-05-24T14:45:36Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-05-24T14:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=45b54867d27fabee2e9a6b1dd21b8377d9b3fd92'/>
<id>urn:sha1:45b54867d27fabee2e9a6b1dd21b8377d9b3fd92</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
</feed>
