<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>da51b0e00892d23a322c4a5c6d5f153db8a59c19</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/4cc463aff9dd83c8af232a532e051349cfd28c06</url>
    <id>4cc463aff9dd83c8af232a532e051349cfd28c06</id>
    <committed-date>2009-08-19T13:34:38-07:00</committed-date>
    <authored-date>2009-08-19T13:34:38-07:00</authored-date>
    <message>Factored out duplication between simple and parallel loops.</message>
    <tree>6739faf535a92a4bc57a7f5f0deb0f1543d706ba</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab0f47a9ef8dcf3f8c21e37d526d39468f7e36b1</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/da51b0e00892d23a322c4a5c6d5f153db8a59c19</url>
    <id>da51b0e00892d23a322c4a5c6d5f153db8a59c19</id>
    <committed-date>2009-08-18T17:13:01-07:00</committed-date>
    <authored-date>2009-08-18T16:58:31-07:00</authored-date>
    <message>Correcting how parallel loop handles destructuring lists.</message>
    <tree>8419bea7f742ec7f97237fd9381143bceece757a</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e632069774dd1282f46a5ebe1c7589b74008908</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/ab0f47a9ef8dcf3f8c21e37d526d39468f7e36b1</url>
    <id>ab0f47a9ef8dcf3f8c21e37d526d39468f7e36b1</id>
    <committed-date>2009-08-18T16:22:10-07:00</committed-date>
    <authored-date>2009-08-18T16:22:10-07:00</authored-date>
    <message>Separated the processing of single and parallel loops.</message>
    <tree>35ff9844f3bbec06117575dcebde8fbc14fc28d7</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f5acd45e789666bb523b12bb16e0582076db5a0</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/5e632069774dd1282f46a5ebe1c7589b74008908</url>
    <id>5e632069774dd1282f46a5ebe1c7589b74008908</id>
    <committed-date>2009-08-18T15:58:59-07:00</committed-date>
    <authored-date>2009-08-18T14:54:41-07:00</authored-date>
    <message>Fixed problem with destructuring-lists in multiple-for clauses (they need binding before the first execution of the loop). This solution is not optimal, because it creates new bindings for the variable inside the loop, and emits the pre-loop bindings even when they aren't being used.</message>
    <tree>709e031763691cbbdbbc39b4277d9e31b3a4519d</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6cd10e2e90a91e03f771dfc7dcc80d1e374267d</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/5f5acd45e789666bb523b12bb16e0582076db5a0</url>
    <id>5f5acd45e789666bb523b12bb16e0582076db5a0</id>
    <committed-date>2009-08-15T17:24:14-07:00</committed-date>
    <authored-date>2009-08-15T17:24:14-07:00</authored-date>
    <message>Removed trailing whitespace.</message>
    <tree>2ceb385dd56448d2ec18deaccfec4e87f59d4ba3</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>56ae43a5af872395a56fd3ce556660dc4c046550</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/d6cd10e2e90a91e03f771dfc7dcc80d1e374267d</url>
    <id>d6cd10e2e90a91e03f771dfc7dcc80d1e374267d</id>
    <committed-date>2009-08-15T17:22:36-07:00</committed-date>
    <authored-date>2009-08-15T17:22:36-07:00</authored-date>
    <message>Eliminated unused local variables that caused compiler warnings in CCL.</message>
    <tree>4ba6c4881051465335dc6bc24458361545bb6354</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2100b87b090527861690b5a97119fed89f78c59c</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/56ae43a5af872395a56fd3ce556660dc4c046550</url>
    <id>56ae43a5af872395a56fd3ce556660dc4c046550</id>
    <committed-date>2009-08-15T17:19:24-07:00</committed-date>
    <authored-date>2009-08-14T01:13:09-07:00</authored-date>
    <message>Made PS LOOP conform to LOOP's semantics regarding parallel FOR clauses. A clause's end-test should take place before the next clause's step form.</message>
    <tree>1e03706ab16d768c82b782c6a873ce871faafc71</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc772f726fef4f366bf0a2529db348a554a092fa</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/2100b87b090527861690b5a97119fed89f78c59c</url>
    <id>2100b87b090527861690b5a97119fed89f78c59c</id>
    <committed-date>2009-08-13T18:04:01-07:00</committed-date>
    <authored-date>2009-08-13T13:04:19-07:00</authored-date>
    <message>Broke up loop parsing by pushing local functions to top level and passing a state object around.</message>
    <tree>0ae19bf1dd5e6f5ad5906b9bfad343bd43d6bff0</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e5d6db86745860ded789f169dc82159ed5ab365</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/fc772f726fef4f366bf0a2529db348a554a092fa</url>
    <id>fc772f726fef4f366bf0a2529db348a554a092fa</id>
    <committed-date>2009-08-12T14:01:51-07:00</committed-date>
    <authored-date>2009-08-12T14:01:51-07:00</authored-date>
    <message>Fixed a bug where 'create' was special-casing keywords in
