<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6ca495bc6f12fde7577349f9020c43ab171b79cd</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/79325f892732419895e7a4b69aa5240f97675d5d</url>
    <id>79325f892732419895e7a4b69aa5240f97675d5d</id>
    <committed-date>2009-06-04T01:28:51-07:00</committed-date>
    <authored-date>2009-06-04T01:28:51-07:00</authored-date>
    <message> - more specific credits including licenses</message>
    <tree>d5a8106deb552daf47e61414d23754c5d94e89bc</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be3519aae6508c5e830aface853aad3ef65b26e3</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/6ca495bc6f12fde7577349f9020c43ab171b79cd</url>
    <id>6ca495bc6f12fde7577349f9020c43ab171b79cd</id>
    <committed-date>2009-06-01T09:25:36-07:00</committed-date>
    <authored-date>2009-06-01T09:25:36-07:00</authored-date>
    <message> - added extensive credits to support all the developers who supported Sly with their work.</message>
    <tree>0d1ea256e5e4640863e6ef43dc8dae9f63971d6c</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c20492fbab46a7a6cac2226e6051be9a93d2dfd3</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/be3519aae6508c5e830aface853aad3ef65b26e3</url>
    <id>be3519aae6508c5e830aface853aad3ef65b26e3</id>
    <committed-date>2009-04-30T01:08:41-07:00</committed-date>
    <authored-date>2009-04-30T01:08:41-07:00</authored-date>
    <message> - qsa is now disabled for attribute selectors since all frameworks have custom attribute handling (thx Valerio)</message>
    <tree>4904e79bb6f1fa411f3a4aec254e555bbc989ec2</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94294e58bc62b5dcc8e806ff19ccc3c14976234e</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/c20492fbab46a7a6cac2226e6051be9a93d2dfd3</url>
    <id>c20492fbab46a7a6cac2226e6051be9a93d2dfd3</id>
    <committed-date>2009-04-26T03:20:49-07:00</committed-date>
    <authored-date>2009-04-26T03:20:49-07:00</authored-date>
    <message> - fixed Array detection, thanks jdd</message>
    <tree>1fe2116c68c9e261295aa39f3373d2bf9ea03db3</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d45e82219b3282e89410848b6b23fd17f26629df</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/94294e58bc62b5dcc8e806ff19ccc3c14976234e</url>
    <id>94294e58bc62b5dcc8e806ff19ccc3c14976234e</id>
    <committed-date>2009-04-20T02:54:11-07:00</committed-date>
    <authored-date>2009-04-20T02:54:11-07:00</authored-date>
    <message> - API changes: search/find is now (Element|Elements|String context = null, Array results = null, Object options = null)
 - &quot;results&quot; is an Array or your frameworks Elements implementation, queried elements are added via .push.
 - Only option is currently &quot;unordered: false&quot;, which disables sorted (by position in document) results
 - New Sly.lookupAttribute and Sly.getAttribute are ***% faster, more accurate and allow fast custom getters.</message>
    <tree>d2b6fe59d016fca3573a16273ffd804908a7710a</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d54b86462314c8334f82a145c7b852cbaee3e48</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/d45e82219b3282e89410848b6b23fd17f26629df</url>
    <id>d45e82219b3282e89410848b6b23fd17f26629df</id>
    <committed-date>2009-04-17T10:06:31-07:00</committed-date>
    <authored-date>2009-04-17T10:06:31-07:00</authored-date>
    <message> - Added selector test suits from jq and prototype and converted to Sly. Importants tests will be later added to Specs in Sly.
 - Added NWMatcher, runs disabled cache</message>
    <tree>e1bf3805d92d576d8564c77689e308a64aba4ba6</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f83a7e644467e677f2cd5e4c1a7ae6dad2b580b</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/7d54b86462314c8334f82a145c7b852cbaee3e48</url>
    <id>7d54b86462314c8334f82a145c7b852cbaee3e48</id>
    <committed-date>2009-04-16T06:36:01-07:00</committed-date>
    <authored-date>2009-04-16T06:36:01-07:00</authored-date>
    <message> - Missing , and updated minified sources.</message>
    <tree>4b4a092d00b3214c64b308bcb82c6117c9a30f7c</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4770eeda687e7337b92338a0dcaa380a9d054b31</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/5f83a7e644467e677f2cd5e4c1a7ae6dad2b580b</url>
    <id>5f83a7e644467e677f2cd5e4c1a7ae6dad2b580b</id>
    <committed-date>2009-04-16T05:38:01-07:00</committed-date>
    <authored-date>2009-04-16T05:38:01-07:00</authored-date>
    <message> - Removed files that were merged in the last commit</message>
    <tree>d167be2c423f125b2c0bd4306029ea83691017b8</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44e08b360f931499f9b244ce4dee32e99dc76633</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/4770eeda687e7337b92338a0dcaa380a9d054b31</url>
    <id>4770eeda687e7337b92338a0dcaa380a9d054b31</id>
    <committed-date>2009-04-16T05:31:56-07:00</committed-date>
    <authored-date>2009-04-16T05:31:56-07:00</authored-date>
    <message> - Sly(selector, element) is now a shortcut for Sly.search(selector, element)
 - Optional Sly.verbose (default false), if enabled Sly.parse throw useful errors for invalid selectors with current character and position
 - Merged Sly.W3 into Custom, since it did not get really full. Please add add your favorite missing custom pseudos :)</message>
    <tree>029d2c4cdffb32760c6f5b2f43c8393d6e9b99ca</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44cfb518899c7bbd1281a7860da8fcb4bad8da45</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/44e08b360f931499f9b244ce4dee32e99dc76633</url>
    <id>44e08b360f931499f9b244ce4dee32e99dc76633</id>
    <committed-date>2009-03-30T04:21:12-07:00</committed-date>
    <authored-date>2009-03-30T04:21:12-07:00</authored-date>
    <message> - Updated slickspeed, using operations/ms, running tests at least 1sec. - Minor Sly fixes.</message>
    <tree>79173c9691b0cb07b9b6114f93275a622112a15f</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63bb64772dee8d3c7644476afa0ea70b9c402455</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/44cfb518899c7bbd1281a7860da8fcb4bad8da45</url>
    <id>44cfb518899c7bbd1281a7860da8fcb4bad8da45</id>
    <committed-date>2009-03-30T02:24:24-07:00</committed-date>
    <authored-date>2009-03-30T02:24:24-07:00</authored-date>
    <message> - full support checks for browsers, valid results. support Array of root elements. Sizzle and Dojo ACME in speed test.</message>
    <tree>f65bf81106aee7e55d50cce5b37eb62ebc01acc7</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4224ff310ab5ce91b398270f3dbd6d39a7590f5d</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/63bb64772dee8d3c7644476afa0ea70b9c402455</url>
    <id>63bb64772dee8d3c7644476afa0ea70b9c402455</id>
    <committed-date>2009-03-26T07:28:53-07:00</committed-date>
    <authored-date>2009-03-26T07:28:53-07:00</authored-date>
    <message> - Sly.search(sel, *true*) now returns an ordered result for comma separated selectors, specs added too. - added Sly.W3.js, with more selectors (:target, :only-child, :root). - minor fixes in custom selectors</message>
    <tree>7c9a10d714344b2d095d737ba6f84efb8e9f5ea9</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88f16620ee75f278933446798e2da07e5f14dcd0</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/4224ff310ab5ce91b398270f3dbd6d39a7590f5d</url>
    <id>4224ff310ab5ce91b398270f3dbd6d39a7590f5d</id>
    <committed-date>2009-03-25T08:49:02-07:00</committed-date>
    <authored-date>2009-03-25T08:49:02-07:00</authored-date>
    <message> - huge speed test overhaul with some new features.</message>
    <tree>17f3365fb6552431e2009dbbb8e97cdaa6362945</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a5280c996e61de68f70951c9f94d8ab8bce0cc99</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/88f16620ee75f278933446798e2da07e5f14dcd0</url>
    <id>88f16620ee75f278933446798e2da07e5f14dcd0</id>
    <committed-date>2009-03-24T18:21:05-07:00</committed-date>
    <authored-date>2009-03-24T18:21:05-07:00</authored-date>
    <message> - more slickspeed options, to select list. - updated framework list. - slick reverted to slick.js from the mootools repo</message>
    <tree>f91894043301b1f3f6b573e913f6c7a6058055ab</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60eada627cb1f5e7ac61c043ddafe8be375c4e83</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/a5280c996e61de68f70951c9f94d8ab8bce0cc99</url>
    <id>a5280c996e61de68f70951c9f94d8ab8bce0cc99</id>
    <committed-date>2009-03-24T11:52:42-07:00</committed-date>
    <authored-date>2009-03-24T11:52:42-07:00</authored-date>
    <message> - cleanup. slickspeed with choosable selector list and more frameworks</message>
    <tree>3a9befc596fad04e07f3d73f5c5d49799d5b3e40</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61d1fd1434f67817ebdb35a125787055987d7e98</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/60eada627cb1f5e7ac61c043ddafe8be375c4e83</url>
    <id>60eada627cb1f5e7ac61c043ddafe8be375c4e83</id>
    <committed-date>2009-03-23T09:08:22-07:00</committed-date>
    <authored-date>2009-03-23T09:08:22-07:00</authored-date>
    <message> - more specific license details</message>
    <tree>8c68300aff98e0bed9b6a1c47f34edec9c0a01b0</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1e29d38b255bd45e124e49ac0a0251691cd45a0</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/61d1fd1434f67817ebdb35a125787055987d7e98</url>
    <id>61d1fd1434f67817ebdb35a125787055987d7e98</id>
    <committed-date>2009-03-23T05:55:10-07:00</committed-date>
    <authored-date>2009-03-23T05:55:10-07:00</authored-date>
    <message> - added correct size information, providing only a gzipped size is kinda lame.</message>
    <tree>5c3670afd0b4a47bd4e572ca27051e8f158ff141</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>004586dfb39a7355617d8e0775525267a9b35938</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/b1e29d38b255bd45e124e49ac0a0251691cd45a0</url>
    <id>b1e29d38b255bd45e124e49ac0a0251691cd45a0</id>
    <committed-date>2009-03-23T04:18:17-07:00</committed-date>
    <authored-date>2009-03-23T04:18:17-07:00</authored-date>
    <message> - cleaned up custom pseudos and fixed spaces, thx worccu</message>
    <tree>9792e118da7e9ed9c6912d0651156be7f3e00d77</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f69b43f2786d297f878306e7bf09dfb5ee3aa64e</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/004586dfb39a7355617d8e0775525267a9b35938</url>
    <id>004586dfb39a7355617d8e0775525267a9b35938</id>
    <committed-date>2009-03-23T03:44:44-07:00</committed-date>
    <authored-date>2009-03-23T03:44:44-07:00</authored-date>
    <message> - removed overhead from the repository</message>
    <tree>c718dee20cab0b398504b26c3a868745fffef05b</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7051c877210a312772bdc19160b415b2db43924</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/f69b43f2786d297f878306e7bf09dfb5ee3aa64e</url>
    <id>f69b43f2786d297f878306e7bf09dfb5ee3aa64e</id>
    <committed-date>2009-03-23T03:37:18-07:00</committed-date>
    <authored-date>2009-03-23T03:37:18-07:00</authored-date>
    <message> - added yui-minified versions and adapted inline comments. minor clean-up</message>
    <tree>f862d34eeaa40f807a47a17c8215936f0cb602c2</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>456dbba82aff61d26a6e3e16f9d5409275e238fc</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/c7051c877210a312772bdc19160b415b2db43924</url>
    <id>c7051c877210a312772bdc19160b415b2db43924</id>
    <committed-date>2009-03-22T16:02:46-07:00</committed-date>
    <authored-date>2009-03-22T16:02:46-07:00</authored-date>
    <message> - more docs, fixed links</message>
    <tree>9789f02101908b8674e8e4d0d1c9631b1667d770</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>983b9b78881052537af6fab01e28226b746a5629</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/456dbba82aff61d26a6e3e16f9d5409275e238fc</url>
    <id>456dbba82aff61d26a6e3e16f9d5409275e238fc</id>
    <committed-date>2009-03-22T15:47:56-07:00</committed-date>
    <authored-date>2009-03-22T15:47:56-07:00</authored-date>
    <message> - cleaned up Sly, new specs. A lot of new documentation and the LICENSE.</message>
    <tree>4de4893fe1bebe0d41a8a7cf1f1bf3101e16c671</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dad77347f4123fcc936e49fc7926821f5614ef08</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/983b9b78881052537af6fab01e28226b746a5629</url>
    <id>983b9b78881052537af6fab01e28226b746a5629</id>
    <committed-date>2009-03-22T01:48:13-07:00</committed-date>
    <authored-date>2009-03-22T01:48:13-07:00</authored-date>
    <message> - added reduce argument to Sly.search, to return the first element, minor refactoring</message>
    <tree>df51426febf07f4266ccba38b73a9f97302cc841</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f9b049ec3dc6372322bc86eb65fd9e72a6042282</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/dad77347f4123fcc936e49fc7926821f5614ef08</url>
    <id>dad77347f4123fcc936e49fc7926821f5614ef08</id>
    <committed-date>2009-03-21T17:10:20-07:00</committed-date>
    <authored-date>2009-03-21T17:10:20-07:00</authored-date>
    <message> - fixed specs and small typos, extended documentation</message>
    <tree>461a4f0aee039f4cef50b35d6d5f29f165daff77</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab70fe609f383df83d6d1f1780dc816be3bd4151</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/f9b049ec3dc6372322bc86eb65fd9e72a6042282</url>
    <id>f9b049ec3dc6372322bc86eb65fd9e72a6042282</id>
    <committed-date>2009-03-21T13:30:01-07:00</committed-date>
    <authored-date>2009-03-21T13:30:01-07:00</authored-date>
    <message> - Enjoy the new chainable and cacheable OOP: Sly('selector').search|find|match|filter|parse. Generic: Sly.search('x', context), etc ...</message>
    <tree>6110bd35c253db4b14b761b624a38c429ad6be8f</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0372b9a2c7442f1af9c1ed4844593f0465f34b76</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/ab70fe609f383df83d6d1f1780dc816be3bd4151</url>
    <id>ab70fe609f383df83d6d1f1780dc816be3bd4151</id>
    <committed-date>2009-03-21T10:12:27-07:00</committed-date>
    <authored-date>2009-03-21T10:12:27-07:00</authored-date>
    <message> - fixed qsa for webkit, it did not throw errors correctly</message>
    <tree>21e2b88374b1eda4917d1c1a6f0e63966952d1bb</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f9fabdb9f522cd8a7f9299e55fc5e50933834d2d</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/0372b9a2c7442f1af9c1ed4844593f0465f34b76</url>
    <id>0372b9a2c7442f1af9c1ed4844593f0465f34b76</id>
    <committed-date>2009-03-21T08:31:42-07:00</committed-date>
    <authored-date>2009-03-21T08:31:42-07:00</authored-date>
    <message> - more documentation #2</message>
    <tree>d0f481b7a85bce43072043782041c301c9f16a56</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>78e8c3ea6c95693fe0e69a2651befa2c0b03f959</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/f9fabdb9f522cd8a7f9299e55fc5e50933834d2d</url>
    <id>f9fabdb9f522cd8a7f9299e55fc5e50933834d2d</id>
    <committed-date>2009-03-21T08:24:55-07:00</committed-date>
    <authored-date>2009-03-21T08:24:55-07:00</authored-date>
    <message> - more documentation</message>
    <tree>14a3d9b5200761af45f90d8a4054883631422c0f</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bd734df8321b6775b7387cc9d61f7b3f442b49ea</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/78e8c3ea6c95693fe0e69a2651befa2c0b03f959</url>
    <id>78e8c3ea6c95693fe0e69a2651befa2c0b03f959</id>
    <committed-date>2009-03-21T08:15:46-07:00</committed-date>
    <authored-date>2009-03-21T08:15:46-07:00</authored-date>
    <message> - refactoring. every combinator checks for uniques only if needed and is saved to the selector during compute.</message>
    <tree>d2d7c3b54280afd9a69317cd7f6172f0dc343af3</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf69a8347c6fd715bfb2b2d4e9b196475025a95f</id>
      </parent>
    </parents>
    <author>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </author>
    <url>http://github.com/digitarald/sly/commit/bd734df8321b6775b7387cc9d61f7b3f442b49ea</url>
    <id>bd734df8321b6775b7387cc9d61f7b3f442b49ea</id>
    <committed-date>2009-03-21T08:07:16-07:00</committed-date>
    <authored-date>2009-03-21T08:07:16-07:00</authored-date>
    <message> - Extended documentation with parser details and function footprints.</message>
    <tree>f55ae958636ecd71f10066766032eb8850432c26</tree>
    <committer>
      <name>Harald Kirschner</name>
      <email>mail@digitarald.de</email>
    </committer>
  </commit>
</commits>
