summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-09-22 15:06:47 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-09-22 15:06:47 +0000
commitb50c53e55f2c6010de964ec35fa8cdbd9a17372f (patch)
tree1c78bf8239671b3c579fb5533e914c54976b35e4
parent4a310f1c92cc8460ee477571f35c5401b482f918 (diff)
downloadguile-b50c53e55f2c6010de964ec35fa8cdbd9a17372f.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index fe4f06d06..f0656ead4 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,9 @@
2004-09-22 Marius Vollmer <mvo@zagadka.de>
+ * srfi-13.c (scm_string_contains, scm_string_contains_ci):
+ Reworded logic a bit so that #f is returned immediately when s1 is
+ too short to contain s2.
+
* regex-posix.c (scm_regexp_exec): Convert string to
zero-temrinated locale string before matching against it.