<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>afc3063c63afcd0fb9bebbf2f6ed0c0aaaaa3525</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/f4c58e3500b3668a0941ca21f9aa4f444de2c652</url>
    <id>f4c58e3500b3668a0941ca21f9aa4f444de2c652</id>
    <committed-date>2009-12-31T06:08:13-08:00</committed-date>
    <authored-date>2009-12-31T06:08:13-08:00</authored-date>
    <message>only append non-blank qualifier to clojure-version</message>
    <tree>6b0935069d5bc784a5fba0cd94358673b2d1821f</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>855f394d6895cebfcee307dbccea9bdeffe792f5</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/afc3063c63afcd0fb9bebbf2f6ed0c0aaaaa3525</url>
    <id>afc3063c63afcd0fb9bebbf2f6ed0c0aaaaa3525</id>
    <committed-date>2009-12-29T08:35:26-08:00</committed-date>
    <authored-date>2009-12-29T08:35:26-08:00</authored-date>
    <message>throw AssertionError from assert</message>
    <tree>d7fc8689400ce50b30bfde9dc00b6a7a5683f71e</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3a1b3aa3523608f0b69e0d8655d519767246c79</id>
      </parent>
    </parents>
    <author>
      <name>Sean</name>
      <email>devlinsf@devlinsolutions.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/855f394d6895cebfcee307dbccea9bdeffe792f5</url>
    <id>855f394d6895cebfcee307dbccea9bdeffe792f5</id>
    <committed-date>2009-12-23T05:56:21-08:00</committed-date>
    <authored-date>2009-12-18T22:17:24-08:00</authored-date>
    <message>Added test-empty-sorted to test_clojure/sequences.clj Refs #128

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>1c0fbc4b41dc62f2452a831788a552d373015fc9</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89ad4ab4265299327001e2717aa73c8f87f11346</id>
      </parent>
    </parents>
    <author>
      <name>Sean</name>
      <email>devlinsf@devlinsolutions.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/a3a1b3aa3523608f0b69e0d8655d519767246c79</url>
    <id>a3a1b3aa3523608f0b69e0d8655d519767246c79</id>
    <committed-date>2009-12-23T05:56:21-08:00</committed-date>
    <authored-date>2009-12-18T22:03:41-08:00</authored-date>
    <message>Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>d500788bbed82628803fc61c22f989932bf9f02a</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2160745a52a3b557c2adaa37673d0c2b9326e3a8</id>
      </parent>
    </parents>
    <author>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/89ad4ab4265299327001e2717aa73c8f87f11346</url>
    <id>89ad4ab4265299327001e2717aa73c8f87f11346</id>
    <committed-date>2009-12-23T05:56:21-08:00</committed-date>
    <authored-date>2009-12-19T13:54:12-08:00</authored-date>
    <message>empty for sorted-map and sorted-set now maintain comparator. Fixes #128

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>897b65d30f3b2a36c93d65790c3d90a8b453b8aa</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7748783f6378c40278cff58fd62c47d1a71c009</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/2160745a52a3b557c2adaa37673d0c2b9326e3a8</url>
    <id>2160745a52a3b557c2adaa37673d0c2b9326e3a8</id>
    <committed-date>2009-12-23T05:54:18-08:00</committed-date>
    <authored-date>2009-12-23T05:54:18-08:00</authored-date>
    <message>fix transient arraymaps persistent! so once-only