inappropriate ways.

(slot-value (create :foo-bar 1) :foo-bar) was being translated as
({ fooBar : 1 })['foo-bar']</message>
    <tree>618d0c96d05b6008660a5efd45ec534e38637af8</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a14fb2cb9bce1d6956cc9be3a7e7b67451b7032f</id>
      </parent>
      <parent>
        <id>614df9005025355d7d4129b3ef593d75cf2452f3</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/8e5d6db86745860ded789f169dc82159ed5ab365</url>
    <id>8e5d6db86745860ded789f169dc82159ed5ab365</id>
    <committed-date>2009-08-06T21:22:20-07:00</committed-date>
    <authored-date>2009-08-06T21:22:20-07:00</authored-date>
    <message>Merge branch 'master' of ssh://vsedach@common-lisp.net/project/parenscript/public_html/git/parenscript</message>
    <tree>44a233f46bc6932ce22c2bed3df2606f21241565</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>578e856583a471b35bb4e2404a6618f04c380022</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/a14fb2cb9bce1d6956cc9be3a7e7b67451b7032f</url>
    <id>a14fb2cb9bce1d6956cc9be3a7e7b67451b7032f</id>
    <committed-date>2009-08-06T21:21:11-07:00</committed-date>
    <authored-date>2009-08-06T21:21:11-07:00</authored-date>
    <message>Fixed nary comparison operators (ex: (&lt; 1 2 3) should translate to (1
&lt; 2) &amp;&amp; (2 &lt; 3) instead of 1 &lt; 2 &lt; 3).</message>
    <tree>d62d7cd3f0bcb35a68817c22658a22c4414a0b82</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>578e856583a471b35bb4e2404a6618f04c380022</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/614df9005025355d7d4129b3ef593d75cf2452f3</url>
    <id>614df9005025355d7d4129b3ef593d75cf2452f3</id>
    <committed-date>2009-08-05T16:51:32-07:00</committed-date>
    <authored-date>2009-08-05T16:51:32-07:00</authored-date>
    <message>Made the COUNT clause in PS LOOP evaluate its term before counting (and skip nil)
 like CL does.</message>
    <tree>33407fa2388a1a02e8984c28eba4ccea8d7caf06</tree>
    <committer>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>90f33220fa33bd9eafc6d09584375143ca246685</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/578e856583a471b35bb4e2404a6618f04c380022</url>
    <id>578e856583a471b35bb4e2404a6618f04c380022</id>
    <committed-date>2009-08-01T12:42:22-07:00</committed-date>
    <authored-date>2009-07-31T13:20:15-07:00</authored-date>
    <message>Added :REPEAT clauses to PS's LOOP.</message>
    <tree>1f2a9282985fafc346c5c9ff0a4a66b79db3bdbd</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b4f81fbfaf80ce282708ce4c138cddeb288fdad</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/90f33220fa33bd9eafc6d09584375143ca246685</url>
    <id>90f33220fa33bd9eafc6d09584375143ca246685</id>
    <committed-date>2009-08-01T12:15:23-07:00</committed-date>
    <authored-date>2009-08-01T12:15:23-07:00</authored-date>
    <message>Exported 'chain' helper macro.</message>
    <tree>cfd722252e29805de5b806e063568b79e8f53dae</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0f5e99ffaa8e22e253c44ccc52bb2e46da62723c</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/3b4f81fbfaf80ce282708ce4c138cddeb288fdad</url>
    <id>3b4f81fbfaf80ce282708ce4c138cddeb288fdad</id>
    <committed-date>2009-07-27T13:10:51-07:00</committed-date>
    <authored-date>2009-07-27T13:10:51-07:00</authored-date>
    <message>Changed 'slot-value' to print keyword slot names as strings.</message>
    <tree>a58bb5094bb6616824227411aef696debd94914b</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>837bcc37c5a8727b89a99523d215f6769ff38389</id>
      </parent>
    </parents>
    <author>
      <name>Red Daly</name>
      <email>reddaly@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/0f5e99ffaa8e22e253c44ccc52bb2e46da62723c</url>
    <id>0f5e99ffaa8e22e253c44ccc52bb2e46da62723c</id>
    <committed-date>2009-07-27T12:59:06-07:00</committed-date>
    <authored-date>2009-07-26T13:22:54-07:00</authored-date>
    <message>Fixed eval-when special form and added tests to prevent future breakage.</message>
    <tree>51d3487b693a4d01d6403586cb0a51bf6147a4e8</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b934060d22a778851ed64596e0aa19a18f1337c8</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/837bcc37c5a8727b89a99523d215f6769ff38389</url>
    <id>837bcc37c5a8727b89a99523d215f6769ff38389</id>
    <committed-date>2009-07-25T15:01:37-07:00</committed-date>
    <authored-date>2009-07-25T15:01:37-07:00</authored-date>
    <message>Changed 'create' and 'slot-value' to treat reserved JS keywords as
