<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>508da6b6261844b63f5ede00150a03bc1a2f006c</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/d48422eb53a4f49cd9bbf3619c4622bed8e7741c</url>
    <id>d48422eb53a4f49cd9bbf3619c4622bed8e7741c</id>
    <committed-date>2008-05-27T14:39:11-07:00</committed-date>
    <authored-date>2008-05-27T14:23:59-07:00</authored-date>
    <message>Fixing rb_obj_is_kind_of() in subtend, maybe a little hacky.</message>
    <tree>05190ff3da94dad9482f5c339d0f30c42c97dd42</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3988ef419cfc97da302c96ae82141bee92cea9cd</id>
      </parent>
    </parents>
    <author>
      <name>Wilson Bilkovich</name>
      <email>wilson@supremetyrant.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/508da6b6261844b63f5ede00150a03bc1a2f006c</url>
    <id>508da6b6261844b63f5ede00150a03bc1a2f006c</id>
    <committed-date>2008-05-27T12:23:12-07:00</committed-date>
    <authored-date>2008-05-27T12:23:12-07:00</authored-date>
    <message>Don't expect self.class.new to have arity of 1 in String#gsub</message>
    <tree>e1babbfe24c50b1de44e2a7d9298d7a6a2e140c1</tree>
    <committer>
      <name>Wilson Bilkovich</name>
      <email>wilson@supremetyrant.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1c1848d0ef17fce93cbb98b6eef8fe6df68a4ac4</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/3988ef419cfc97da302c96ae82141bee92cea9cd</url>
    <id>3988ef419cfc97da302c96ae82141bee92cea9cd</id>
    <committed-date>2008-05-25T21:23:02-07:00</committed-date>
    <authored-date>2008-05-25T21:07:45-07:00</authored-date>
    <message>Adding RARRAY() to subtend, also includes:

RARRAY specs;
Minor adjustment to RString struct.</message>
    <tree>338167d613e727e04f659b538dcfff2cafff5f20</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6164baed9eb3686058e9c5f919bb232a89b8f790</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan-sup@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/1c1848d0ef17fce93cbb98b6eef8fe6df68a4ac4</url>
    <id>1c1848d0ef17fce93cbb98b6eef8fe6df68a4ac4</id>
    <committed-date>2008-05-25T10:44:36-07:00</committed-date>
    <authored-date>2008-05-22T14:18:12-07:00</authored-date>
    <message>Add AccessVarMethod#name and DelegatedMethod#name

UnboundMethod#inspect and Method#inspect assume a #name on the @compiled_method
instance variable, which could be a CompiledMethod, an AccessVarMethod or a
DelegatedMethod. Since irb calls #inspect, evaluating things like
&quot;obj.method(:whatever)&quot; in irb will throw an exception without this change if
@compiled_method one of the latter two types.

To make AccessVarMethods appear as &quot;Class#var&quot; instead of &quot;Class#@var&quot;, I added
an extra name parameter offloading that work to the caller.

DelegatedMethods appear as Class#&lt;delegated to XXX&gt;.</message>
    <tree>caefe7273cb7b286be348e26e5546fd7b592839c</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan-sup@masanjin.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa625fdc62d93dbdc6c8b461b4d5813ef70ab365</id>
      </parent>
    </parents>
    <author>
      <name>Eric Hodel</name>
      <email>drbrain@segment7.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/6164baed9eb3686058e9c5f919bb232a89b8f790</url>
    <id>6164baed9eb3686058e9c5f919bb232a89b8f790</id>
    <committed-date>2008-05-25T02:25:35-07:00</committed-date>
    <authored-date>2008-05-25T02:25:22-07:00</authored-date>
    <message>Replace libtool install with plain install.

