<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>ef9c02460e53b644bc211d99e4dcffe9f85d634a</id>
      </parent>
      <parent>
        <id>7914ca3aa2f17ced09ff0707700e638d77cd5a1f</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/7ef3861cecaa4957a95cef878d4b0248a9285ee9</url>
    <id>7ef3861cecaa4957a95cef878d4b0248a9285ee9</id>
    <committed-date>2009-12-03T08:57:32-08:00</committed-date>
    <authored-date>2009-12-03T08:57:32-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rakudo/rakudo</message>
    <tree>0efabc5b2fc8b86ee90aad84e21ada99beed9c39</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ce13d8b5de8e82da946352972114a3c760bee31</id>
      </parent>
    </parents>
    <author>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/7914ca3aa2f17ced09ff0707700e638d77cd5a1f</url>
    <id>7914ca3aa2f17ced09ff0707700e638d77cd5a1f</id>
    <committed-date>2009-12-02T19:05:27-08:00</committed-date>
    <authored-date>2009-12-02T19:05:27-08:00</authored-date>
    <message>Use Rat::gcd to make infix:&lt;+&gt;(Rat, Rat) and infix:&lt;-&gt;(Rat, Rat) yield Rats in more cases.</message>
    <tree>a073961ed43d293e38c6d91e4fd5e12b16299a08</tree>
    <committer>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4a28007aaec9de34b3d6ce4569dfbbedd1626d9</id>
      </parent>
      <parent>
        <id>7ce13d8b5de8e82da946352972114a3c760bee31</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/ef9c02460e53b644bc211d99e4dcffe9f85d634a</url>
    <id>ef9c02460e53b644bc211d99e4dcffe9f85d634a</id>
    <committed-date>2009-11-30T02:30:30-08:00</committed-date>
    <authored-date>2009-11-30T02:30:30-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rakudo/rakudo</message>
    <tree>8699c8c2e733463181fc2b2024f9c65b94af9f8e</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b93c7883ab3df5ca79d45d9cb1d4e7d42d81bc6</id>
      </parent>
    </parents>
    <author>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/7ce13d8b5de8e82da946352972114a3c760bee31</url>
    <id>7ce13d8b5de8e82da946352972114a3c760bee31</id>
    <committed-date>2009-11-28T16:15:54-08:00</committed-date>
    <authored-date>2009-11-28T16:15:54-08:00</authored-date>
    <message>Change master spectest to use t/spec revision 29188.

Because Rakudo development has shifted from master to ng for the moment, while some significant changes are being made to the spec, we are setting master to point to a fixed older release of the spectests.  This means we can make changes to the spectests without creating &quot;regressions&quot; in Rakudo master.</message>
    <tree>01d3cb124770b368c5cf250ee8a2b0d75f1d21f3</tree>
    <committer>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f1513348f71777c0ec13c46b1efe2d9b1a0f2c47</id>
      </parent>
    </parents>
    <author>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/2b93c7883ab3df5ca79d45d9cb1d4e7d42d81bc6</url>
    <id>2b93c7883ab3df5ca79d45d9cb1d4e7d42d81bc6</id>
    <committed-date>2009-11-27T07:35:38-08:00</committed-date>
    <authored-date>2009-11-27T07:35:38-08:00</authored-date>
    <message>Rework most of the Rat math functions to use / to construct Rats rather than Rat.new.

This means that Rat math will automatically fall back to Num math if the intermediate values cannot be represented as Ints in Rakudo.  (Previously it would yield a cryptic error message because Rat.new insisted on Int arguments.)</message>
    <tree>a0ef958a7d38ce73da1db066fb7e7efcc4a4258d</tree>
    <committer>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2fc0a9886f310a560c7d0449fa272b7baac0c8a5</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/f1513348f71777c0ec13c46b1efe2d9b1a0f2c47</url>
    <id>f1513348f71777c0ec13c46b1efe2d9b1a0f2c47</id>
    <committed-date>2009-11-25T14:49:25-08:00</committed-date>
    <authored-date>2009-11-25T14:40:29-08:00</authored-date>
    <message>get rid of undef in the setting</message>
    <tree>599da6b9f3808b931e0f81dfdf9b52afe3436931</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2eb38b5bf07f1c4392a9d1d75f3fd1cf7d877105</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/2fc0a9886f310a560c7d0449fa272b7baac0c8a5</url>
    <id>2fc0a9886f310a560c7d0449fa272b7baac0c8a5</id>
    <committed-date>2009-11-25T11:24:40-08:00</committed-date>
    <authored-date>2009-11-25T11:24:38-08:00</authored-date>
    <message>implement Object.notdef