strings.

Thanks to Alexey Lebedeff for the idea.
http://common-lisp.net/pipermail/parenscript-devel/2009-July/000558.html</message>
    <tree>7894832225153bb83e0a40163406c4cad946368b</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70c34384f0cfaa33f9eb93fd597d7a50f4434fdf</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/b934060d22a778851ed64596e0aa19a18f1337c8</url>
    <id>b934060d22a778851ed64596e0aa19a18f1337c8</id>
    <committed-date>2009-07-25T14:43:00-07:00</committed-date>
    <authored-date>2009-07-25T14:43:00-07:00</authored-date>
    <message>Revised PS literal mechanism to use 'symbol-name-to-js-string' instead
of 'symbol-name' to check symbol names for conflicts with reserved JS
keywords. Added list of currently reserved JS keyword names.</message>
    <tree>276ae3ed496846919f015f227612434912173b97</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c407915cee65f99209f9e603314bf8a6e9a085f8</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/70c34384f0cfaa33f9eb93fd597d7a50f4434fdf</url>
    <id>70c34384f0cfaa33f9eb93fd597d7a50f4434fdf</id>
    <committed-date>2009-07-25T01:11:55-07:00</committed-date>
    <authored-date>2009-07-10T18:17:39-07:00</authored-date>
    <message>PS LOOP now supports ON.</message>
    <tree>98059c8375db71f9dba2b14f418bfcfb66d06967</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0303b5f2d97a95d7ca2b7f2443ddf64ef2d6e054</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/c407915cee65f99209f9e603314bf8a6e9a085f8</url>
    <id>c407915cee65f99209f9e603314bf8a6e9a085f8</id>
    <committed-date>2009-07-25T01:11:04-07:00</committed-date>
    <authored-date>2009-07-10T15:31:55-07:00</authored-date>
    <message>DESTRUCTURING-BIND can now handle dotted and nested binding lists.</message>
    <tree>69b57ed8270b27a1f16f4d006884bf68267c7818</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8fdf8d6ae664a5ed2909f315614fc65276de1b87</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/0303b5f2d97a95d7ca2b7f2443ddf64ef2d6e054</url>
    <id>0303b5f2d97a95d7ca2b7f2443ddf64ef2d6e054</id>
    <committed-date>2009-07-06T17:24:24-07:00</committed-date>
    <authored-date>2009-06-30T18:52:12-07:00</authored-date>
    <message>Added support for COUNT, MINIMIZE and MAXIMIZE to PS-LOOP.</message>
    <tree>1dcd9c78537c59ded8df182be9db287e4f6de7ce</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b87316b9e5691f21e8cdca3f97a2058a074ad7c</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Gackle</name>
      <email>danielgackle@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/8fdf8d6ae664a5ed2909f315614fc65276de1b87</url>
    <id>8fdf8d6ae664a5ed2909f315614fc65276de1b87</id>
    <committed-date>2009-07-06T17:24:12-07:00</committed-date>
    <authored-date>2009-06-30T18:29:44-07:00</authored-date>
    <message>Extended PS-LOOP to allow explicit accumulation variables (declared by INTO as in &quot;sum x into y&quot;).</message>
    <tree>bb49079a9cbb1cfb6509e96b9dc2bb2defa9f5b6</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d9d9a9705bdfd0559ee1bbf9caa1733d0b3f142b</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/5b87316b9e5691f21e8cdca3f97a2058a074ad7c</url>
    <id>5b87316b9e5691f21e8cdca3f97a2058a074ad7c</id>
    <committed-date>2009-07-06T13:13:15-07:00</committed-date>
    <authored-date>2009-07-06T13:13:15-07:00</authored-date>
    <message>Rewrote 'ps' macro to expand into 'with-output-to-string' instead of
