newsText Extractor TXR - News

 
 
Show details for the latest news.

Latest News Approved
TXR 92 is out
     posted by kkylheku, Fri 11 Jul 2014 04:23:25 PM UTC

Hi everyone,

I put out TXR 92 today.

Binaries are available from SourceForge.

Version 044 is out.
     posted by kkylheku, Fri 02 Dec 2011 06:01:22 PM UTC

http://www.kylheku.com/cgit/txr/plain/RELNOTES

Version 042 is out
     posted by kkylheku, Tue 22 Nov 2011 10:08:49 PM UTC

See the new RELNOTES document.

http://www.kylheku.com/cgit/txr/plain/RELNOTES

Txr 039 is out.
     posted by kkylheku, Mon 10 Oct 2011 04:32:24 PM UTC

Txr now runs on Cygwin.

Some significant bugs are fixed, including a spectacular bug in function calling that dates back to 2009.

There are a bunch of new features.

- @(skip) has a :greedy keyword, which extends its usefulness
- @(trailer) and @(skip) work horizontally now too [...]

Txr 038 is out.
     posted by kkylheku, Fri 07 Oct 2011 01:18:40 AM UTC

Sorry for neglecting to post news! :)

See the ChangeLog to see what's been done in 036, 037 and 038.

Version 035 out.
     posted by kkylheku, Tue 05 Oct 2010 03:11:46 PM UTC

Bugfixes.

Version 033 is out.
     posted by kkylheku, Wed 27 Jan 2010 05:38:44 AM UTC

Since version 028, there has have been a few GC fixes, a bunch of regex work. Check it out!

Version 028 is out.
     posted by kkylheku, Sun 17 Jan 2010 03:16:02 AM UTC

I implemented regex derivatives (in addition to the existing NFA impelmentation, not as a replacement). Txr now has some powerful regex operators: intersection (&), complement (~) as well as a non-greedy closure (%).

While working on this, I found some problems in the regex syntax and fixed them.

Version 027 is out.
     posted by kkylheku, Thu 03 Dec 2009 11:41:27 PM UTC

I've done some code cleanup and fixed one GC-related bug.

The installation prefix now uses the widespread DESTDIR convention. E.g. you can configure with --prefix=/usr, but then do a "make install DESTDIR=temp", which will install everything into the directory temp/usr, from which you can roll up a package. That's how people prepare [...]

Version 026 is out.
     posted by kkylheku, Fri 27 Nov 2009 06:03:35 AM UTC

I introduced Valgrind integration in the garbage collector. You must pass the --valgrind option to the configure script to set this up.  The basic support squashes false positive error reports from valgrind that occur during the marking phase of the mark-and-sweep, since the stack scanning can touch uninitialized data. Furthermore, the txr option [...]


Older News Approved
Version 025 is out. posted by kkylheku, Thu 26 Nov 2009 01:25:59 AM UTC
Version 024 is out. posted by kkylheku, Thu 19 Nov 2009 09:31:04 PM UTC
Version 023 is out. posted by kkylheku, Wed 18 Nov 2009 10:30:23 PM UTC
Version 022 is out. posted by kkylheku, Tue 17 Nov 2009 09:39:20 PM UTC
Version 021 is out. posted by kkylheku, Sun 15 Nov 2009 08:53:09 PM UTC
Version 020 is out. posted by kkylheku, Mon 02 Nov 2009 03:51:51 AM UTC
Version 019 is out. posted by kkylheku, Wed 21 Oct 2009 06:02:18 PM UTC
Version 018 is out. posted by kkylheku, Sun 18 Oct 2009 02:32:48 AM UTC

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code