This wins us back most spectests. Most remaining failures are related to
autovivification returning Failure, not Mu.</message>
    <tree>1933f722b1516a1fe928abf810beb14be74c0c92</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0a61bee23f0f02a19fb192790385d084d47c1024</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/2eb38b5bf07f1c4392a9d1d75f3fd1cf7d877105</url>
    <id>2eb38b5bf07f1c4392a9d1d75f3fd1cf7d877105</id>
    <committed-date>2009-11-25T11:03:42-08:00</committed-date>
    <authored-date>2009-11-25T11:03:42-08:00</authored-date>
    <message>alias Object and Mu, as suggested by jnthn++; wins us back quite a few tests</message>
    <tree>818fee576f3a50186209ffbf374a51385bfe80a4</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a55d864e83514b79de45d3904a11f1c0cede67cc</id>
      </parent>
    </parents>
    <author>
      <name>Kyle Hasselbacher</name>
      <email>kyleha@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/0a61bee23f0f02a19fb192790385d084d47c1024</url>
    <id>0a61bee23f0f02a19fb192790385d084d47c1024</id>
    <committed-date>2009-11-23T19:06:32-08:00</committed-date>
    <authored-date>2009-11-23T19:06:32-08:00</authored-date>
    <message>Make gen_parrot.pl die more gracefully, thanks to Timothy Bollman</message>
    <tree>24770c85be5987b49d9bcacaaee66d6411049e40</tree>
    <committer>
      <name>Kyle Hasselbacher</name>
      <email>kyleha@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72ecb2dacf1c671af9e685eee013b1ff4ecad2ba</id>
      </parent>
      <parent>
        <id>a55d864e83514b79de45d3904a11f1c0cede67cc</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/a4a28007aaec9de34b3d6ce4569dfbbedd1626d9</url>
    <id>a4a28007aaec9de34b3d6ce4569dfbbedd1626d9</id>
    <committed-date>2009-11-23T07:14:58-08:00</committed-date>
    <authored-date>2009-11-23T07:14:58-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rakudo/rakudo</message>
    <tree>60869f0f3f9f667c13170eea2cb4529afa8fe745</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1445ba3f8b99b65a0040f6bd39ce19188c550d09</id>
      </parent>
    </parents>
    <author>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/a55d864e83514b79de45d3904a11f1c0cede67cc</url>
    <id>a55d864e83514b79de45d3904a11f1c0cede67cc</id>
    <committed-date>2009-11-23T05:27:17-08:00</committed-date>
    <authored-date>2009-11-23T05:27:17-08:00</authored-date>
    <message>Fix Int.sign and Rat.sign so they correctly return Ints.</message>
    <tree>fac65bdaa277f5d09bbed7c6c94c687f01b82a1b</tree>
    <committer>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6bf017930e6a020312229abdce7c93bf5ff7f857</id>
      </parent>
    </parents>
    <author>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/1445ba3f8b99b65a0040f6bd39ce19188c550d09</url>
    <id>1445ba3f8b99b65a0040f6bd39ce19188c550d09</id>
    <committed-date>2009-11-23T05:11:02-08:00</committed-date>
    <authored-date>2009-11-23T05:11:02-08:00</authored-date>
    <message>Rough but working versions of Int.sign and Rat.sign.

