<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>733f0a3f3ff8bb4f35f3412f86f86b302374edba</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/8b8169c3c7fa11282bf181dda305a23c28e2189c</url>
    <id>8b8169c3c7fa11282bf181dda305a23c28e2189c</id>
    <committed-date>2008-10-06T12:30:12-07:00</committed-date>
    <authored-date>2008-10-06T12:30:12-07:00</authored-date>
    <message>Refactor pooling scavenger and add Extlib.exiting(bool) support</message>
    <tree>dad9a77e0b08ff2ab962a002595c859cc376a0ab</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1e681abd99a357fdab435a747954263ba9574bb</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/733f0a3f3ff8bb4f35f3412f86f86b302374edba</url>
    <id>733f0a3f3ff8bb4f35f3412f86f86b302374edba</id>
    <committed-date>2008-10-05T10:23:44-07:00</committed-date>
    <authored-date>2008-10-05T10:23:44-07:00</authored-date>
    <message>Extlib no longer depends on English. Inflection code from Merb is enough.</message>
    <tree>b2dcee047b137cb16635ebcc34efdf120281840c</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6952e4568c0f79ab48b697a3200ae47537dc8c6</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/c1e681abd99a357fdab435a747954263ba9574bb</url>
    <id>c1e681abd99a357fdab435a747954263ba9574bb</id>
    <committed-date>2008-10-05T10:14:43-07:00</committed-date>
    <authored-date>2008-10-05T10:14:43-07:00</authored-date>
    <message>Port inflector and dictionary from Merb core. Inflector has no dependency on English/Facets.</message>
    <tree>c04242bba5a603b0585159d0bc2df5aa0fd67bfc</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae9dcb69d1d2eda62200687a65614c97b305895d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/c6952e4568c0f79ab48b697a3200ae47537dc8c6</url>
    <id>c6952e4568c0f79ab48b697a3200ae47537dc8c6</id>
    <committed-date>2008-10-05T04:58:52-07:00</committed-date>
    <authored-date>2008-10-05T04:58:52-07:00</authored-date>
    <message>Fixes build.</message>
    <tree>e9fda215aa731327c95e55c036a8736c7638d0e7</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4150ee56331ca4d2a83b52ea7a0c4b51e12334a</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/ae9dcb69d1d2eda62200687a65614c97b305895d</url>
    <id>ae9dcb69d1d2eda62200687a65614c97b305895d</id>
    <committed-date>2008-10-05T04:58:02-07:00</committed-date>
    <authored-date>2008-10-05T04:58:02-07:00</authored-date>
    <message>Run spec examples by default.</message>
    <tree>937eccb4eba3aa6532d21c0aa69a1d638a0f563d</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f6f4ab7888deb5078ac6a3a949b046d7e1900bc</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/e4150ee56331ca4d2a83b52ea7a0c4b51e12334a</url>
    <id>e4150ee56331ca4d2a83b52ea7a0c4b51e12334a</id>
    <committed-date>2008-10-05T04:56:04-07:00</committed-date>
    <authored-date>2008-10-05T04:56:04-07:00</authored-date>
    <message>Hash#to_xml_attributes should not camel case attributes.

