diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-23 12:52:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-23 12:52:03 -0800 |
commit | 5133802c58ef432ab8b289418ee834ba480d74eb (patch) | |
tree | aae71b73f8c2cfd095f20b2e0569a12e8f2173d9 /RELNOTES | |
parent | c1202a71a068c13a17b69348a6d7736b8855be0c (diff) | |
download | txr-5133802c58ef432ab8b289418ee834ba480d74eb.tar.gz txr-5133802c58ef432ab8b289418ee834ba480d74eb.tar.bz2 txr-5133802c58ef432ab8b289418ee834ba480d74eb.zip |
* lib.c (plus, minus): Fixed wrong assertion which would incorrectly
fire for inputs that do not overflow.
* match.c (search_form): Fixed incorrect loop test which could
lead to nonterminating behavior.
* RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ - thus @foo bar behaves properly once again; it is not treated as foo followed by the regex / +/, ignoring the text bar. + - Infinite looping bug in negative match with longest-match semantics. + + - Bug in the overflow detection in the lib.c plus and minus function. + + (current release) TXR 042 |