fix docstrings in ensureEditable to use Transient and persistent!</message>
    <tree>25183222f1f831c6d4a554b4232402fcd2e4b3c0</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ff5242d05ecf8fcf431a3463294dbc6b48cf9b1</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/c7748783f6378c40278cff58fd62c47d1a71c009</url>
    <id>c7748783f6378c40278cff58fd62c47d1a71c009</id>
    <committed-date>2009-12-18T07:37:13-08:00</committed-date>
    <authored-date>2009-12-18T07:37:13-08:00</authored-date>
    <message>fixed typo</message>
    <tree>1bf4ba658bfe170617da51321d06a8b7a9b9cff6</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6109d41a975bf24b17681342591116a9897e4a27</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/6ff5242d05ecf8fcf431a3463294dbc6b48cf9b1</url>
    <id>6ff5242d05ecf8fcf431a3463294dbc6b48cf9b1</id>
    <committed-date>2009-12-17T11:57:01-08:00</committed-date>
    <authored-date>2009-12-17T11:57:01-08:00</authored-date>
    <message>fix Run command in readme</message>
    <tree>a1fbcb4d0abc2085c00435da87bc49c734d766ce</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d8c97a939e5779553c53f47696f7445cf378583</id>
      </parent>
    </parents>
    <author>
      <name>Tom Faulhaber</name>
      <email>git_net@infolace.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/6109d41a975bf24b17681342591116a9897e4a27</url>
    <id>6109d41a975bf24b17681342591116a9897e4a27</id>
    <committed-date>2009-12-17T10:35:18-08:00</committed-date>
    <authored-date>2009-12-17T10:21:52-08:00</authored-date>
    <message>Slight clean-ups to a few doc strings

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>0e2caad29d558b07d9b382f0689ae5434d2c2390</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>383c0b95fbf908dc2fe17a8ceb749c06b5c33a19</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/3d8c97a939e5779553c53f47696f7445cf378583</url>
    <id>3d8c97a939e5779553c53f47696f7445cf378583</id>
    <committed-date>2009-12-17T10:31:37-08:00</committed-date>
    <authored-date>2009-12-17T10:31:37-08:00</authored-date>
    <message>fix name conflict - bound-fn. fixes #225</message>
    <tree>166da6cf7ddb1656ba4071b4cdfb7c940466fdd3</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2cc710e7aeaab08e0739debe21e2cc6b7020e1b1</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/383c0b95fbf908dc2fe17a8ceb749c06b5c33a19</url>
    <id>383c0b95fbf908dc2fe17a8ceb749c06b5c33a19</id>
    <committed-date>2009-12-17T09:50:27-08:00</committed-date>
    <authored-date>2009-12-17T09:50:27-08:00</authored-date>
    <message>exclude IntelliJ files from dist</message>
    <tree>c9848c93a34cd026e973a2e3d05cdcda99691a32</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e813629e70d7b8e0e602adf553c0f5a516aa61f</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/2cc710e7aeaab08e0739debe21e2cc6b7020e1b1</url>
    <id>2cc710e7aeaab08e0739debe21e2cc6b7020e1b1</id>
    <committed-date>2009-12-17T09:29:56-08:00</committed-date>
    <authored-date>2009-12-17T09:26:50-08:00</authored-date>
    <message>main.clj: deprecation warning w/ usage for legacy repl/script; refs #218

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>df5ae520ce3195d19613a0205fa2de53240a0844</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0f6e9932b2770a670630862853d14feeab3b105b</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/3e813629e70d7b8e0e602adf553c0f5a516aa61f</url>
    <id>3e813629e70d7b8e0e602adf553c0f5a516aa61f</id>
    <committed-date>2009-12-17T09:15:37-08:00</committed-date>
    <authored-date>2009-12-15T19:01:26-08:00</authored-date>
    <message>Add &quot;dist&quot; dir and &quot;*.zip&quot; to .gitignore for build; refs #224

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>06f775937905064c4b7cd3f3f5bed8c7995fccdc</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f244a1c7aed8edac445841b632a5902023f3b730</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/0f6e9932b2770a670630862853d14feeab3b105b</url>
    <id>0f6e9932b2770a670630862853d14feeab3b105b</id>
    <committed-date>2009-12-17T09:15:36-08:00</committed-date>
    <authored-date>2009-12-15T19:00:54-08:00</authored-date>
    <message>Add &quot;dist&quot; Ant target to build distribution ZIP; refs #224

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>2423f7cc3eebee08eea7643edc06ab8d49ec7136</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>607389029cfec50f32b73c00a6f66d0a1dbcda23</id>
      </parent>
    </parents>
    <author>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/f244a1c7aed8edac445841b632a5902023f3b730</url>
    <id>f244a1c7aed8edac445841b632a5902023f3b730</id>
    <committed-date>2009-12-17T09:05:40-08:00</committed-date>
    <authored-date>2009-12-17T09:05:40-08:00</authored-date>
    <message>removed add/remove watcher, added alpha designation to watches, promises, transients</message>
    <tree>f2024ea84994342192ac51e0eb436496ee4c0e85</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>151ca19ce958ecf736e8c863f58d68777de3dbe2</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/607389029cfec50f32b73c00a6f66d0a1dbcda23</url>
    <id>607389029cfec50f32b73c00a6f66d0a1dbcda23</id>
    <committed-date>2009-12-08T04:42:53-08:00</committed-date>
    <authored-date>2009-12-01T08:02:54-08:00</authored-date>
    <message>clojure.test/run-tests: return summary, add successful?; refs #193