We already use plain install for the MKDIR macro, and if we don't have a
install, we can ruby -run it.</message>
    <tree>096ad8e894dc4af760055cfce2d307e4ffa1441c</tree>
    <committer>
      <name>Eric Hodel</name>
      <email>drbrain@segment7.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de8f3d13f6602bd49da549dc4bfeff11d9532c5f</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/fa625fdc62d93dbdc6c8b461b4d5813ef70ab365</url>
    <id>fa625fdc62d93dbdc6c8b461b4d5813ef70ab365</id>
    <committed-date>2008-05-24T17:44:31-07:00</committed-date>
    <authored-date>2008-05-24T17:44:31-07:00</authored-date>
    <message>Adding RSTRING_PTR and RSTRING_LEN macros to subtend.</message>
    <tree>b620be8626cc364a02cf7eb4780aec04d16dd8a1</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>68f8a99c18ec209b607240cfa0babd3372db0d8b</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/de8f3d13f6602bd49da549dc4bfeff11d9532c5f</url>
    <id>de8f3d13f6602bd49da549dc4bfeff11d9532c5f</id>
    <committed-date>2008-05-24T17:31:31-07:00</committed-date>
    <authored-date>2008-05-24T17:29:31-07:00</authored-date>
    <message>Adding RSTRING power to subtend! With specs.</message>
    <tree>35b904261f08a619d8ffad5daf07ce0314e44d45</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7971873cc0f550acb2440341b04afe0fd3a5dd34</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/68f8a99c18ec209b607240cfa0babd3372db0d8b</url>
    <id>68f8a99c18ec209b607240cfa0babd3372db0d8b</id>
    <committed-date>2008-05-24T01:04:10-07:00</committed-date>
    <authored-date>2008-05-24T01:04:10-07:00</authored-date>
    <message>Updated CI excludes for updated rubyspecs.</message>
    <tree>c33f988a245c6a182f3f594c269fb07927d70ad9</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc5cdabbb2869bb9da3bacc69d3590c8e1b4f559</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/7971873cc0f550acb2440341b04afe0fd3a5dd34</url>
    <id>7971873cc0f550acb2440341b04afe0fd3a5dd34</id>
    <committed-date>2008-05-24T01:03:37-07:00</committed-date>
    <authored-date>2008-05-24T01:03:37-07:00</authored-date>
    <message>Fixed commit msg for [m]spec:sync tasks.</message>
    <tree>2c9e865b46569dc0f108d08af8e9eef3e4f47939</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>017a61163dd1991bcf985eff798ff106bf35986d</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/fc5cdabbb2869bb9da3bacc69d3590c8e1b4f559</url>
    <id>fc5cdabbb2869bb9da3bacc69d3590c8e1b4f559</id>
    <committed-date>2008-05-24T00:10:15-07:00</committed-date>
    <authored-date>2008-05-24T00:07:53-07:00</authored-date>
    <message>Updated RubySpec submodule to 5f783c7e.</message>
    <tree>912e6744981311de5853e7b903fdf8f3ce709d6a</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>90a19f2bb9245d9baafdaf22b71ee1802b0ee969</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/017a61163dd1991bcf985eff798ff106bf35986d</url>
    <id>017a61163dd1991bcf985eff798ff106bf35986d</id>
    <committed-date>2008-05-24T00:07:11-07:00</committed-date>
    <authored-date>2008-05-24T00:07:11-07:00</authored-date>
    <message>Added auto-commit to spec:sync.</message>
    <tree>84eaf96e75299f34ff8f73f97652d60faf721f7a</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b94b2b54bb7f7953cb109a4ee34332d6ec1c17a7</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/90a19f2bb9245d9baafdaf22b71ee1802b0ee969</url>
    <id>90a19f2bb9245d9baafdaf22b71ee1802b0ee969</id>
    <committed-date>2008-05-24T00:06:40-07:00</committed-date>
    <authored-date>2008-05-23T23:47:47-07:00</authored-date>
    <message>Added auto-commit to mspec:sync.</message>
    <tree>4cd2d7fadfaf52e6f86227893074c1b1b4fccaa1</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2330c7865286c18d7533067bb9c612359184ece</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/b94b2b54bb7f7953cb109a4ee34332d6ec1c17a7</url>
    <id>b94b2b54bb7f7953cb109a4ee34332d6ec1c17a7</id>
    <committed-date>2008-05-23T23:45:51-07:00</committed-date>
    <authored-date>2008-05-23T23:45:51-07:00</authored-date>
    <message>Updated MSpec submodule to 9e4dd3ab</message>
    <tree>98911042ff302cb774dc082dc452ce940e6ac5e7</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6122a564d9c242614f370f106a38fae72fa8272b</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/b2330c7865286c18d7533067bb9c612359184ece</url>
    <id>b2330c7865286c18d7533067bb9c612359184ece</id>
    <committed-date>2008-05-22T18:40:53-07:00</committed-date>
    <authored-date>2008-05-22T18:38:21-07:00</authored-date>
    <message>Adding rb_inspect to subtend, with specs;
