diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 17:03:11 +0900 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 17:03:11 +0900 |
commit | 0d20a5dd2d065c5dfa3fbc2079deef809289ecaf (patch) | |
tree | 2b76488b4716cfbcb6046255201b863b6c4de364 /ChangeLog | |
parent | 0bad0c321d51352bfb68c3759c7fd78489e7e254 (diff) | |
download | txr-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |