summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ea8ca57..d35d12ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2012-02-05 Kaz Kylheku <kaz@kylheku.com>
+ * parser.l: Allow semicolon terminator on hex and octal
+ escapes in a regex. Removed o escape character from octal
+ constants in strings and quasiliterals: no such thing is documented.
+ Octal constants can be semicolon-terminated like hex ones.
+
+ * txr.1: Documented semicolons after octal constants in
+ string literals and after hex and octal constants in regexes.
+
+2012-02-05 Kaz Kylheku <kaz@kylheku.com>
+
* utf8.c (utf8_from_uc, utf8_decode): Some cascaded if tests converted
to a switch on the upper nybble value. This also fixes an unfortunate
bug. The test for the two byte case was written as