'concatenate,' which gives better runtime performance.</message>
    <tree>23753eced8b2552388505ae1ddf19613a1c4ef3d</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>998d9a7d1746bd3a0eaa2437722943b1d6604f0c</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/d9d9a9705bdfd0559ee1bbf9caa1733d0b3f142b</url>
    <id>d9d9a9705bdfd0559ee1bbf9caa1733d0b3f142b</id>
    <committed-date>2009-06-18T16:11:56-07:00</committed-date>
    <authored-date>2009-06-18T16:11:56-07:00</authored-date>
    <message>Added the 'chain' convenience macro for method call chaining (ex:
(chain ($ &quot;foo&quot;) (bar x z) (baz 5)) =&gt; $('foo').bar(x, z).baz(5);)</message>
    <tree>b0eda0dfc34a5e1a61dcdf048d3915d6bff34aea</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ead240bb2f6e1e1d7a174a5c3843618bc0baaa3d</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/998d9a7d1746bd3a0eaa2437722943b1d6604f0c</url>
    <id>998d9a7d1746bd3a0eaa2437722943b1d6604f0c</id>
    <committed-date>2009-06-07T22:30:52-07:00</committed-date>
    <authored-date>2009-06-07T22:30:52-07:00</authored-date>
    <message>Changed destructuring-bind to use let* instead of let in its
macroexpansion.

Bug report due to Scott
Bell. http://common-lisp.net/pipermail/parenscript-devel/2009-June/000532.html</message>
    <tree>085bfc26be9c470c7cc5b28c097b54805142cc7d</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8d008ad070b9d28ab90c4da73a920ad52c847d3</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/ead240bb2f6e1e1d7a174a5c3843618bc0baaa3d</url>
    <id>ead240bb2f6e1e1d7a174a5c3843618bc0baaa3d</id>
    <committed-date>2009-06-07T22:27:47-07:00</committed-date>
    <authored-date>2009-06-07T22:27:47-07:00</authored-date>
    <message>Fixed several special forms that were not macroexpanding their
arguments.

Bug reports thanks to Scott
Bell. http://common-lisp.net/pipermail/parenscript-devel/2009-June/000530.html</message>
    <tree>9217d397fb0ab354d982f6d618671eb133a7ee61</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>604b5bbea9dd9eff7a21a59f2236f0d9374a13db</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/c8d008ad070b9d28ab90c4da73a920ad52c847d3</url>
    <id>c8d008ad070b9d28ab90c4da73a920ad52c847d3</id>
    <committed-date>2009-06-07T21:52:58-07:00</committed-date>
    <authored-date>2009-06-07T21:52:58-07:00</authored-date>
    <message>Introduced 'function' special form to further help with faking Lisp2
in JavaScript.

Previously, 'apply,' among others, did not recognize the second
namespace as introduced by flet/labels. Thanks to Scott Bell for the
bug report:
http://common-lisp.net/pipermail/parenscript-devel/2009-June/000529.html</message>
    <tree>56a02fe09fb2d328e851a7f014ffc3d7bf8edb0f</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>467e94fdca82df268844ed880beffdda040a46f1</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/604b5bbea9dd9eff7a21a59f2236f0d9374a13db</url>
    <id>604b5bbea9dd9eff7a21a59f2236f0d9374a13db</id>
    <committed-date>2009-06-07T21:35:05-07:00</committed-date>
    <authored-date>2009-06-07T21:35:05-07:00</authored-date>
    <message>Fixed 'flatten' to correctly handle lists with non-nil cdr (ie '(1 . 2)).

Thanks to Scott Bell for the bug report.
http://common-lisp.net/pipermail/parenscript-devel/2009-June/000528.html</message>
    <tree>2412ac3b939f8cb2056e264ab50d00fb00f70b8b</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6dce8f773e92022971ed493610b18e5b6a23ad96</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/467e94fdca82df268844ed880beffdda040a46f1</url>
    <id>467e94fdca82df268844ed880beffdda040a46f1</id>
    <committed-date>2009-05-24T17:53:03-07:00</committed-date>
    <authored-date>2009-05-24T17:53:03-07:00</authored-date>
    <message>Changed process-html-forms-lhtml loop in lib/ps-html.lisp from 'loop'
to 'do' due to bug in CLISP's 'loop' implementation (this also made
the code shorter).

Thanks to Olaf Ruppert &lt;oruppert@googlemail.com&gt; for the bug report.</message>
    <tree>41ea3613aa0d54a8cd62c79356909a39ea0607b7</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16151f19dc3ade7da3195fd7cc08ad3bff135d3f</id>
      </parent>
    </parents>
    <author>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </author>
    <url>http://github.com/JackDanger/parenscript/commit/6dce8f773e92022971ed493610b18e5b6a23ad96</url>
    <id>6dce8f773e92022971ed493610b18e5b6a23ad96</id>
    <committed-date>2009-05-15T15:04:33-07:00</committed-date>
    <authored-date>2009-05-15T15:04:33-07:00</authored-date>
    <message>Fixed some special forms that weren't macro-expanding their arguments.</message>
    <tree>3b84e1edb6f2a9c906a038dcf7b3decd6a4af332</tree>
    <committer>
      <name>Vladimir Sedach</name>
      <email>vsedach@gmail.com</email>
    </committer>
  </commit>
</commits>
