<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TRE</title>
	<atom:link href="http://laurikari.net/tre/feed/" rel="self" type="application/rss+xml" />
	<link>https://laurikari.net/tre</link>
	<description>The free and portable approximate regex matching library.</description>
	<lastBuildDate>Tue, 15 Jan 2013 10:53:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TRE on github</title>
		<link>https://laurikari.net/tre/tre-on-github/</link>
		<comments>https://laurikari.net/tre/tre-on-github/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 10:52:45 +0000</pubDate>
		<dc:creator>Ville Laurikari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://laurikari.net/tre/?p=217</guid>
		<description><![CDATA[You can find it here.  It&#8217;s been there a while, but probably no-one has noticed:
   https://github.com/laurikari/tre/
The repo has been migrated from the old repo in Darcs. 
Pull requests are welcome.
]]></description>
			<content:encoded><![CDATA[<p></p><p>You can find it here.  It&#8217;s been there a while, but probably no-one has noticed:</p>
<p>   <a href="https://github.com/laurikari/tre/">https://github.com/laurikari/tre/</a></p>
<p>The repo has been migrated from the old repo in Darcs. </p>
<p>Pull requests are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>https://laurikari.net/tre/tre-on-github/feed/</wfw:commentRss>
		<slash:comments>21981</slash:comments>
		</item>
		<item>
		<title>Website issues and future plans</title>
		<link>https://laurikari.net/tre/website-issues-and-future-plans/</link>
		<comments>https://laurikari.net/tre/website-issues-and-future-plans/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 05:12:16 +0000</pubDate>
		<dc:creator>Ville Laurikari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://laurikari.net/tre/?p=213</guid>
		<description><![CDATA[As you may already know, the Darcs repository and the mailing list as well as the archive are down.  Previously, I was actually running this site on a box sitting under my desk at home.  I moved to a new house recently.  Unfortunately, the fiber link isn&#8217;t yet hooked up, so now [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As you may already know, the Darcs repository and the mailing list as well as the archive are down.  Previously, I was actually running this site on a box sitting under my desk at home.  I moved to a new house recently.  Unfortunately, the fiber link isn&#8217;t yet hooked up, so now I&#8217;m using a hosting service for this site.  As you can probably image, with a new house and everything, I haven&#8217;t been able to take the time to set up all services my old box had.</p>
<p>The plan is to migrate the TRE project to a proper platform such as Google Code, Bitbucket, or CodePlex, instead of spending a lot of my time in system administration.  This will entail also moving from Darcs to Mercurial or Git.  But I&#8217;m really looking forward to starting using an actual bug tracker for TRE.</p>
<p>I&#8217;ll keep this site updated as things start taking shape with the new site. </p>
]]></content:encoded>
			<wfw:commentRss>https://laurikari.net/tre/website-issues-and-future-plans/feed/</wfw:commentRss>
		<slash:comments>21938</slash:comments>
		</item>
		<item>
		<title>Google releases the RE2 library</title>
		<link>https://laurikari.net/tre/google-releases-the-re2-library/</link>
		<comments>https://laurikari.net/tre/google-releases-the-re2-library/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:50:13 +0000</pubDate>
		<dc:creator>Ville Laurikari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://laurikari.net/tre/?p=210</guid>
		<description><![CDATA[Yesterday, Russ Cox released a new regex matching library from Google, as an open source project.  I think it&#8217;s very interesting and worth a look.
It shares many of the technical characteristics with TRE, mainly:

Guarantee searching time linear to the size of input (no backreferences).

Guarantee small fixed stack usage when searching

RE2 is compatible with the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Yesterday, <a href="http://google-opensource.blogspot.com/2010/03/re2-principled-approach-to-regular.html">Russ Cox released a new regex matching library from Google</a>, as an open source project.  I think it&#8217;s very interesting and worth a look.</p>
<p>It shares many of the technical characteristics with TRE, mainly:</p>
<ul>
<li>Guarantee searching time linear to the size of input (no backreferences).
</li>
<li>Guarantee small fixed stack usage when searching</li>
</ul>
<p>RE2 is compatible with the PCRE API, whereas TRE uses the POSIX API.  RE2 does not have approximate matching support, so that continues to be the main differentiator of TRE compared to any other library out there.</p>
]]></content:encoded>
			<wfw:commentRss>https://laurikari.net/tre/google-releases-the-re2-library/feed/</wfw:commentRss>
		<slash:comments>22427</slash:comments>
		</item>
		<item>
		<title>TRE 0.8.0 Released</title>
		<link>https://laurikari.net/tre/tre-0-8-0-released/</link>
		<comments>https://laurikari.net/tre/tre-0-8-0-released/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 08:48:36 +0000</pubDate>
		<dc:creator>Ville Laurikari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://laurikari.net/tre/?p=192</guid>
		<description><![CDATA[Download here.  New in this release:

 Added tre_ prefix to all functions exported from libtre.  This changes the binary interface (ABI).  The old source interface (API) is still available in &#60;tre/regex.h&#62;.  New code should use &#60;tre/tre.h&#62; which exports functions that have the prefix.
Visual C++ 6 project files replaced with Visual Studio 2008 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://laurikari.net/tre/download/">Download here</a>.  New in this release:</p>
<ul>
<li> Added tre_ prefix to all functions exported from libtre.  This changes the binary interface (ABI).  The old source interface (API) is still available in <code>&lt;tre/regex.h&gt;</code>.  New code should use <code>&lt;tre/tre.h&gt;</code> which exports functions that have the prefix.</li>
<li>Visual C++ 6 project files replaced with Visual Studio 2008 files.</li>
<li>Bug fixes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://laurikari.net/tre/tre-0-8-0-released/feed/</wfw:commentRss>
		<slash:comments>6024</slash:comments>
		</item>
		<item>
		<title>NetBSD Taking TRE in the C Library</title>
		<link>https://laurikari.net/tre/netbsd-takes-tre-in-the-c-library/</link>
		<comments>https://laurikari.net/tre/netbsd-takes-tre-in-the-c-library/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:46:20 +0000</pubDate>
		<dc:creator>Ville Laurikari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://laurikari.net/trenew/?p=16</guid>
		<description><![CDATA[Earlier this year Alistair Crooks contacted me, telling that they would be interested in replacing the old NetBSD C library regex implementation with libtre.  The only problem was the license (LGPL).  I thought about it for about two seconds, and decided to finally release TRE with a BSD license.  So starting from 0.7.6, TRE comes [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Earlier this year Alistair Crooks contacted me, telling that they would be interested in replacing the old NetBSD C library regex implementation with libtre.  The only problem was the license (LGPL).  I thought about it for about two seconds, and decided to finally release TRE with a BSD license.  So starting from 0.7.6, TRE comes with a <a href="http://laurikari.net/tre/LICENSE">2-clause BSD license</a> instead of the LGPL.</p>
<p>In a Google Summer of Code project, <a href="http://blog.netbsd.org/tnf/entry/efficient_wide_character_regular_expressions">Matthias-Christian Ott has now ported TRE to NetBSD:</a></p>
<blockquote><p>NetBSD’s current regular expression library was initially written by Henry Spencer in 1986, when ASCII was the de facto standard. Moreover, Spencer described it as slow. So it makes real sense to replace it and seek for alternatives.</p></blockquote>
<p>The project <a href="http://netbsd-soc.sourceforge.net/projects/widechar-regex/">home page is here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://laurikari.net/tre/netbsd-takes-tre-in-the-c-library/feed/</wfw:commentRss>
		<slash:comments>18522</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->