<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>9e94cc631c96f8f15a73b7e5f36024b61b38878b</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/d86427b050ed39473df8f3adf15fdd222b326fc6</url>
    <id>d86427b050ed39473df8f3adf15fdd222b326fc6</id>
    <committed-date>2009-06-23T21:56:57-07:00</committed-date>
    <authored-date>2009-06-23T21:56:57-07:00</authored-date>
    <message>decoder: adds support for caching new arbitrary configs</message>
    <tree>481576b84d0581de9f3cf5b15666454e673dec3d</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f8e56735cfada1f79e5d272b28c583eaf723a2b</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/9e94cc631c96f8f15a73b7e5f36024b61b38878b</url>
    <id>9e94cc631c96f8f15a73b7e5f36024b61b38878b</id>
    <committed-date>2009-06-23T21:47:36-07:00</committed-date>
    <authored-date>2009-06-23T21:47:36-07:00</authored-date>
    <message>tests: tests added for simple/default decoders stand-alone, in arrays, in objects</message>
    <tree>4c0ee7b795bfefc2c9ab6fbc0bfda521a6719473</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>171014f24cead910eca489d490aa29b2ee6c7546</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/8f8e56735cfada1f79e5d272b28c583eaf723a2b</url>
    <id>8f8e56735cfada1f79e5d272b28c583eaf723a2b</id>
    <committed-date>2009-06-23T21:45:41-07:00</committed-date>
    <authored-date>2009-06-23T21:45:41-07:00</authored-date>
    <message>decoder: removes special casing of null values in an array</message>
    <tree>a3ac4f48b78529129ba5f94a79b636f67bfc4581</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cfa0a70ad2bb9f64028abc0ac79129d7db94a1ee</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/171014f24cead910eca489d490aa29b2ee6c7546</url>
    <id>171014f24cead910eca489d490aa29b2ee6c7546</id>
    <committed-date>2009-06-23T21:45:12-07:00</committed-date>
    <authored-date>2009-06-23T21:45:12-07:00</authored-date>
    <message>decoder: adds support for 'simple' decoding to map null and undefined =&gt; nil</message>
    <tree>958e59ec11838985edc4c79fc9e6274a4fe904af</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce839315b803e0f6b531f6d0c603800cdb43d01c</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/cfa0a70ad2bb9f64028abc0ac79129d7db94a1ee</url>
    <id>cfa0a70ad2bb9f64028abc0ac79129d7db94a1ee</id>
    <committed-date>2009-06-23T21:27:45-07:00</committed-date>
    <authored-date>2009-06-23T21:27:45-07:00</authored-date>
    <message>decoder: fixes bug where function call returns nothing =&gt; error

Uncovered by fix permitting nil return value.
All 'calls' are wrapped such that they always return a single value (as expected)</message>
    <tree>fc7a7cf092c9c47f26f59df64b0e845fa27f83df</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ddf30849f2e7202674655e7719273431db5b963</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/ce839315b803e0f6b531f6d0c603800cdb43d01c</url>
    <id>ce839315b803e0f6b531f6d0c603800cdb43d01c</id>
    <committed-date>2009-06-23T21:25:32-07:00</committed-date>
    <authored-date>2009-06-23T21:25:32-07:00</authored-date>
    <message>decoder: adds support for nil return values</message>
    <tree>c6672a8902d96f21844450a17c3506122bda6d9d</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b13aec52989ab2e09038fa9f9e235598982d43df</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/7ddf30849f2e7202674655e7719273431db5b963</url>
    <id>7ddf30849f2e7202674655e7719273431db5b963</id>
    <committed-date>2009-06-23T21:25:14-07:00</committed-date>
    <authored-date>2009-06-23T21:25:14-07:00</authored-date>
    <message>decoder: learns how to handle arbitrary sets of defaults (now + simple)</message>
    <tree>179852974273bdc0789b52aa42adcadbcc50ca99</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14025771e9f9aea8e12154eeaf5cc58c4d653c24</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/b13aec52989ab2e09038fa9f9e235598982d43df</url>
    <id>b13aec52989ab2e09038fa9f9e235598982d43df</id>
    <committed-date>2009-06-23T20:43:20-07:00</committed-date>
    <authored-date>2009-06-23T20:43:20-07:00</authored-date>
    <message>encoder: adds support for non-circular duplicate object references

