diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-10-05 07:44:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-10-05 07:44:35 -0700 |
commit | 862a831b8bb8a151d33ab6bf3e294f0536695d3b (patch) | |
tree | be8aca8898df095b19c2453915da719eef68c3ad /ChangeLog | |
parent | ae0713dacbb43f45e119c5e65fc773ab257d718c (diff) | |
download | txr-862a831b8bb8a151d33ab6bf3e294f0536695d3b.tar.gz txr-862a831b8bb8a151d33ab6bf3e294f0536695d3b.tar.bz2 txr-862a831b8bb8a151d33ab6bf3e294f0536695d3b.zip |
Version 035.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2010-10-05 Kaz Kylheku <kkylheku@gmail.com> + + Version 035 + + Fixes garbage-collection-related problem affecting @(freeform) + that was revealed by "make tests" on x86-64 system, gcc 4.3.2. + + Fixes show-stopper stupidity, again: a query that matches + the end of data terminates successfully rather than failing. This + is because version 032 did not properly address the breakage + introduced in the 2010-01-21 change to match.c involving the dataline + variable. The "fix" only prevented the program from aborting in that + situation. + + * txr.c (version): Bumped to 034. + + * txr.1: Set version to 034. + + * configure: Bumped txr_ver to 034. + 2010-10-04 Kaz Kylheku <kkylheku@gmail.com> * match.c (match_files): Bugfix. A (sub)query that runs out of data |