<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/src/jvm, branch seqfns</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/src/jvm?h=seqfns</id>
<link rel='self' href='https://git.amat.us/clojure/atom/src/jvm?h=seqfns'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2010-04-26T17:31:11Z</updated>
<entry>
<title>support parameter annotations in deftype/record</title>
<updated>2010-04-26T17:31:11Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-26T17:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=29dcb68be1eb9e2bfbe5bc627a1f1d6b3e0b7a29'/>
<id>urn:sha1:29dcb68be1eb9e2bfbe5bc627a1f1d6b3e0b7a29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>^ does what #^ does, reader metadata</title>
<updated>2010-04-26T15:05:58Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-26T15:05:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a5ca8243e3ea45e6387b2b00d0e9b2624d16adbf'/>
<id>urn:sha1:a5ca8243e3ea45e6387b2b00d0e9b2624d16adbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-import changed deftype, see #303</title>
<updated>2010-04-24T18:34:34Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-04-23T01:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=c73a4bad6297251ab5545affd6baf79d2390f8c6'/>
<id>urn:sha1:c73a4bad6297251ab5545affd6baf79d2390f8c6</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>initial annotation support, for definterface/type/record types (put in metadata on type name), deftype/record fields (in metadata on field names), and deftype/record methods (in metadata on method name)</title>
<updated>2010-04-23T23:43:58Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-23T23:43:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=fa899d22dceb531d9f5af833ac6af0d956e6bdc7'/>
<id>urn:sha1:fa899d22dceb531d9f5af833ac6af0d956e6bdc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reversible support for Vec #267</title>
<updated>2010-04-22T17:34:28Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-04-22T01:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=c2a6a070665289afb425afbe8711fcb09e4d1ab0'/>
<id>urn:sha1:c2a6a070665289afb425afbe8711fcb09e4d1ab0</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Don't truncate large ratios when converting to bigint. Fixes #290.</title>
<updated>2010-04-21T02:07:15Z</updated>
<author>
<name>Alex Osborne</name>
<email>ato@meshy.org</email>
</author>
<published>2010-04-07T10:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=8e916164ca3a57e5ce924ed153fe435356f8d4a0'/>
<id>urn:sha1:8e916164ca3a57e5ce924ed153fe435356f8d4a0</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>gave defmulti defonce-like semantics, i.e. calling again won't trash multifn object, to help in reload scenarios</title>
<updated>2010-04-20T14:55:43Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-20T14:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=1b8d5001ba094053b24c55829994785be422cfbf'/>
<id>urn:sha1:1b8d5001ba094053b24c55829994785be422cfbf</id>
<content type='text'>
added remove-all-methods for multifns
</content>
</entry>
<entry>
<title>new perf for protocols</title>
<updated>2010-04-19T19:07:13Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-19T19:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=e660e467789ccc8e9922948b3498939e0239fc7c'/>
<id>urn:sha1:e660e467789ccc8e9922948b3498939e0239fc7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix instanceOf in statement contexts</title>
<updated>2010-04-19T13:58:31Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-19T13:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=ccd7ae47ece97bed6b5eb39e5ba8779b214548cc'/>
<id>urn:sha1:ccd7ae47ece97bed6b5eb39e5ba8779b214548cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove perf hacks from MethodImplCache, restore new reduce impl</title>
<updated>2010-04-18T14:06:16Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-04-18T14:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=19dd3c593e7a29cbca514c6ab7424ff22e353cc6'/>
<id>urn:sha1:19dd3c593e7a29cbca514c6ab7424ff22e353cc6</id>
<content type='text'>
</content>
</entry>
</feed>