:long_attribute =&gt; 101 should result in long_attribute=&quot;101&quot; in resulting string.</message>
    <tree>04eaaa153aca12463c836d123c1ab024a5aa08ce</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e7e12812485982b4e8096a6a3d70ce720440b14</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/5f6f4ab7888deb5078ac6a3a949b046d7e1900bc</url>
    <id>5f6f4ab7888deb5078ac6a3a949b046d7e1900bc</id>
    <committed-date>2008-10-03T01:13:24-07:00</committed-date>
    <authored-date>2008-10-03T01:13:24-07:00</authored-date>
    <message>Allow the pooling scavenger to stop when nothing is left</message>
    <tree>965a4b4a89dea6796ef34ff045822383f4e41574</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0edd7cd43d22cb1bedc16ba938ea2c2709f096d9</id>
      </parent>
      <parent>
        <id>4413c617b08ca327cc5bc8a35ca1ff3bd629fa91</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/1e7e12812485982b4e8096a6a3d70ce720440b14</url>
    <id>1e7e12812485982b4e8096a6a3d70ce720440b14</id>
    <committed-date>2008-09-22T15:41:29-07:00</committed-date>
    <authored-date>2008-09-22T15:41:29-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/advany/extlib into advany</message>
    <tree>c54daef3820afd08b0d8f21ece180af5aee765aa</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4b299c8b48fdc686a050d2ce32cda0b96b5329b</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/0edd7cd43d22cb1bedc16ba938ea2c2709f096d9</url>
    <id>0edd7cd43d22cb1bedc16ba938ea2c2709f096d9</id>
    <committed-date>2008-09-22T11:32:19-07:00</committed-date>
    <authored-date>2008-09-22T11:32:19-07:00</authored-date>
    <message>Clean up the CI task a bit more</message>
    <tree>c909d7352e3bc8964597e92ca881e919bc265280</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>743917a6de6464dd2fa5e064f1881adba218cae6</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a4b299c8b48fdc686a050d2ce32cda0b96b5329b</url>
    <id>a4b299c8b48fdc686a050d2ce32cda0b96b5329b</id>
    <committed-date>2008-09-20T02:59:08-07:00</committed-date>
    <authored-date>2008-09-20T02:59:08-07:00</authored-date>
    <message>Fix CI tasks</message>
    <tree>f5e8fc630063cdf53d9f9cb3f5b5d2392c99eade</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a9cbc1af1343bfd32ea4b473341dff364b67353</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/sam/extlib/commit/743917a6de6464dd2fa5e064f1881adba218cae6</url>
    <id>743917a6de6464dd2fa5e064f1881adba218cae6</id>
    <committed-date>2008-09-19T10:20:53-07:00</committed-date>
    <authored-date>2008-09-19T10:20:53-07:00</authored-date>
    <message>Fixed ticket merb-core#481 - only pure Hash is converted to Mash on assignment</message>
    <tree>1e785c0223b9c8191dc05fe895470385b9a0ea68</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e9ea1557e703f2f238192d72bd2714b0af425b7c</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/8a9cbc1af1343bfd32ea4b473341dff364b67353</url>
    <id>8a9cbc1af1343bfd32ea4b473341dff364b67353</id>
    <committed-date>2008-09-19T08:40:02-07:00</committed-date>
    <authored-date>2008-09-19T08:40:02-07:00</authored-date>
    <message>Hook and Pooling autoload now.</message>
    <tree>92897b343f97c7f7be7e21b3a11fb2b1f18cf43a</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbc886b9adecad2e6e9c9a13f67349cd21c01ffa</id>
      </parent>
    </parents>
    <author>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/e9ea1557e703f2f238192d72bd2714b0af425b7c</url>
    <id>e9ea1557e703f2f238192d72bd2714b0af425b7c</id>
    <committed-date>2008-09-18T09:32:13-07:00</committed-date>
    <authored-date>2008-09-17T23:03:04-07:00</authored-date>
    <message>Copied documentation to Mash#except.</message>
    <tree>b5e713332ad06efd9399090d9348a253a67109da</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c4dc40df63fc5cebd2f3b2cceb7c8ea20ac86776</id>
      </parent>
    </parents>
    <author>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/fbc886b9adecad2e6e9c9a13f67349cd21c01ffa</url>
    <id>fbc886b9adecad2e6e9c9a13f67349cd21c01ffa</id>
    <committed-date>2008-09-18T09:32:13-07:00</committed-date>
    <authored-date>2008-09-17T22:58:36-07:00</authored-date>
    <message>Defined Mash#except to insensitive to Symbol/String reject keys.</message>
    <tree>dfec7b5f58608e2d98a93ae2f0eea55dfe84cb09</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64db048595a07b70057b98731d6e957406bca913</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/c4dc40df63fc5cebd2f3b2cceb7c8ea20ac86776</url>
    <id>c4dc40df63fc5cebd2f3b2cceb7c8ea20ac86776</id>
    <committed-date>2008-09-18T07:46:11-07:00</committed-date>
    <authored-date>2008-09-18T07:46:11-07:00</authored-date>
    <message>Ensure that the Time#to_json signature is compatible with the JSON gem</message>
    <tree>4b7562e85bc5d4ea702f3a778a879bd3ad29dddb</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>012e0629863b3ce4b98c7eebb3f5ef4ed6d7b1e8</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/64db048595a07b70057b98731d6e957406bca913</url>
    <id>64db048595a07b70057b98731d6e957406bca913</id>
    <committed-date>2008-09-17T15:57:55-07:00</committed-date>
    <authored-date>2008-09-17T15:57:55-07:00</authored-date>
    <message>Revert &quot;Synchronize mutation in the Logger&quot;

This reverts commit 012e0629863b3ce4b98c7eebb3f5ef4ed6d7b1e8.

