summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-13 21:56:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-13 21:56:23 -0800
commite7dd81f7280612a65b7a466e6d870b808272b34f (patch)
tree877734af0f15cb64bbf4033c12d9f4aa298e6286 /ChangeLog
parentd198142b137ed30cb8a70abf2cd0c36600e1ddd8 (diff)
downloadtxr-e7dd81f7280612a65b7a466e6d870b808272b34f.tar.gz
txr-e7dd81f7280612a65b7a466e6d870b808272b34f.tar.bz2
txr-e7dd81f7280612a65b7a466e6d870b808272b34f.zip
* stream.c (put_byte): Bugfix: was checking whether the put_char
virtual function is not null, rather than put_byte.
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.