<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>047b315052249b1960a56fc90e6a5756879fd7d3</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/94746e78b6c5430086d78bb1b218b4a4752dd6f7</url>
    <id>94746e78b6c5430086d78bb1b218b4a4752dd6f7</id>
    <committed-date>2008-11-04T10:15:12-08:00</committed-date>
    <authored-date>2008-11-04T10:15:12-08:00</authored-date>
    <message>adding a new speed test</message>
    <tree>9b5274dd0c106ffd02073570c66165a6ea43eb1e</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf0ae96b08fb42d4d713acf771cc19c3ee87a791</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/047b315052249b1960a56fc90e6a5756879fd7d3</url>
    <id>047b315052249b1960a56fc90e6a5756879fd7d3</id>
    <committed-date>2008-11-04T09:58:56-08:00</committed-date>
    <authored-date>2008-11-04T09:58:56-08:00</authored-date>
    <message>fixing manifest</message>
    <tree>8a02869a24905e63995a14daa5aa05c271cf9500</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dac5e5a8000e292083a65bb3507d650e5db6f916</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/bf0ae96b08fb42d4d713acf771cc19c3ee87a791</url>
    <id>bf0ae96b08fb42d4d713acf771cc19c3ee87a791</id>
    <committed-date>2008-11-04T09:43:16-08:00</committed-date>
    <authored-date>2008-11-04T09:43:16-08:00</authored-date>
    <message>fixing inner html and inner text</message>
    <tree>4841c68c897e88ed37f666b37999f10487d7a3d2</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8eaa28eeb44bbf97f01b86ef358cbee4dc270d6</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/dac5e5a8000e292083a65bb3507d650e5db6f916</url>
    <id>dac5e5a8000e292083a65bb3507d650e5db6f916</id>
    <committed-date>2008-11-04T08:22:20-08:00</committed-date>
    <authored-date>2008-11-04T08:22:20-08:00</authored-date>
    <message>fixing GC issue related to using _private C struct member in libxml nodes.

instead of _private, we're now using a class-level hash to track
(node =&gt; object) relationships.

however, we have to be careful not to store the actual object, because
then GC will consider the object to still be in use and never GC it.