Bonus=&gt;Slightly less memory used while encoding since references
       are cleaned up after encoding, rather than accumulating</message>
    <tree>8e4d7d42decf43120adb016e978f08f80d418129</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1b89856dd025a4e4ac517da45892891fe5c0570</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/14025771e9f9aea8e12154eeaf5cc58c4d653c24</url>
    <id>14025771e9f9aea8e12154eeaf5cc58c4d653c24</id>
    <committed-date>2009-06-23T20:42:37-07:00</committed-date>
    <authored-date>2009-06-23T20:42:37-07:00</authored-date>
    <message>tests: adds encoding test for circular/non-circular duplicate values

Reporter: Marcus Irven &lt;marcus@marcusirven.com&gt;</message>
    <tree>c55364b5ff2ea871c86273e929a5fa30f2388f32</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fea1b0ea45016edc14f4fdfb60ad8b8a8c1c6f0c</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/b1b89856dd025a4e4ac517da45892891fe5c0570</url>
    <id>b1b89856dd025a4e4ac517da45892891fe5c0570</id>
    <committed-date>2009-06-12T20:24:58-07:00</committed-date>
    <authored-date>2009-06-12T20:24:58-07:00</authored-date>
    <message>base: rockspec 1.0-1 final tagging</message>
    <tree>f042da966398480bd6762c144546b19c1606c9ff</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d2d54511c1f535d2d98a2b4b0e3517e1d664d9a</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/fea1b0ea45016edc14f4fdfb60ad8b8a8c1c6f0c</url>
    <id>fea1b0ea45016edc14f4fdfb60ad8b8a8c1c6f0c</id>
    <committed-date>2009-06-12T20:20:50-07:00</committed-date>
    <authored-date>2009-06-12T20:20:50-07:00</authored-date>
    <message>base: rockspec 1.0-1 base prep</message>
    <tree>10db20b6c64ef8cd1a7646c460513bd6dee24a30</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>465173d72ad2c0638b27eac2f4ff3735290776b4</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/1d2d54511c1f535d2d98a2b4b0e3517e1d664d9a</url>
    <id>1d2d54511c1f535d2d98a2b4b0e3517e1d664d9a</id>
    <committed-date>2009-06-12T20:19:12-07:00</committed-date>
    <authored-date>2009-06-12T20:00:49-07:00</authored-date>
    <message>docs: documents 1.0 release</message>
    <tree>8ae794db13a62c10324cc83bd0a837d7245fff34</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7353da20720c87a5fbdcd8fa454e4ce7d25d798c</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/465173d72ad2c0638b27eac2f4ff3735290776b4</url>
    <id>465173d72ad2c0638b27eac2f4ff3735290776b4</id>
    <committed-date>2009-06-12T20:19:02-07:00</committed-date>
    <authored-date>2009-06-12T20:19:02-07:00</authored-date>
    <message>base: scm rockspec update to current file-set</message>
    <tree>c6e0c37af5d0ba81e0678e7575a219e48e686354</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d943f61c548fb6db485f7cc7c90bd6fd0cf0fad</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/7353da20720c87a5fbdcd8fa454e4ce7d25d798c</url>
    <id>7353da20720c87a5fbdcd8fa454e4ce7d25d798c</id>
    <committed-date>2009-06-12T20:17:39-07:00</committed-date>
    <authored-date>2009-06-12T20:17:39-07:00</authored-date>
    <message>base: adds utility to help construct lua rocks</message>
    <tree>8a01e435efc73d8856a2abb290bcce3b9627e3fd</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b975fac1fee5b2f8de93f35bf2d5ace8d4f30fde</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/3d943f61c548fb6db485f7cc7c90bd6fd0cf0fad</url>
    <id>3d943f61c548fb6db485f7cc7c90bd6fd0cf0fad</id>
    <committed-date>2009-04-28T22:10:58-07:00</committed-date>
    <authored-date>2009-04-28T22:10:58-07:00</authored-date>
    <message>docs: moves documentation to asciidoc</message>
    <tree>60faa00e4eb45542f311847dfa91334738e199a5</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbcb2b1d911d16e9729b53e57e907b88ead2fefb</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/b975fac1fee5b2f8de93f35bf2d5ace8d4f30fde</url>
    <id>b975fac1fee5b2f8de93f35bf2d5ace8d4f30fde</id>
    <committed-date>2009-04-22T20:22:39-07:00</committed-date>
    <authored-date>2009-04-22T20:22:39-07:00</authored-date>
    <message>docs: created markdown documentation to be translated into manpage-style documentation</message>
    <tree>49afecf7f2e96e27cf4202639a54ce550c23ed1e</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57c486f0ba3c90ffee654a3c0010c830af18cea8</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/fbcb2b1d911d16e9729b53e57e907b88ead2fefb</url>
    <id>fbcb2b1d911d16e9729b53e57e907b88ead2fefb</id>
    <committed-date>2009-04-16T06:44:34-07:00</committed-date>
    <authored-date>2009-04-16T06:44:34-07:00</authored-date>
    <message>encoder/tests: move preprocessing to root to permit global pre-processor (ex: take special strings and base64-encode to call)</message>
    <tree>23f35f224c4fcfdd2324e09036eaf4b3dffdb318</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e3c73c701e9c9c3c5385c79c29d2021fd1fde136</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/57c486f0ba3c90ffee654a3c0010c830af18cea8</url>
    <id>57c486f0ba3c90ffee654a3c0010c830af18cea8</id>
    <committed-date>2009-04-15T14:14:43-07:00</committed-date>
    <authored-date>2009-04-15T14:14:43-07:00</authored-date>
    <message>encoder: removes extraneous 'defs' from the default options</message>
    <tree>df42ba6a20d5a8b108b23ad145375b66a5eed15c</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>78fb59bd4663098b5426bf0aba4f12ff2f33c0c5</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/e3c73c701e9c9c3c5385c79c29d2021fd1fde136</url>
    <id>e3c73c701e9c9c3c5385c79c29d2021fd1fde136</id>
    <committed-date>2009-04-15T14:12:30-07:00</committed-date>
    <authored-date>2009-04-15T14:12:30-07:00</authored-date>
    <message>docs: preliminary documentation of options</message>
    <tree>e932b6ed80c722ceb66bbe3fbd644970722e7613</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8947e59da37888a4150158022997bc7caa0aafbc</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/78fb59bd4663098b5426bf0aba4f12ff2f33c0c5</url>
    <id>78fb59bd4663098b5426bf0aba4f12ff2f33c0c5</id>
    <committed-date>2009-03-26T20:28:56-07:00</committed-date>
    <authored-date>2009-03-26T20:28:56-07:00</authored-date>
    <message>decoder: generalizes decoding using grammar entries

 * isolates decoder components that depend on others
 * removes special-casing of array/object decoder initialization</message>
    <tree>3dfef657d1e8998c705904609a86975090154597</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6e999b6e3cf71bbe39e1024a56672b2e7a457f2</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/8947e59da37888a4150158022997bc7caa0aafbc</url>
    <id>8947e59da37888a4150158022997bc7caa0aafbc</id>
    <committed-date>2009-03-26T18:14:23-07:00</committed-date>
    <authored-date>2009-03-26T18:14:23-07:00</authored-date>
    <message>encoder/decoder: applied license headers to files missing them</message>
    <tree>0b460fea1032748d317dc9dd47661818ab6ee8db</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65661242e2a8673f880b22f5fb54f6cb5aad1023</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/a6e999b6e3cf71bbe39e1024a56672b2e7a457f2</url>
    <id>a6e999b6e3cf71bbe39e1024a56672b2e7a457f2</id>
    <committed-date>2009-03-22T16:32:44-07:00</committed-date>
    <authored-date>2009-03-22T16:32:44-07:00</authored-date>
    <message>decoder/tests: fixes ambiguous/invalid hex numbers with decimal/scientific format</message>
    <tree>f3b143973990c9dd330a98037f849f52d9517baf</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d5440dd269a887edc555e5fba355dc227ba5d166</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/65661242e2a8673f880b22f5fb54f6cb5aad1023</url>
    <id>65661242e2a8673f880b22f5fb54f6cb5aad1023</id>
    <committed-date>2009-03-22T10:15:22-07:00</committed-date>
    <authored-date>2009-03-22T10:15:22-07:00</authored-date>
    <message>encoder: cleans up code and errors</message>
    <tree>b2ec1d4f12013713c3a61bf7b19e33f45684ec08</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6488ab8ae2cc4f1d7a89dc15d4aee19c504a9356</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/d5440dd269a887edc555e5fba355dc227ba5d166</url>
    <id>d5440dd269a887edc555e5fba355dc227ba5d166</id>
    <committed-date>2009-03-22T10:12:20-07:00</committed-date>
    <authored-date>2009-03-22T10:12:20-07:00</authored-date>
    <message>encoder/decoder/tests: removes discrimination between calls with 1 and * arguments</message>
    <tree>db0a6b618ea8d00668b8aa0e26567ce1a7dfa623</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b881d98edfb46535807d92d453f44e5fa000efa3</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/6488ab8ae2cc4f1d7a89dc15d4aee19c504a9356</url>
    <id>6488ab8ae2cc4f1d7a89dc15d4aee19c504a9356</id>
    <committed-date>2009-03-16T21:36:01-07:00</committed-date>
    <authored-date>2009-03-16T21:36:01-07:00</authored-date>
    <message>decoder/tests: removed lax number handling (leading zeroes, multiple negatives, and spaces between - and digits)</message>
    <tree>1ea3e467553d55a7ae2330395db263e720abb223</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aebe0ddd13f9cced5b7a249f9d35c6716d338d98</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/b881d98edfb46535807d92d453f44e5fa000efa3</url>
    <id>b881d98edfb46535807d92d453f44e5fa000efa3</id>
    <committed-date>2009-03-16T21:26:13-07:00</committed-date>
    <authored-date>2009-03-16T21:26:13-07:00</authored-date>
    <message>decoder/strings: added error analysis for strings + generic bad-character utility</message>
    <tree>537ca516c8c57c7c003c496caf66425df4128cb2</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8fdd540877d1036f14136e828b9cb10e73a85a21</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/aebe0ddd13f9cced5b7a249f9d35c6716d338d98</url>
    <id>aebe0ddd13f9cced5b7a249f9d35c6716d338d98</id>
    <committed-date>2009-03-16T20:56:02-07:00</committed-date>
    <authored-date>2009-03-16T20:56:02-07:00</authored-date>
    <message>tests: updated tests to match new stricter default syntax</message>
    <tree>62c1d76bf3ffedd653cf05738732bfcaac697f75</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1afbbbb5db8ef2cb472d16dde5c359d35f623740</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/8fdd540877d1036f14136e828b9cb10e73a85a21</url>
    <id>8fdd540877d1036f14136e828b9cb10e73a85a21</id>
    <committed-date>2009-03-16T20:31:51-07:00</committed-date>
    <authored-date>2009-03-16T20:31:51-07:00</authored-date>
    <message>decoder/strings: applied minor cleanups</message>
    <tree>cc9936594826912085b3326be6e4807d7eb33352</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b14ecbaef7f269fca1ad64e82d27bf677ad8e7b</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/1afbbbb5db8ef2cb472d16dde5c359d35f623740</url>
    <id>1afbbbb5db8ef2cb472d16dde5c359d35f623740</id>
    <committed-date>2009-03-16T20:29:32-07:00</committed-date>
    <authored-date>2009-03-16T20:29:32-07:00</authored-date>
    <message>decoder/strings: remove catchall escape handler from default</message>
    <tree>66ad368f00473e4918acdf4aae7aef68968c4589</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8aab0f738d5d2fefbc597e8eca2093f6e2600884</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/harningt/luajson/commit/3b14ecbaef7f269fca1ad64e82d27bf677ad8e7b</url>
    <id>3b14ecbaef7f269fca1ad64e82d27bf677ad8e7b</id>
    <committed-date>2009-03-16T20:22:53-07:00</committed-date>
    <authored-date>2009-03-11T20:43:09-07:00</authored-date>
    <message>decoder/strings: removed unused 'null' decoder</message>
    <tree>c004e057b54b13da4127839f9df2753529c909ba</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
</commits>