Reformatted patch.

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>4af0651a1b350bcb8bf884e07ac4245a9a634fb9</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>76e7c4317dc3eac80c4908ac5e5fb885e302b2a4</id>
      </parent>
    </parents>
    <author>
      <name>Tom Faulhaber</name>
      <email>git_net@infolace.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/151ca19ce958ecf736e8c863f58d68777de3dbe2</url>
    <id>151ca19ce958ecf736e8c863f58d68777de3dbe2</id>
    <committed-date>2009-12-08T04:25:09-08:00</committed-date>
    <authored-date>2009-12-07T22:40:31-08:00</authored-date>
    <message>Reinstated lost doc string for filter

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>89e7d7b5696ff524d28629a9d6082a18a913eba2</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5abcf6751c0fed34b72eab49ec9989458651bbf</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/76e7c4317dc3eac80c4908ac5e5fb885e302b2a4</url>
    <id>76e7c4317dc3eac80c4908ac5e5fb885e302b2a4</id>
    <committed-date>2009-12-03T19:39:41-08:00</committed-date>
    <authored-date>2009-12-03T10:27:39-08:00</authored-date>
    <message>Add :doc and :author metadata to core namespaces; fixes #216, fixes #217

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
    <tree>5e98951c8a0233e40073a8df14d2955483818704</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f047dc4acc69350d3513b4e69e093690cdb92e40</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/c5abcf6751c0fed34b72eab49ec9989458651bbf</url>
    <id>c5abcf6751c0fed34b72eab49ec9989458651bbf</id>
    <committed-date>2009-12-03T19:25:21-08:00</committed-date>
    <authored-date>2009-12-03T10:07:49-08:00</authored-date>
    <message>deprecate add-classpath in docstring, print warning; fixes #214

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
    <tree>be53a9afece114a6a84e69ee11518883b4c3c0a1</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b3b1fa5081172d9931d7dffac4e12a535871cfde</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/f047dc4acc69350d3513b4e69e093690cdb92e40</url>
    <id>f047dc4acc69350d3513b4e69e093690cdb92e40</id>
    <committed-date>2009-12-03T19:19:19-08:00</committed-date>
    <authored-date>2009-12-03T12:34:13-08:00</authored-date>
    <message>Remove deprecated ^ reader macro from tests; fixes #215

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
    <tree>f873d39e4a3ba38eb3d5c485805228e4a53cd54f</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20e4e45f18b8cd9833846aa8cf441ceebd98cca8</id>
      </parent>
    </parents>
    <author>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/b3b1fa5081172d9931d7dffac4e12a535871cfde</url>
    <id>b3b1fa5081172d9931d7dffac4e12a535871cfde</id>
    <committed-date>2009-12-03T19:06:38-08:00</committed-date>
    <authored-date>2009-12-03T19:06:38-08:00</authored-date>
    <message>Print deprecation warning for ^ reader macro; refs #215

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
    <tree>e49b824838103d4ea4cd459654f8669cb02ee4aa</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d7cc05cf0ecc4c5ea1c4c73dcfec89fa12c62c75</id>
      </parent>
    </parents>
    <author>
      <name>Stuart Sierra</name>
      <email>mail@stuartsierra.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/20e4e45f18b8cd9833846aa8cf441ceebd98cca8</url>
    <id>20e4e45f18b8cd9833846aa8cf441ceebd98cca8</id>
    <committed-date>2009-12-03T19:06:37-08:00</committed-date>
    <authored-date>2009-12-03T12:25:00-08:00</authored-date>
    <message>Remove deprecated ^ reader macro from core sources; refs #215

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
    <tree>978e1e97952b4a401413662c3ba9f850f40a352d</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17f5c889d8b863fba2b135204696e125c402f44a</id>
      </parent>
    </parents>
    <author>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/d7cc05cf0ecc4c5ea1c4c73dcfec89fa12c62c75</url>
    <id>d7cc05cf0ecc4c5ea1c4c73dcfec89fa12c62c75</id>
    <committed-date>2009-12-02T06:44:34-08:00</committed-date>
    <authored-date>2009-12-02T06:44:34-08:00</authored-date>
    <message>Add branch name &quot;master&quot; to version.properties</message>
    <tree>80dbcf3bdc2e21e51b3fc0ed87e5fb6bd82979d8</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6c12c1fa05c7243ec88016464f5eacc80785b6d</id>
      </parent>
    </parents>
    <author>
      <name>Timothy Pratley</name>
      <email>timothypratley@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/17f5c889d8b863fba2b135204696e125c402f44a</url>
    <id>17f5c889d8b863fba2b135204696e125c402f44a</id>
    <committed-date>2009-11-25T15:02:37-08:00</committed-date>
    <authored-date>2009-11-25T14:21:21-08:00</authored-date>
    <message>removed more shadowing #210

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>f773c658b84134c43b7ae425e5d1c4563ea86c0c</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f9df70163bd9c7a168c1ef8cd2be67651401f29</id>
      </parent>
    </parents>
    <author>
      <name>Timothy Pratley</name>
      <email>timothypratley@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/f6c12c1fa05c7243ec88016464f5eacc80785b6d</url>
    <id>f6c12c1fa05c7243ec88016464f5eacc80785b6d</id>
    <committed-date>2009-11-25T15:02:36-08:00</committed-date>
    <authored-date>2009-11-12T17:29:14-08:00</authored-date>
    <message>fixed sorted-set-by with no items, and added test coverage

