Text Extractor TXR - News
posted by kkylheku, Fri 11 Jul 2014 04:23:25 PM UTC - 0 replies
Hi everyone,
I put out TXR 92 today.
Binaries are available from SourceForge.
posted by kkylheku, Tue 22 Nov 2011 10:08:49 PM UTC - 0 replies
See the new RELNOTES document.
posted by kkylheku, Mon 10 Oct 2011 04:32:24 PM UTC - 0 replies
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
...
[Read more]
posted by kkylheku, Fri 07 Oct 2011 01:18:40 AM UTC - 0 replies
Sorry for neglecting to post news! :)
See the ChangeLog to see what's been done in 036, 037 and 038.
posted by kkylheku, Wed 27 Jan 2010 05:38:44 AM UTC - 0 replies
Since version 028, there has have been a few GC fixes, a bunch of regex work. Check it out!
posted by kkylheku, Sun 17 Jan 2010 03:16:02 AM UTC - 0 replies
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.
posted by kkylheku, Thu 03 Dec 2009 11:41:27 PM UTC - 0 replies
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 ...
[Read more]
posted by kkylheku, Fri 27 Nov 2009 06:03:35 AM UTC - 0 replies
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 ...
[Read more]
[Submit News]
[18 news in archive]