It makes merb-core spec suite to silently hang sometimes. Need
to investigate why this is happening.</message>
    <tree>536b478d146c374833d1dc90757acf6b31b1a281</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>109ec6b85d66f959a83048af9e173f612b1d4009</id>
      </parent>
    </parents>
    <author>
      <name>Dudley Flanders</name>
      <email>dudley@misnomer.us</email>
    </author>
    <url>http://github.com/sam/extlib/commit/012e0629863b3ce4b98c7eebb3f5ef4ed6d7b1e8</url>
    <id>012e0629863b3ce4b98c7eebb3f5ef4ed6d7b1e8</id>
    <committed-date>2008-09-17T12:54:41-07:00</committed-date>
    <authored-date>2008-09-17T12:29:24-07:00</authored-date>
    <message>Synchronize mutation in the Logger

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>35a2fae18d7d0b8850be0739886351fb8b7df2e1</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5c5d4393a433b23db35167d532142f93c078923c</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/109ec6b85d66f959a83048af9e173f612b1d4009</url>
    <id>109ec6b85d66f959a83048af9e173f612b1d4009</id>
    <committed-date>2008-09-14T10:56:29-07:00</committed-date>
    <authored-date>2008-09-14T10:56:29-07:00</authored-date>
    <message>Minor updates to improve ruby 1.9 compatibility</message>
    <tree>536b478d146c374833d1dc90757acf6b31b1a281</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d62afaaaeccd40f7db2ead35f4d98f119fa72427</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/5c5d4393a433b23db35167d532142f93c078923c</url>
    <id>5c5d4393a433b23db35167d532142f93c078923c</id>
    <committed-date>2008-09-14T05:32:28-07:00</committed-date>
    <authored-date>2008-09-14T05:32:28-07:00</authored-date>
    <message>Speed up connection pooling

Using a default proc for a hash is really slow and using
an hash indexed by object_id is also a lot faster then
using Set.</message>
    <tree>8932d1d2131ffcdef8dffe2097c39cdf765a09eb</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d48c1ef83c3888e23ec33c0454e4687f1edf772</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/d62afaaaeccd40f7db2ead35f4d98f119fa72427</url>
    <id>d62afaaaeccd40f7db2ead35f4d98f119fa72427</id>
    <committed-date>2008-09-09T14:39:17-07:00</committed-date>
    <authored-date>2008-09-09T14:39:17-07:00</authored-date>
    <message>Bump up version.</message>
    <tree>21a933de3b7620e7fc7fc509f764abe35ce30860</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2707ebbbc5837619dcc51af43db18ac31380c4a5</id>
      </parent>
    </parents>
    <author>
      <name>Abdul-Rahman Advany</name>
      <email>=</email>
    </author>
    <url>http://github.com/sam/extlib/commit/4413c617b08ca327cc5bc8a35ca1ff3bd629fa91</url>
    <id>4413c617b08ca327cc5bc8a35ca1ff3bd629fa91</id>
    <committed-date>2008-09-09T11:50:34-07:00</committed-date>
    <authored-date>2008-09-09T11:50:34-07:00</authored-date>
    <message>should not translate frozen if frozen</message>
    <tree>0502488ba45cfabacdf501e716692b2ba5e597d7</tree>
    <committer>
      <name>Abdul-Rahman Advany</name>
      <email>=</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0561b52aadf3e03222c07f0aab494d7ddb5e07c7</id>
      </parent>
      <parent>
        <id>f94302d7822786f0b4090931b40d00d0ccdf5b4d</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/7d48c1ef83c3888e23ec33c0454e4687f1edf772</url>
    <id>7d48c1ef83c3888e23ec33c0454e4687f1edf772</id>
    <committed-date>2008-09-08T16:08:42-07:00</committed-date>
    <authored-date>2008-09-08T16:08:42-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/mtodd/extlib into mtodd</message>
    <tree>1e219af8814226220a12b7a46ae3f4af254854a2</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c02b71aae09d5bc162022c9bb9a3674e08b1a0aa</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/0561b52aadf3e03222c07f0aab494d7ddb5e07c7</url>
    <id>0561b52aadf3e03222c07f0aab494d7ddb5e07c7</id>
    <committed-date>2008-09-08T14:29:34-07:00</committed-date>
    <authored-date>2008-09-08T14:29:34-07:00</authored-date>
    <message>Small tweaks to specs to make them pass and be more portable.</message>
    <tree>5e4d85113d670306b5ce09fd1356555c6b494c05</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ebef531b1b742da83eb5ee38b2e47981a6a494a9</id>
      </parent>
      <parent>
        <id>2836b538d259e1b11df1a550ee24adf2d036a29b</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/c02b71aae09d5bc162022c9bb9a3674e08b1a0aa</url>
    <id>c02b71aae09d5bc162022c9bb9a3674e08b1a0aa</id>
    <committed-date>2008-09-08T14:20:49-07:00</committed-date>
    <authored-date>2008-09-08T14:20:49-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/lholden/extlib into lholden</message>
    <tree>b486620a18d5190405c48ed10dfa2d7231e7d52f</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6925b3245d11488a89c19318d8e36f45dae05870</id>
      </parent>
      <parent>
        <id>0fde3a351dd99881e937f966bf6f3f4d6bcb8da8</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/ebef531b1b742da83eb5ee38b2e47981a6a494a9</url>
    <id>ebef531b1b742da83eb5ee38b2e47981a6a494a9</id>
    <committed-date>2008-09-08T14:19:23-07:00</committed-date>
    <authored-date>2008-09-08T14:19:23-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/elliottcable/extlib into ec

