<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
 <title>portaCL</title>
  <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL</link>
  <description>repo for portaCL</description>
  <language>en</language>
  	

  <item>
    <title>08 Mar 05:15 - Rename notes.org to README.org</title>
    <author>pix@kepibu.org</author>
    <pubDate>Thu, 08 Mar 2012 05:15:58 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20120308051558-50f04-2944eae06a1ddcc7570d07bb59b122db48c6a6ec.gz</link>
    <description>Rename notes.org to README.org</description>
	   	
    <content:encoded><![CDATA[
Rename notes.org to README.org<br/>
<br/>
notes.org<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 18:34 - see other links, and add reference to cl-syntax-sugar</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 18:34:17 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720183417-50f04-f9866b5cd5d111d279c5083105f151dea00f269f.gz</link>
    <description>see other links, and add reference to cl-syntax-sugar</description>
	   	
    <content:encoded><![CDATA[
see other links, and add reference to cl-syntax-sugar<br/>
<br/>
notes.org<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 07:07 - Some org-mode syntaxisms</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 07:07:16 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720070716-50f04-c626d071a856a97989ad4815167f64c75408e589.gz</link>
    <description>Some org-mode syntaxisms</description>
	   	
    <content:encoded><![CDATA[
Some org-mode syntaxisms<br/>
<br/>
notes.org<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 06:58 - Update bug list to include reader bug</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 06:58:45 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720065845-50f04-ae8e13fd6d6ded2b37c08d2890afe8b109197b21.gz</link>
    <description>Update bug list to include reader bug</description>
	   	
    <content:encoded><![CDATA[
Update bug list to include reader bug<br/>
<br/>
notes.org<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 01:31 - TAG VERSION 0.1.3</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 01:31:17 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720013117-50f04-b0e7ac5c2cd2d98651df3c5c3d071fb9e3d83eaf.gz</link>
    <description>TAG VERSION 0.1.3</description>
	   	
    <content:encoded><![CDATA[
TAG VERSION 0.1.3<br/>
<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 01:31 - Bump version</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 01:31:10 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720013110-50f04-1c706a3a16f2e62ac0c9ce83e30dca05fe75284f.gz</link>
    <description>Bump version</description>
	   	
    <content:encoded><![CDATA[
Bump version<br/>
<br/>
portacl.asd<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 01:14 - Improved feature readers</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 01:14:10 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720011410-50f04-d6ba511dd609ab429d226fdf35c9241dddd2e1a8.gz</link>
    <description>Improved feature readers</description>
	   	
    <content:encoded><![CDATA[
Improved feature readers<br/>
<br/>
It turns out #+/#- also need to do their thing under *read-suppress*, rather<br/>
than simply skipping two forms.<br/>
<br/>
E.g.,<br/>
  '(#+(or) #+(not a b) a b c) =&gt; '(c)<br/>
  '(#+(or) #+(and) a b c)     =&gt; '(b c)<br/>
<br/>
(Not that such constructions are practically portable anyway, but meh.)<br/>
<br/>
Regardless, this fixes that as best I can.  Unfortunately, it also forces<br/>
the normal package problems within feature expressions:<br/>
  #+(or) #+(notapackage:foo) 'a  =&gt; PACKAGE-ERROR<br/>
  #+(or) #+(cl:notexported)  'a  =&gt; PACKAGE-ERROR<br/>
<br/>
This is, so far as I can tell, portably unavoidable.  However, some (all?)<br/>
implementations /already/ have this problem, so at least it's nothing new.
<br/>
<br/>
reader.lisp<br/>
]]>
</content:encoded></item>

  <item>
    <title>20 Jul 01:09 - Better reporting of undefined-feature-tests.</title>
    <author>pix@kepibu.org</author>
    <pubDate>Mon, 20 Jul 2009 01:09:25 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090720010925-50f04-cfc34a6c913b5f73a7c2363efa9976c435e235c3.gz</link>
    <description>Better reporting of undefined-feature-tests.</description>
	   	
    <content:encoded><![CDATA[
Better reporting of undefined-feature-tests.<br/>
<br/>
feature-tests.lisp<br/>
]]>
</content:encoded></item>

  <item>
    <title>19 Jul 13:58 - TAG VERSION 0.1.2</title>
    <author>pix@kepibu.org</author>
    <pubDate>Sun, 19 Jul 2009 13:58:44 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090719135844-50f04-7812474a1c0458eb08c53443f31ee1b2ce9befe1.gz</link>
    <description>TAG VERSION 0.1.2</description>
	   	
    <content:encoded><![CDATA[
TAG VERSION 0.1.2<br/>
<br/>
]]>
</content:encoded></item>

  <item>
    <title>19 Jul 13:58 - Bump version</title>
    <author>pix@kepibu.org</author>
    <pubDate>Sun, 19 Jul 2009 13:58:33 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090719135833-50f04-fdb3ee2e910b15ef9d3e59b4ebef0d143cd20154.gz</link>
    <description>Bump version</description>
	   	
    <content:encoded><![CDATA[
Bump version<br/>
<br/>
portacl.asd<br/>
]]>
</content:encoded></item>

  <item>
    <title>19 Jul 13:58 - Use consp to avoid treating nil as a list</title>
    <author>pix@kepibu.org</author>
    <pubDate>Sun, 19 Jul 2009 13:58:20 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090719135820-50f04-047db280bade077f2d9c76b2afd77cd2a7afc87e.gz</link>
    <description>Use consp to avoid treating nil as a list</description>
	   	
    <content:encoded><![CDATA[
Use consp to avoid treating nil as a list<br/>
<br/>
feature-tests.lisp<br/>
]]>
</content:encoded></item>

  <item>
    <title>19 Jul 12:31 - TAG VERSION 0.1.1</title>
    <author>pix@kepibu.org</author>
    <pubDate>Sun, 19 Jul 2009 12:31:43 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090719123143-50f04-ded620d626dbe15e4c456a69722abdb7de024124.gz</link>
    <description>TAG VERSION 0.1.1</description>
	   	
    <content:encoded><![CDATA[
TAG VERSION 0.1.1<br/>
<br/>
]]>
</content:encoded></item>

  <item>
    <title>19 Jul 12:28 - Take *read-suppress* into account</title>
    <author>pix@kepibu.org</author>
    <pubDate>Sun, 19 Jul 2009 12:28:28 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090719122828-50f04-6656d845f6fe3c7606a04893fece9bc94af80253.gz</link>
    <description>Take *read-suppress* into account</description>
	   	
    <content:encoded><![CDATA[
Take *read-suppress* into account<br/>
<br/>
reader.lisp<br/>
]]>
</content:encoded></item>

  <item>
    <title>19 Jul 12:27 - Minor changes to the notes file</title>
    <author>pix@kepibu.org</author>
    <pubDate>Sun, 19 Jul 2009 12:27:37 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090719122737-50f04-6756d2891cc91df63cd99bfb71386be08d6e72a7.gz</link>
    <description>Minor changes to the notes file</description>
	   	
    <content:encoded><![CDATA[
Minor changes to the notes file<br/>
<br/>
notes.org<br/>
]]>
</content:encoded></item>

  <item>
    <title>17 Jul 05:24 - Initial checkin</title>
    <author>pix@kepibu.org</author>
    <pubDate>Fri, 17 Jul 2009 05:24:52 +0000</pubDate>
    <link>http://repo.kepibu.org/browse/darcsweb.cgi?r=portaCL;a=commit;h=20090717052452-50f04-7929ae64ef14f140a43f0effb772aed796250f5a.gz</link>
    <description>Initial checkin</description>
	   	
    <content:encoded><![CDATA[
Initial checkin<br/>
<br/>
asdf-components.lisp<br/>
conditions.lisp<br/>
control-flow.lisp<br/>
feature-tests.lisp<br/>
name-parts.lisp<br/>
notes.org<br/>
package.lisp<br/>
portacl.asd<br/>
reader.lisp<br/>
]]>
</content:encoded></item>
</channel></rss>
