summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-03 00:45:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-03 00:45:40 -0800
commit1afa286557a53dec4c12a0d018600588bbd7786a (patch)
tree5322838875b5e84490afb7cf3c297f70154ee07c /ChangeLog
parent7c42721b3f5d9e96c26f2fa853e7e1c477247664 (diff)
downloadtxr-1afa286557a53dec4c12a0d018600588bbd7786a.tar.gz
txr-1afa286557a53dec4c12a0d018600588bbd7786a.tar.bz2
txr-1afa286557a53dec4c12a0d018600588bbd7786a.zip
* lib.c (split_str, split_str_set): Bugfix: access beyond the end of
the input string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2301f0dd..4bb3fbc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-12-03 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (split_str, split_str_set): Bugfix: access beyond the end of
+ the input string.
+
+2011-12-03 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): String and character functions
exposed as intrinsics.