summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-02-28 17:03:11 +0900
committerKaz Kylheku <kaz@kylheku.com>2010-02-28 17:03:11 +0900
commit0d20a5dd2d065c5dfa3fbc2079deef809289ecaf (patch)
tree2b76488b4716cfbcb6046255201b863b6c4de364 /ChangeLog
parent0bad0c321d51352bfb68c3759c7fd78489e7e254 (diff)
downloadtxr-0d20a5dd2d065c5dfa3fbc2079deef809289ecaf.tar.gz
txr-0d20a5dd2d065c5dfa3fbc2079deef809289ecaf.tar.bz2
txr-0d20a5dd2d065c5dfa3fbc2079deef809289ecaf.zip
* lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le):
Added missing support for literal string type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cfcb0bb..cf797313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-02-27 Kaz Kylheku <kkylheku@gmail.com>
+ * lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le):
+ Added missing support for literal string type.
+
+2010-02-27 Kaz Kylheku <kkylheku@gmail.com>
+
* lib.c (search_str): Bugfix for empty haystack case: checks for end
of string must use postincrement on the index, otherwise the access
goes past the null terminator.