summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-23 12:52:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-23 12:52:03 -0800
commit5133802c58ef432ab8b289418ee834ba480d74eb (patch)
treeaae71b73f8c2cfd095f20b2e0569a12e8f2173d9 /RELNOTES
parentc1202a71a068c13a17b69348a6d7736b8855be0c (diff)
downloadtxr-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--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 9f9c16a1..3fadec42 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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