Conflicts:

	lib/extlib/symbol.rb</message>
    <tree>6c1da23e3701112fa5d434ff3d462a85d6d61d35</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>90bc92e991855d1998b47f949504da29f4251912</id>
      </parent>
    </parents>
    <author>
      <name>Ken Robertson</name>
      <email>ken@invalidlogic.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/6925b3245d11488a89c19318d8e36f45dae05870</url>
    <id>6925b3245d11488a89c19318d8e36f45dae05870</id>
    <committed-date>2008-09-03T21:23:41-07:00</committed-date>
    <authored-date>2008-09-03T21:23:41-07:00</authored-date>
    <message>Forget git commit -a doesn't include new files, oops</message>
    <tree>ac9ceb37a6ef5dec611586703964e903a40441d7</tree>
    <committer>
      <name>Ken Robertson</name>
      <email>ken@invalidlogic.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44b730483eac9540219b6fee650c6a6b4300898f</id>
      </parent>
    </parents>
    <author>
      <name>Ken Robertson</name>
      <email>ken@invalidlogic.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/90bc92e991855d1998b47f949504da29f4251912</url>
    <id>90bc92e991855d1998b47f949504da29f4251912</id>
    <committed-date>2008-09-03T21:09:58-07:00</committed-date>
    <authored-date>2008-09-03T21:09:58-07:00</authored-date>
    <message>Added symbol.rb to implement try_dup for symbols.  Added spec for symbols in try_dup_spec.rb.
Was encounting this error when using dm-types Enum type in DM 0.9.6.</message>
    <tree>58ac133cbad6ad84b59a0de9313b75f7a30245fe</tree>
    <committer>
      <name>Ken Robertson</name>
      <email>ken@invalidlogic.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e0360bf5b360c9c24c82a3039f3daa4a1713765</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/44b730483eac9540219b6fee650c6a6b4300898f</url>
    <id>44b730483eac9540219b6fee650c6a6b4300898f</id>
    <committed-date>2008-09-02T09:20:20-07:00</committed-date>
    <authored-date>2008-09-01T09:26:45-07:00</authored-date>
    <message>Replace Pooling with thread safe implementation (hopefully)</message>
    <tree>111e0b853780022d8738c3b9af592bdf5fe92bff</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>428227f8663eeeb9543226f63dcc889a11e58c2f</id>
      </parent>
      <parent>
        <id>6e0360bf5b360c9c24c82a3039f3daa4a1713765</id>
      </parent>
    </parents>
    <author>
      <name>Matt Todd</name>
      <email>chiology@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/f94302d7822786f0b4090931b40d00d0ccdf5b4d</url>
    <id>f94302d7822786f0b4090931b40d00d0ccdf5b4d</id>
    <committed-date>2008-09-01T20:22:46-07:00</committed-date>
    <authored-date>2008-09-01T20:22:46-07:00</authored-date>
    <message>Merge branch 'upstream/sam'</message>
    <tree>39fb1578c7623d7cff890c40e4aad21f4c9b9906</tree>
    <committer>
      <name>Matt Todd</name>
      <email>chiology@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61fcabbb0aa7def301970e1787f84f46abdf53b3</id>
      </parent>
    </parents>
    <author>
      <name>Matt Todd</name>
      <email>chiology@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/428227f8663eeeb9543226f63dcc889a11e58c2f</url>
    <id>428227f8663eeeb9543226f63dcc889a11e58c2f</id>
    <committed-date>2008-09-01T20:21:04-07:00</committed-date>
    <authored-date>2008-09-01T20:21:04-07:00</authored-date>
    <message>Added spec.</message>
    <tree>17322e3a7817d11d77cc169663cf060ad4091fb4</tree>
    <committer>
      <name>Matt Todd</name>
      <email>chiology@gmail.com</email>
    </committer>
  </commit>
</commits>
