<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TRE 0.8.0 Released</title>
	<atom:link href="http://laurikari.net/tre/tre-0-8-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurikari.net/tre/tre-0-8-0-released/</link>
	<description>The free and portable approximate regex matching library.</description>
	<lastBuildDate>Fri, 29 Jan 2010 09:57:54 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Teale</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-20</link>
		<dc:creator>Steve Teale</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-20</guid>
		<description>I am trying to translate the non-fuzzy part of TRE into D. I noticed this:

tre_ctype_t tre_ctype(const char *name)
{
  int i;
  for (i = 0; tre_ctype_map[i].name != NULL; i++)
    {
      if (strcmp(name, tre_ctype_map[i].name) == 0)
	return tre_ctype_map[i].func;
    }
  return (tre_ctype_t)0;
}

It is prototyped as returning a character type, but if name is found, it returns a pointer to a function. The parsing code behaves as if it returned a character (I think). Could you possibly explain?

Thanks Steve</description>
		<content:encoded><![CDATA[<p>I am trying to translate the non-fuzzy part of TRE into D. I noticed this:</p>
<p>tre_ctype_t tre_ctype(const char *name)<br />
{<br />
  int i;<br />
  for (i = 0; tre_ctype_map[i].name != NULL; i++)<br />
    {<br />
      if (strcmp(name, tre_ctype_map[i].name) == 0)<br />
	return tre_ctype_map[i].func;<br />
    }<br />
  return (tre_ctype_t)0;<br />
}</p>
<p>It is prototyped as returning a character type, but if name is found, it returns a pointer to a function. The parsing code behaves as if it returned a character (I think). Could you possibly explain?</p>
<p>Thanks Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-14</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-14</guid>
		<description>Sorry about that, and sorry for the delay (your comment got caught in the spam filter).  Now the darcs repo is properly updated.

I have no problems downloading files from the web interface.</description>
		<content:encoded><![CDATA[<p>Sorry about that, and sorry for the delay (your comment got caught in the spam filter).  Now the darcs repo is properly updated.</p>
<p>I have no problems downloading files from the web interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bang Jun-young</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-11</link>
		<dc:creator>Bang Jun-young</dc:creator>
		<pubDate>Tue, 10 Nov 2009 00:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-11</guid>
		<description>Checked out the sources with command &#039;darcs get --set-scripts-executable http://laurikari.net/tre/darcs/stable/&#039; as described on the download page, but I still can&#039;t find Visual Studio 2008 files there.

Downloading the files from the darcs web interface by clicking on the &#039;plain&#039; link doesn&#039;t work either. What I actually got were HTML-decorated text (&lt; garbled with &amp;lt\;) rather than plain text.

Downloading from the browser&#039;s view-source page doesn&#039;t work either. This time the server refuses to send data to the browser. :-(</description>
		<content:encoded><![CDATA[<p>Checked out the sources with command &#8216;darcs get &#8211;set-scripts-executable <a href="http://laurikari.net/tre/darcs/stable/" rel="nofollow">http://laurikari.net/tre/darcs/stable/</a>&#8216; as described on the download page, but I still can&#8217;t find Visual Studio 2008 files there.</p>
<p>Downloading the files from the darcs web interface by clicking on the &#8216;plain&#8217; link doesn&#8217;t work either. What I actually got were HTML-decorated text (&lt; garbled with &amp;lt\;) rather than plain text.</p>
<p>Downloading from the browser&#039;s view-source page doesn&#039;t work either. This time the server refuses to send data to the browser. <img src='http://laurikari.net/tre/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-7</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-7</guid>
		<description>Indeed.  I went and updated the agrep page regarding TRE license.</description>
		<content:encoded><![CDATA[<p>Indeed.  I went and updated the agrep page regarding TRE license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregK</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-6</link>
		<dc:creator>GregK</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-6</guid>
		<description>TRE is mentioned on Wikipedia, but the reference to LGPL is outdated now.
http://en.wikipedia.org/wiki/Agrep</description>
		<content:encoded><![CDATA[<p>TRE is mentioned on Wikipedia, but the reference to LGPL is outdated now.<br />
<a href="http://en.wikipedia.org/wiki/Agrep" rel="nofollow">http://en.wikipedia.org/wiki/Agrep</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-5</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-5</guid>
		<description>Oh, drats.  I forgot to update something and the old files still got into the packages.  Thanks for letting me know!  

I&#039;ve now fixed this for the next release. Until then, you can download the project (.vcproj) and solution (.sln) files for Visual Studio 2008 from &lt;a href=&quot;http://laurikari.net/cgi-bin/darcsweb.cgi?r=tre-stable;a=tree;f=/win32&quot; rel=&quot;nofollow&quot;&gt;the darcs repository here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Oh, drats.  I forgot to update something and the old files still got into the packages.  Thanks for letting me know!  </p>
<p>I&#8217;ve now fixed this for the next release. Until then, you can download the project (.vcproj) and solution (.sln) files for Visual Studio 2008 from <a href="http://laurikari.net/cgi-bin/darcsweb.cgi?r=tre-stable;a=tree;f=/win32" rel="nofollow">the darcs repository here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bang Jun-young</title>
		<link>http://laurikari.net/tre/tre-0-8-0-released/comment-page-1/#comment-4</link>
		<dc:creator>Bang Jun-young</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://laurikari.net/tre/?p=192#comment-4</guid>
		<description>Thanks for the work but what are actually included in the tarballs are Visual C++ 6 files.</description>
		<content:encoded><![CDATA[<p>Thanks for the work but what are actually included in the tarballs are Visual C++ 6 files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