Moving specs for rb_obj_classname and rb_class_of to subtend/object_spec.rb.</message>
    <tree>d69a69f80e6c5d3a6e3b0092bb5a8068c7610e1a</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>76de6ac0f458458b6fe4956146ecf431a296ddeb</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/6122a564d9c242614f370f106a38fae72fa8272b</url>
    <id>6122a564d9c242614f370f106a38fae72fa8272b</id>
    <committed-date>2008-05-22T16:01:15-07:00</committed-date>
    <authored-date>2008-05-22T15:58:35-07:00</authored-date>
    <message>Adding rb_obj_classname() to subtend, specs included.</message>
    <tree>01306d8eae0684664bdecc65897ead233d6364c8</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22c698f1c8927296139edd67621cbbdbd042e58c</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/76de6ac0f458458b6fe4956146ecf431a296ddeb</url>
    <id>76de6ac0f458458b6fe4956146ecf431a296ddeb</id>
    <committed-date>2008-05-22T15:31:18-07:00</committed-date>
    <authored-date>2008-05-22T15:31:18-07:00</authored-date>
    <message>Alioth benchmarks: add save task, and improve output</message>
    <tree>3d0d4582ded3d976587aaa70016d67eec6e729b1</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf5f9e6ff3bd5e825c0ba2d31cbd2b94e822e61b</id>
      </parent>
    </parents>
    <author>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/22c698f1c8927296139edd67621cbbdbd042e58c</url>
    <id>22c698f1c8927296139edd67621cbbdbd042e58c</id>
    <committed-date>2008-05-22T13:32:47-07:00</committed-date>
    <authored-date>2008-05-22T13:30:32-07:00</authored-date>
    <message>Adding rb_class_of and CLASS_OF to subtend, with specs.</message>
    <tree>0795e35213c2e11f28a276ffb96625049a2ac2df</tree>
    <committer>
      <name>Cezar Sa Espinola</name>
      <email>cezarsa@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d6570e4fc52695a2daf1dab111c48a42aa3859d</id>
      </parent>
    </parents>
    <author>
      <name>Federico Builes</name>
      <email>federico.builes@gmail.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/bf5f9e6ff3bd5e825c0ba2d31cbd2b94e822e61b</url>
    <id>bf5f9e6ff3bd5e825c0ba2d31cbd2b94e822e61b</id>
    <committed-date>2008-05-21T21:27:34-07:00</committed-date>
    <authored-date>2008-05-21T21:27:34-07:00</authored-date>
    <message>Adds a Rake task for CI on multiple processors

* rake spec:multi now runs the full set of specs using the -j option</message>
    <tree>0eab176ae50bdfefc128aab4efb0c733443acccb</tree>
    <committer>
      <name>Federico Builes</name>
      <email>federico.builes@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5673309bf8e058a500e0c9ced6fc99eda19e6e01</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/6d6570e4fc52695a2daf1dab111c48a42aa3859d</url>
    <id>6d6570e4fc52695a2daf1dab111c48a42aa3859d</id>
    <committed-date>2008-05-21T17:42:30-07:00</committed-date>
    <authored-date>2008-05-21T17:42:30-07:00</authored-date>
    <message>Added test/demo/awdwr</message>
    <tree>114bff6ebae7d66ecf4ad39716ec9106e2cb065b</tree>
    <committer>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11ae430fe8490e47b7529dde4c5e3ed6e369e3dd</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/5673309bf8e058a500e0c9ced6fc99eda19e6e01</url>
    <id>5673309bf8e058a500e0c9ced6fc99eda19e6e01</id>
    <committed-date>2008-05-21T17:24:36-07:00</committed-date>
    <authored-date>2008-05-21T17:24:36-07:00</authored-date>
    <message>More rails hacks:
  Moved build_message to Assertions.
  Now bitch loudly if someone defines one of my classes instead of requiring.</message>
    <tree>4abdbf662bbaf59070a9f8d3ae2eacf0a3a89845</tree>
    <committer>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79735d7630365ab5b2c14f75249df62d6b2f93b2</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/11ae430fe8490e47b7529dde4c5e3ed6e369e3dd</url>
    <id>11ae430fe8490e47b7529dde4c5e3ed6e369e3dd</id>
    <committed-date>2008-05-21T16:58:45-07:00</committed-date>
    <authored-date>2008-05-21T16:40:02-07:00</authored-date>
    <message>Patched up complier to call __ versions of methods for defined</message>
    <tree>11f5dc68b983e2250d8530200738bbcd80fb9343</tree>
    <committer>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1c5e161a6fd8959d210638937f5113a8f9cb57f1</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/79735d7630365ab5b2c14f75249df62d6b2f93b2</url>
    <id>79735d7630365ab5b2c14f75249df62d6b2f93b2</id>
    <committed-date>2008-05-21T16:58:45-07:00</committed-date>
    <authored-date>2008-05-21T14:40:26-07:00</authored-date>
    <message>Updated miniunit for latest rails atrocities</message>
    <tree>bf7a0b00d5c14edbc80665ebaf356b87c7105e63</tree>
    <committer>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>19db3045e11b00874f9f64e2b3e52d0d55c5d472</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/1c5e161a6fd8959d210638937f5113a8f9cb57f1</url>
    <id>1c5e161a6fd8959d210638937f5113a8f9cb57f1</id>
    <committed-date>2008-05-21T16:58:45-07:00</committed-date>
    <authored-date>2008-05-20T19:09:51-07:00</authored-date>
    <message>Moved bigdecimal/util.rb from stdlib for AWDWR tests</message>
    <tree>40ccc84bdab8918d0690ce5ed90bd1f7a9b17306</tree>
    <committer>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9255bf142d5a9eea20488f50969a46ef3d392a6</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/19db3045e11b00874f9f64e2b3e52d0d55c5d472</url>
    <id>19db3045e11b00874f9f64e2b3e52d0d55c5d472</id>
    <committed-date>2008-05-21T16:58:44-07:00</committed-date>
    <authored-date>2008-05-20T14:58:10-07:00</authored-date>
    <message>I cheated... rescue false on YAML.load</message>
    <tree>11e448cacdf8fb26883e8ec47a880822fd4db18b</tree>
    <committer>
      <name>Ryan Davis</name>
      <email>ryand-ruby@zenspider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba0d4df633f989d22aa4eec0cda00782c4a98018</id>
      </parent>
    </parents>
    <author>
      <name>Evan Phoenix</name>
      <email>ephoenix@engineyard.com</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/a9255bf142d5a9eea20488f50969a46ef3d392a6</url>
    <id>a9255bf142d5a9eea20488f50969a46ef3d392a6</id>
    <committed-date>2008-05-21T16:38:53-07:00</committed-date>
    <authored-date>2008-05-21T15:58:03-07:00</authored-date>
    <message>Switch away from submodules to rsync copies</message>
    <tree>9e741c0c3b9085eca3766ef2f4865d0eac2ef527</tree>
    <committer>
      <name>Evan Phoenix</name>
      <email>ephoenix@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0401afd100d5c11c6cc0ed6ffc3133f0c07f48f</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/ba0d4df633f989d22aa4eec0cda00782c4a98018</url>
    <id>ba0d4df633f989d22aa4eec0cda00782c4a98018</id>
    <committed-date>2008-05-21T16:29:44-07:00</committed-date>
    <authored-date>2008-05-21T16:29:44-07:00</authored-date>
    <message>fix spectralnorm.rb so that it works on rubinius