Actually, these pass the spectest but the Rat.sign one is definitely returning the wrong thing.  Will try to correct both spectest and code shortly.</message>
    <tree>6b728ceb82bcd2a8011a20664d8d0bcaaffcacab</tree>
    <committer>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5065b6e0d4a5e79dde25773fec16c3b04c676c1</id>
      </parent>
    </parents>
    <author>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/6bf017930e6a020312229abdce7c93bf5ff7f857</url>
    <id>6bf017930e6a020312229abdce7c93bf5ff7f857</id>
    <committed-date>2009-11-20T07:42:37-08:00</committed-date>
    <authored-date>2009-11-20T05:19:10-08:00</authored-date>
    <message>[Any-list.pm] removed Int constraint on $num in .pick</message>
    <tree>2aecf066fb6d8d72a7a7adde2b7442472cd00370</tree>
    <committer>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1db377a64104da0ae18711f0d92e4882c8fa765f</id>
      </parent>
    </parents>
    <author>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/f5065b6e0d4a5e79dde25773fec16c3b04c676c1</url>
    <id>f5065b6e0d4a5e79dde25773fec16c3b04c676c1</id>
    <committed-date>2009-11-19T10:20:45-08:00</committed-date>
    <authored-date>2009-11-19T10:20:45-08:00</authored-date>
    <message>[docs/release_guide.pod] rolled releases forward</message>
    <tree>c91395c9fa38e29bcdccd71ea70d68379fc4e176</tree>
    <committer>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b237f9c06fd1f7435b0f060cb332aed7d8d2e60c</id>
      </parent>
    </parents>
    <author>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/1db377a64104da0ae18711f0d92e4882c8fa765f</url>
    <id>1db377a64104da0ae18711f0d92e4882c8fa765f</id>
    <committed-date>2009-11-19T10:14:57-08:00</committed-date>
    <authored-date>2009-11-19T10:14:57-08:00</authored-date>
    <message>[docs/ChangeLog] added a few more changes

...from the 'git log'.</message>
    <tree>ed0eddcf0f5ad7b899cb3d4ba35315b842c8bd37</tree>
    <committer>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d351043957248727151dd2cc65c43d16cd4757b9</id>
      </parent>
    </parents>
    <author>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/b237f9c06fd1f7435b0f060cb332aed7d8d2e60c</url>
    <id>b237f9c06fd1f7435b0f060cb332aed7d8d2e60c</id>
    <committed-date>2009-11-19T09:44:15-08:00</committed-date>
    <authored-date>2009-11-19T09:39:20-08:00</authored-date>
    <message>[docs/announce/2009-11] filled in the name &quot;Lisbon&quot;</message>
    <tree>90a910b636d4c5514c5bed985702c87af9a021a0</tree>
    <committer>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0fd222bcf9c361a0da933cb45ccf5dacf11c08f3</id>
      </parent>
    </parents>
    <author>
      <name>jnthn</name>
      <email>jnthn@jnthn.net</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/d351043957248727151dd2cc65c43d16cd4757b9</url>
    <id>d351043957248727151dd2cc65c43d16cd4757b9</id>
    <committed-date>2009-11-19T09:38:05-08:00</committed-date>
    <authored-date>2009-11-19T09:38:05-08:00</authored-date>
    <message>Tweak the release announcement and change log to clarify what the nested siggies thing really is.</message>
    <tree>f735b665d6f382e783ae82b396ed4dcb6f2687a1</tree>
    <committer>
      <name>jnthn</name>
      <email>jnthn@jnthn.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dbdca4ac8bce8777775002df05d049d7902994d</id>
      </parent>
      <parent>
        <id>0fd222bcf9c361a0da933cb45ccf5dacf11c08f3</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/72ecb2dacf1c671af9e685eee013b1ff4ecad2ba</url>
    <id>72ecb2dacf1c671af9e685eee013b1ff4ecad2ba</id>
    <committed-date>2009-11-19T06:26:37-08:00</committed-date>
    <authored-date>2009-11-19T06:26:37-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rakudo/rakudo</message>
    <tree>e38cbd09f71351c389a4d0e29af38a43a3d81ea4</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5c2aaead18b1cd43e52e59ebc8b3396b4ee7031</id>
      </parent>
    </parents>
    <author>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/0fd222bcf9c361a0da933cb45ccf5dacf11c08f3</url>
    <id>0fd222bcf9c361a0da933cb45ccf5dacf11c08f3</id>
    <committed-date>2009-11-19T04:50:16-08:00</committed-date>
    <authored-date>2009-11-19T04:50:16-08:00</authored-date>
    <message>Bump PARROT_REVISION to Parrot's 1.8.0 release.</message>
    <tree>1029e0f605e3eed836ab418071035dbd8ca7746f</tree>
    <committer>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1a2db721ad121471f0b29631c183ee79b008fc5</id>
      </parent>
    </parents>
    <author>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/c5c2aaead18b1cd43e52e59ebc8b3396b4ee7031</url>
    <id>c5c2aaead18b1cd43e52e59ebc8b3396b4ee7031</id>
    <committed-date>2009-11-19T04:33:59-08:00</committed-date>
    <authored-date>2009-11-19T04:33:59-08:00</authored-date>
    <message>Update 2009-11 announcement with latest spectest numbers.</message>
    <tree>fa8af301cb18cdaefc01f7a6ee8e0efd4c257024</tree>
    <committer>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>40b555d89ca6f5c874330d791b5d48feed8ecc41</id>
      </parent>
    </parents>
    <author>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/b1a2db721ad121471f0b29631c183ee79b008fc5</url>
    <id>b1a2db721ad121471f0b29631c183ee79b008fc5</id>
    <committed-date>2009-11-19T04:31:48-08:00</committed-date>
    <authored-date>2009-11-19T04:31:14-08:00</authored-date>
    <message>spectest-progress.csv update: 453 files, 32753 (85.5% of 38318) pass, 5 fail
