1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-27 12:46:11 +00:00
parent d910bc032c
commit d9eb2d67dd
2 changed files with 13 additions and 0 deletions

View 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

View 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.