The original implementation depended on a for-loop scope
mis-feature of MRI that hasn't been implemented yet in
Rubinius.</message>
    <tree>3cf8d24ba26fcdec2da7b35ce54054fa8c43ee06</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74695619c17b4e77c954d9813f7231128e2fe6ea</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/e0401afd100d5c11c6cc0ed6ffc3133f0c07f48f</url>
    <id>e0401afd100d5c11c6cc0ed6ffc3133f0c07f48f</id>
    <committed-date>2008-05-21T16:19:45-07:00</committed-date>
    <authored-date>2008-05-21T16:19:45-07:00</authored-date>
    <message>whitespace somehow mangled in the format-patch-&gt;am route

Spaces (except the one at the beginning of a line) were
somehow turned into sequences of &quot;\302\240&quot;. Rake wouldn't
even run. Wtf?

Demangled.</message>
    <tree>d89d65f834065cab448e03b9857339d7c0076c5e</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e59994cc37f765e784134c74f9eee731b87d11fc</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/74695619c17b4e77c954d9813f7231128e2fe6ea</url>
    <id>74695619c17b4e77c954d9813f7231128e2fe6ea</id>
    <committed-date>2008-05-21T15:07:08-07:00</committed-date>
    <authored-date>2008-05-21T15:02:13-07:00</authored-date>
    <message>allow ^D to terminate debugger session

Without this, an exception is thrown as readline returns nil.</message>
    <tree>9cc241f6cb33bc8c44dc167da2a7384206efd0a7</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e85d14bc6793fdd6df420a1a378a6213b4709902</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/e59994cc37f765e784134c74f9eee731b87d11fc</url>
    <id>e59994cc37f765e784134c74f9eee731b87d11fc</id>
    <committed-date>2008-05-21T15:06:07-07:00</committed-date>
    <authored-date>2008-05-21T13:50:53-07:00</authored-date>
    <message>README-DEVELOPERS: format text in specs section with tw=65</message>
    <tree>f275764635dcf057ba97c6c7adacb998b70b4e33</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0f938f5df06b82482b1b9e461c125e1f62509db</id>
      </parent>
    </parents>
    <author>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </author>
    <url>http://github.com/evanphx/rubinius/commit/e85d14bc6793fdd6df420a1a378a6213b4709902</url>
    <id>e85d14bc6793fdd6df420a1a378a6213b4709902</id>
    <committed-date>2008-05-21T15:06:07-07:00</committed-date>
    <authored-date>2008-05-21T13:39:14-07:00</authored-date>
    <message>README-DEVELOPERS: update location of platform.conf</message>
    <tree>6389d8ddcf66e802c2213f0cc633fba095c6e8b3</tree>
    <committer>
      <name>William Morgan</name>
      <email>wmorgan@masanjin.net</email>
    </committer>
  </commit>
</commits>
