1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-15 20:41:52 +00:00
parent 34b11e0823
commit ffa921b45b
4 changed files with 12 additions and 1 deletions

4
NEWS
View file

@ -1,5 +1,5 @@
Guile NEWS --- history of user-visible changes.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
See the end for copying conditions.
Please send Guile bug reports to bug-guile@gnu.org.
@ -23,6 +23,8 @@ Changes since Guile 1.6.4 (i.e. changes for 1.6.5):
(use-modules (srfi srfi-31)) will now provide support for SRFI-31.
See the Guile info pages for more documentation.
** SRFI-39 has been added (parameter objects)
** Guile is now compiled with -fno-strict-aliasing when gcc is detected.
** The --enable-htmldoc option has been removed from 'configure'.

1
THANKS
View file

@ -13,6 +13,7 @@ Contributors since the last release:
Michael Livshin
Keisuke Nishida
Thien-Thi Nguyen
Jose A Ortega Ruiz
Maciej Stachowiak
Marius Vollmer
Niibe Yutaka

View file

@ -1,3 +1,7 @@
2004-08-15 Marius Vollmer <mvo@zagadka.de>
* srfi-39.scm: New, from Jose A Ortega Ruiz. Thanks!
2004-08-14 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_any, scm_string_every): Add support for char

View file

@ -1,3 +1,7 @@
2004-08-15 Marius Vollmer <mvo@zagadka.de>
* tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
2004-08-14 Kevin Ryde <user42@zip.com.au>
* tests/srfi-13.test (string-any, string-every): Exercise char and