*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Fri, 27 Aug 2004 12:46:11 +0000 (12:46 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 27 Aug 2004 12:46:11 +0000 (12:46 +0000)
libguile/ChangeLog
test-suite/ChangeLog

index 9e9bb97..007fd8e 100644 (file)
@@ -1,3 +1,11 @@
+2004-08-27  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * strings.c (SCM_STRINGP): Accept all strings.
+       (SCM_STRING_CHARS): Reject shared substrings here.
+
+       * script.c (scm_compile_shell_switches): Added 2003 and 2004 to
+       the Copyright years.
+
 2004-08-27  Kevin Ryde  <user42@zip.com.au>
 
        * socket.c (scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
index 91073c8..e09b814 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-27  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/srfi-13.test (module-peek): Removed, this kluge is no
+       longer necessary.
+
 2004-08-27  Kevin Ryde  <user42@zip.com.au>
 
        * tests/regexp.test (regexp-quote): New tests.