Signed-off-by: Timothy Pratley &lt;timothypratley@gmail.com&gt;
Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>135d74777dcd332a01823ba927a41f46674a65a3</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b65501e1b0707f4738570374e7a31cc0a3db81f0</id>
      </parent>
    </parents>
    <author>
      <name>tpratley</name>
      <email>timothypratley@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/5f9df70163bd9c7a168c1ef8cd2be67651401f29</url>
    <id>5f9df70163bd9c7a168c1ef8cd2be67651401f29</id>
    <committed-date>2009-11-24T07:17:41-08:00</committed-date>
    <authored-date>2009-10-01T16:53:30-07:00</authored-date>
    <message>Fixed broken test-embedded-constants.  Fixes #164

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
    <tree>45eb208641d74064fb77ee2c80047550b22860a4</tree>
    <committer>
      <name>Chouser</name>
      <email>chouser@n01se.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f966d6efab1463be32213d87343aa17c9003234b</id>
      </parent>
    </parents>
    <author>
      <name>Timothy Pratley</name>
      <email>timothypratley@gmail.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/b65501e1b0707f4738570374e7a31cc0a3db81f0</url>
    <id>b65501e1b0707f4738570374e7a31cc0a3db81f0</id>
    <committed-date>2009-11-24T05:30:52-08:00</committed-date>
    <authored-date>2009-11-10T22:36:15-08:00</authored-date>
    <message>#209 Unifying array support for primatives

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>31e33719b3f9bd7ce138971ef730b8cce70224b4</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc5157d5b85b62dbf8e809d3caf014c792abd718</id>
      </parent>
    </parents>
    <author>
      <name>unknown</name>
      <email>Ninja@.(none)</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/f966d6efab1463be32213d87343aa17c9003234b</url>
    <id>f966d6efab1463be32213d87343aa17c9003234b</id>
    <committed-date>2009-11-24T05:30:52-08:00</committed-date>
    <authored-date>2009-11-10T21:34:14-08:00</authored-date>
    <message>#209 Unifying array support for primatives

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>8a2ed5a7014212dc864c48bc596ae5fe66db539d</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ebcbde9152c77e0e75937172024611ba8ae9b4ea</id>
      </parent>
    </parents>
    <author>
      <name>Chas Emerick</name>
      <email>cemerick@snowtide.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/fc5157d5b85b62dbf8e809d3caf014c792abd718</url>
    <id>fc5157d5b85b62dbf8e809d3caf014c792abd718</id>
    <committed-date>2009-11-24T05:20:41-08:00</committed-date>
    <authored-date>2009-10-20T11:56:42-07:00</authored-date>
    <message>added ignore for local netbeans project directory

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>9415a5f300de58453842ce9d39757a60418f5b5c</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>146f3614d100e9bce421afdcceee67aa0b956bb8</id>
      </parent>
    </parents>
    <author>
      <name>Chas Emerick</name>
      <email>cemerick@snowtide.com</email>
    </author>
    <url>http://github.com/richhickey/clojure/commit/ebcbde9152c77e0e75937172024611ba8ae9b4ea</url>
    <id>ebcbde9152c77e0e75937172024611ba8ae9b4ea</id>
    <committed-date>2009-11-24T05:19:18-08:00</committed-date>
    <authored-date>2009-06-01T13:30:49-07:00</authored-date>
    <message>add type-hint to defmethod to avoid spurious reflection warnings

Signed-off-by: Rich Hickey &lt;richhickey@gmail.com&gt;</message>
    <tree>39f64d2587400ae2ec08bff87f8364ad1ba547a2</tree>
    <committer>
      <name>Rich Hickey</name>
      <email>richhickey@gmail.com</email>
    </committer>
  </commit>
</commits>
