summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3191013..eea30d4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-01-13 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (put_byte): Bugfix: was checking whether the put_char
+ virtual function is not null, rather than put_byte.
+
+2014-01-13 Kaz Kylheku <kaz@kylheku.com>
+
Bugfix in regex char ranges affecting ranges whose upper end
corresponds to the high bit of a bitmap cell: for instance
the character \x7f when the cell size is 32 bits.