further, we can't use the WeakRef class, because lots of tests fail
due to type-iness (I should probably look closer at why, exactly --
isn't WeakRef supposed to Just Work?).

so the end result is we store the object id in the hash, and use
ObjectSpace._id2ref() to retrieve the object reference when we need
it.</message>
    <tree>9f9a54201e630bbd9127c22c36840b91b52f2a0f</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7bd090b2e9babec2ce9bbb8892f75136659ebc3</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/a8eaa28eeb44bbf97f01b86ef358cbee4dc270d6</url>
    <id>a8eaa28eeb44bbf97f01b86ef358cbee4dc270d6</id>
    <committed-date>2008-11-04T08:21:44-08:00</committed-date>
    <authored-date>2008-11-04T08:21:44-08:00</authored-date>
    <message>added putc('!') when we're testing with aggressive GC</message>
    <tree>5900c5dc41f9c5fd47f68e9314c207a1de823274</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6cf8307957766b8da16393b63e050eabdd6e0bcb</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/a7bd090b2e9babec2ce9bbb8892f75136659ebc3</url>
    <id>a7bd090b2e9babec2ce9bbb8892f75136659ebc3</id>
    <committed-date>2008-11-04T06:54:24-08:00</committed-date>
    <authored-date>2008-11-04T06:51:02-08:00</authored-date>
    <message>removing unused debug macro</message>
    <tree>8a0a07e7a86c71d5f863aef75d124da7cb0c014e</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c98bf2c23a176b1762286f1619e121cc35092e2a</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/6cf8307957766b8da16393b63e050eabdd6e0bcb</url>
    <id>6cf8307957766b8da16393b63e050eabdd6e0bcb</id>
    <committed-date>2008-11-03T17:46:05-08:00</committed-date>
    <authored-date>2008-11-03T17:46:05-08:00</authored-date>
    <message>fixing GC bug</message>
    <tree>faed3b722405297f4e806d490adcb5c0ffd7f8fd</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59fe0d6368aff8a1305a593ffb0e47076e3b058e</id>
      </parent>
      <parent>
        <id>d91140721241a917de559877d0d1a8e2e8771df1</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/c98bf2c23a176b1762286f1619e121cc35092e2a</url>
    <id>c98bf2c23a176b1762286f1619e121cc35092e2a</id>
    <committed-date>2008-11-03T15:41:09-08:00</committed-date>
    <authored-date>2008-11-03T15:41:09-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:tenderlove/nokogiri</message>
    <tree>477485d47c1dd7539542f8f7eeba8076c5d64a75</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f67c9edcd4c9b73cf7e0233df6418800d21cc92c</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/59fe0d6368aff8a1305a593ffb0e47076e3b058e</url>
    <id>59fe0d6368aff8a1305a593ffb0e47076e3b058e</id>
    <committed-date>2008-11-03T15:40:47-08:00</committed-date>
    <authored-date>2008-11-03T15:40:47-08:00</authored-date>
    <message>more memory cleanup.</message>
    <tree>533135d9fe2a15eb71153d3540874f6bbef88c18</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>535471894a2f0ab6c7b0605b6bc7c3832946f9b1</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/f67c9edcd4c9b73cf7e0233df6418800d21cc92c</url>
    <id>f67c9edcd4c9b73cf7e0233df6418800d21cc92c</id>
    <committed-date>2008-11-03T14:48:52-08:00</committed-date>
    <authored-date>2008-11-03T14:48:52-08:00</authored-date>
    <message>some cleanup on memory-related code.</message>
    <tree>6eb2780b10b48c453fa543c1e88ee4d456934127</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83b7ea4c25b4bc647d0dd6353703f209e3fe6b0d</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/535471894a2f0ab6c7b0605b6bc7c3832946f9b1</url>
    <id>535471894a2f0ab6c7b0605b6bc7c3832946f9b1</id>
    <committed-date>2008-11-03T14:48:04-08:00</committed-date>
    <authored-date>2008-11-03T14:48:04-08:00</authored-date>
    <message>added the ability to short-circuit deallocation in a debug build.</message>
    <tree>e44a60034e74c1305dc72b88d0684d0e8c38e673</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9217bccf020c4c3c394337b55590c512d159da27</id>
      </parent>
      <parent>
        <id>83b7ea4c25b4bc647d0dd6353703f209e3fe6b0d</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/d91140721241a917de559877d0d1a8e2e8771df1</url>
    <id>d91140721241a917de559877d0d1a8e2e8771df1</id>
    <committed-date>2008-11-03T14:15:55-08:00</committed-date>
    <authored-date>2008-11-03T14:15:55-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:tenderlove/nokogiri</message>
    <tree>331efa04b7c401714deeddb845bcf87e6e7e0827</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ca417f710a73814261e2c7e806612f6d3b0d157</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/9217bccf020c4c3c394337b55590c512d159da27</url>
    <id>9217bccf020c4c3c394337b55590c512d159da27</id>
    <committed-date>2008-11-03T14:14:49-08:00</committed-date>
    <authored-date>2008-11-03T14:14:49-08:00</authored-date>
    <message>removing link to benchmark</message>
    <tree>7e7b4d56369b47ca838aee4a3dc1e8430b01dd74</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ca417f710a73814261e2c7e806612f6d3b0d157</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/83b7ea4c25b4bc647d0dd6353703f209e3fe6b0d</url>
    <id>83b7ea4c25b4bc647d0dd6353703f209e3fe6b0d</id>
    <committed-date>2008-11-03T14:06:47-08:00</committed-date>
    <authored-date>2008-11-03T14:06:47-08:00</authored-date>
    <message>fixed test case</message>
    <tree>fd58245443232e451426fc1da1aa4816c292586f</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c58a6d6a5fc9f29cfe7e47c08e6118c94a0451d</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/4ca417f710a73814261e2c7e806612f6d3b0d157</url>
    <id>4ca417f710a73814261e2c7e806612f6d3b0d157</id>
    <committed-date>2008-11-03T11:40:47-08:00</committed-date>
    <authored-date>2008-11-03T11:40:47-08:00</authored-date>
    <message>new tests for GC bug</message>
    <tree>a8e6903a8fb84c1579b187a6e80afb53a7f30a54</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>582ae5fb1d86eda17e9845de9209cc840d6b271c</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/8c58a6d6a5fc9f29cfe7e47c08e6118c94a0451d</url>
    <id>8c58a6d6a5fc9f29cfe7e47c08e6118c94a0451d</id>
    <committed-date>2008-11-03T10:53:15-08:00</committed-date>
    <authored-date>2008-11-03T10:53:15-08:00</authored-date>
    <message>fixin boogs</message>
    <tree>a28bb696ab0ca02cdfb35536e5f4dbb7775d20ec</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b400541ee7cdb375e68215f51c38c75211ab592d</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/582ae5fb1d86eda17e9845de9209cc840d6b271c</url>
    <id>582ae5fb1d86eda17e9845de9209cc840d6b271c</id>
    <committed-date>2008-11-02T16:38:01-08:00</committed-date>
    <authored-date>2008-11-02T16:38:01-08:00</authored-date>
    <message>removing RARRAY_LEN so that nokogiri works with ruby 1.8.5</message>
    <tree>3de9581d0263dec241d90a365b2b2d9091901297</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1e9751417e6c1207ae004deb2d22982a82036ad</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/b400541ee7cdb375e68215f51c38c75211ab592d</url>
    <id>b400541ee7cdb375e68215f51c38c75211ab592d</id>
    <committed-date>2008-11-02T13:26:56-08:00</committed-date>
    <authored-date>2008-11-02T13:26:56-08:00</authored-date>
    <message>adding mkmf.log to gitignore</message>
    <tree>4e8915cdc7fb589e16a65fd74551803dd2221f9b</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>51a406c7f47ac5bf9a08c03098350b7394595f60</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/e1e9751417e6c1207ae004deb2d22982a82036ad</url>
    <id>e1e9751417e6c1207ae004deb2d22982a82036ad</id>
    <committed-date>2008-10-31T13:01:18-07:00</committed-date>
    <authored-date>2008-10-31T13:01:18-07:00</authored-date>
    <message>extconf should not check for frex and racc</message>
    <tree>14b80aad349673bea3970cec4b4935db4b32e73c</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91f746b19363e87cd609adebbe0460332d0f49a3</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/51a406c7f47ac5bf9a08c03098350b7394595f60</url>
    <id>51a406c7f47ac5bf9a08c03098350b7394595f60</id>
    <committed-date>2008-10-31T12:06:57-07:00</committed-date>
    <authored-date>2008-10-31T12:06:57-07:00</authored-date>
    <message>fucking manifest</message>
    <tree>0d4022948286d724929bfd092a2bcf50446412e9</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d25005e67065113af21ea8c012ca4afec9939f71</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/91f746b19363e87cd609adebbe0460332d0f49a3</url>
    <id>91f746b19363e87cd609adebbe0460332d0f49a3</id>
    <committed-date>2008-10-31T12:03:39-07:00</committed-date>
    <authored-date>2008-10-31T12:03:39-07:00</authored-date>
    <message>removing gemspec</message>
    <tree>01edbb84e2ccad481c0c92e234a09e253a6585e7</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7e175217a07c316dcfa399f260e9a93b60cc069</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/d25005e67065113af21ea8c012ca4afec9939f71</url>
    <id>d25005e67065113af21ea8c012ca4afec9939f71</id>
    <committed-date>2008-10-31T09:10:33-07:00</committed-date>
    <authored-date>2008-10-31T09:10:33-07:00</authored-date>
    <message>making sure everything links on os x with default libxml</message>
    <tree>d5a604d23671506e897e3e5a374877a470235fe3</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59475b06869354a02469dfe2f26b4649e243823e</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/a7e175217a07c316dcfa399f260e9a93b60cc069</url>
    <id>a7e175217a07c316dcfa399f260e9a93b60cc069</id>
    <committed-date>2008-10-31T08:04:09-07:00</committed-date>
    <authored-date>2008-10-31T08:04:09-07:00</authored-date>
    <message>replacing use of Config::CONFIG['prefix'] with more specific 'libdir' and 'includedir'</message>
    <tree>e9fa8317c06902ff13433743819125446c0546b7</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>221793e0afc73c0e65ce6fce887d75062e860fe6</id>
      </parent>
    </parents>
    <author>
      <name>Luc Heinrich</name>
      <email>luc@honk-honk.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/59475b06869354a02469dfe2f26b4649e243823e</url>
    <id>59475b06869354a02469dfe2f26b4649e243823e</id>
    <committed-date>2008-10-31T00:42:42-07:00</committed-date>
    <authored-date>2008-10-31T00:42:42-07:00</authored-date>
    <message>Fixed possible headers/libraries mismatch in extconf.rb.

When Ruby is installed in a non-system location (like a MacPorts installed Ruby on OS X) the extconf.rb script was picking the non-system libraries but was using the system headers. This mismatch was causing one of the test cases (test_scan_boingboing) to fail.

This patch ensures that libraries and headers are searched from the same root prefix.</message>
    <tree>f88df80e3386c5943ac5a43440cd4c111b2d2a14</tree>
    <committer>
      <name>Luc Heinrich</name>
      <email>luc@honk-honk.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fabaff5e3863290e6b067091a50b6917a1568653</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/221793e0afc73c0e65ce6fce887d75062e860fe6</url>
    <id>221793e0afc73c0e65ce6fce887d75062e860fe6</id>
    <committed-date>2008-10-30T08:51:04-07:00</committed-date>
    <authored-date>2008-10-30T08:51:04-07:00</authored-date>
    <message>adding link to benchmark</message>
    <tree>484294f1dd9bc2e559cd987992b8608a9dc9cff5</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dd55453a0533bb1eeeb87b04d9535f9bc3a1db39</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/fabaff5e3863290e6b067091a50b6917a1568653</url>
    <id>fabaff5e3863290e6b067091a50b6917a1568653</id>
    <committed-date>2008-10-30T08:47:04-07:00</committed-date>
    <authored-date>2008-10-30T08:47:04-07:00</authored-date>
    <message>bumping version, adding more urls</message>
    <tree>e5578f9514c85c0c51ca2c3c9f0a1d974010465c</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93a34b13cd8251975de8b209ccbb78671fbab6e6</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/dd55453a0533bb1eeeb87b04d9535f9bc3a1db39</url>
    <id>dd55453a0533bb1eeeb87b04d9535f9bc3a1db39</id>
    <committed-date>2008-10-29T23:58:52-07:00</committed-date>
    <authored-date>2008-10-29T23:58:52-07:00</authored-date>
    <message>creating instances of entity declarations so that the can be treated specially</message>
    <tree>e24626bd68002e3d16e3fbd9a23501e9eff4688d</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35cace6b81afb74ab04859702dcc86f708c6600b</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/93a34b13cd8251975de8b209ccbb78671fbab6e6</url>
    <id>93a34b13cd8251975de8b209ccbb78671fbab6e6</id>
    <committed-date>2008-10-29T19:12:08-07:00</committed-date>
    <authored-date>2008-10-29T19:12:08-07:00</authored-date>
    <message>allowing the xpath visitor to handle arbitrary pseudo classes or functions</message>
    <tree>ec74d2e2e11a26df0286fe663527ee5275fd296b</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>219b0e51fc37308fff95c553df309a324b300dbd</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/35cace6b81afb74ab04859702dcc86f708c6600b</url>
    <id>35cace6b81afb74ab04859702dcc86f708c6600b</id>
    <committed-date>2008-10-29T18:53:49-07:00</committed-date>
    <authored-date>2008-10-29T18:53:49-07:00</authored-date>
    <message>fixing up win32 build, adding a few methods to dtd</message>
    <tree>96e3a88268fcde5a0247dc18e558a99f1ac7645b</tree>
    <committer>
      <name>Aaron Patterson</name>
      <email>aaron.patterson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>026276d0309cf6acf259d7741a32f51983705f96</id>
      </parent>
    </parents>
    <author>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </author>
    <url>http://github.com/tenderlove/nokogiri/commit/219b0e51fc37308fff95c553df309a324b300dbd</url>
    <id>219b0e51fc37308fff95c553df309a324b300dbd</id>
    <committed-date>2008-10-29T15:46:33-07:00</committed-date>
    <authored-date>2008-10-29T15:46:33-07:00</authored-date>
    <message>added personal site url to 'README's</message>
    <tree>e37107fcf8bc6eeaa2c3bf9513fb031c729be414</tree>
    <committer>
      <name>Mike Dalessio</name>
      <email>mike@csa.net</email>
    </committer>
  </commit>
</commits>