Failure summary:
S02-lexical-conventions/unicode.rakudo aborted 5 test(s)
S06-signature/named-parameters.rakudo passed 81 unplanned test(s)</message>
    <tree>9a85d9c3b37a279a2b7c2c67f0ee5d2a626ee4e2</tree>
    <committer>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e6a5ac5fc043edf3faf159294c3d999ed725935</id>
      </parent>
    </parents>
    <author>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/40b555d89ca6f5c874330d791b5d48feed8ecc41</url>
    <id>40b555d89ca6f5c874330d791b5d48feed8ecc41</id>
    <committed-date>2009-11-19T04:24:15-08:00</committed-date>
    <authored-date>2009-11-19T04:24:15-08:00</authored-date>
    <message>Oops, named argument binding to positional parameters was already done.</message>
    <tree>1df3c0ee911993b4ffdfd33e248e812df39357ef</tree>
    <committer>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5d7e51885c81c961cc108e2f80007a9ab613a2d</id>
      </parent>
    </parents>
    <author>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/6e6a5ac5fc043edf3faf159294c3d999ed725935</url>
    <id>6e6a5ac5fc043edf3faf159294c3d999ed725935</id>
    <committed-date>2009-11-19T04:23:53-08:00</committed-date>
    <authored-date>2009-11-19T04:23:53-08:00</authored-date>
    <message>Add 2009-11 announcement draft.</message>
    <tree>7169c77d8c5eb393d7ace7083a6d0273c172e6b7</tree>
    <committer>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c00de9dd064b620c858c2de3c962629e702ade66</id>
      </parent>
    </parents>
    <author>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/b5d7e51885c81c961cc108e2f80007a9ab613a2d</url>
    <id>b5d7e51885c81c961cc108e2f80007a9ab613a2d</id>
    <committed-date>2009-11-19T04:09:34-08:00</committed-date>
    <authored-date>2009-11-19T04:09:34-08:00</authored-date>
    <message>Update ChangeLog for release.</message>
    <tree>b5aaac0eddc6d7f870fd9c1c1087038c647ce65b</tree>
    <committer>
      <name>pmichaud</name>
      <email>pmichaud@pobox.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>68d5c37f9f129c36977f8152b730346f7ad67278</id>
      </parent>
    </parents>
    <author>
      <name>Stephen Weeks</name>
      <email>tene@allalone.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/c00de9dd064b620c858c2de3c962629e702ade66</url>
    <id>c00de9dd064b620c858c2de3c962629e702ade66</id>
    <committed-date>2009-11-18T11:24:52-08:00</committed-date>
    <authored-date>2009-11-18T11:24:52-08:00</authored-date>
    <message>Look up %INC in the right namespace when loading libraries for foreign languages</message>
    <tree>709711a19655774a5552b54ae682e67fd6d16eb8</tree>
    <committer>
      <name>Stephen Weeks</name>
      <email>tene@allalone.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2f44db103ba7e7cf7509a5acfd90576d4e3e83e</id>
      </parent>
      <parent>
        <id>68d5c37f9f129c36977f8152b730346f7ad67278</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/4dbdca4ac8bce8777775002df05d049d7902994d</url>
    <id>4dbdca4ac8bce8777775002df05d049d7902994d</id>
    <committed-date>2009-11-18T03:10:26-08:00</committed-date>
    <authored-date>2009-11-18T03:10:26-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rakudo/rakudo</message>
    <tree>56f4bb6f206b2e14affd232ffa9c56bd749a2ad8</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3a573b8d755baded05497950f7929b32e562184</id>
      </parent>
    </parents>
    <author>
      <name>Kyle Hasselbacher</name>
      <email>kyleha@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/68d5c37f9f129c36977f8152b730346f7ad67278</url>
    <id>68d5c37f9f129c36977f8152b730346f7ad67278</id>
    <committed-date>2009-11-17T10:04:20-08:00</committed-date>
    <authored-date>2009-11-17T10:04:20-08:00</authored-date>
    <message>tools/update_passing_test_data.pl will fork according to $ENV{TEST_JOBS}</message>
    <tree>0e96b6555106f85c341e459df977daf2a909af49</tree>
    <committer>
      <name>Kyle Hasselbacher</name>
      <email>kyleha@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2ffa8fecbab3ca3cccb7f7b1cc3005d4d2010be</id>
      </parent>
      <parent>
        <id>d3a573b8d755baded05497950f7929b32e562184</id>
      </parent>
    </parents>
    <author>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/d2f44db103ba7e7cf7509a5acfd90576d4e3e83e</url>
    <id>d2f44db103ba7e7cf7509a5acfd90576d4e3e83e</id>
    <committed-date>2009-11-17T05:01:37-08:00</committed-date>
    <authored-date>2009-11-17T05:01:37-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rakudo/rakudo</message>
    <tree>47dee193260b36aece0eee446c486a9e8f7f6acf</tree>
    <committer>
      <name>Moritz Lenz</name>
      <email>moritz@faui2k3.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7347ec030170234343a191d80191ae68f846a81d</id>
      </parent>
    </parents>
    <author>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/d3a573b8d755baded05497950f7929b32e562184</url>
    <id>d3a573b8d755baded05497950f7929b32e562184</id>
    <committed-date>2009-11-16T19:20:56-08:00</committed-date>
    <authored-date>2009-11-16T19:19:46-08:00</authored-date>
    <message>Add Rat.abs.  When doing abs(Any), just redispatch to self.abs rather than taking +self.</message>
    <tree>d6db7667900f878b647d9db4ac20dc670a72dc39</tree>
    <committer>
      <name>Solomon Foster</name>
      <email>colomon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d04cce92f9215e8783c96a1b0884f119bc4f43be</id>
      </parent>
    </parents>
    <author>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </author>
    <url>http://github.com/rakudo/rakudo/commit/7347ec030170234343a191d80191ae68f846a81d</url>
    <id>7347ec030170234343a191d80191ae68f846a81d</id>
    <committed-date>2009-11-14T11:33:25-08:00</committed-date>
    <authored-date>2009-11-14T11:33:25-08:00</authored-date>
    <message>[parser/actions.pm] aligned documentation with code

s/or/and/; The code has a &amp;&amp; in the corresponding place, which makes much
more sense.</message>
    <tree>246da193c2777d4d6a3af9b62d79d908afb94d58</tree>
    <committer>
      <name>Carl Masak</name>
      <email>cmasak@gmail.com</email>
    </committer>
  </commit>
</commits>
