1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +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. 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. See the end for copying conditions.
Please send Guile bug reports to bug-guile@gnu.org. 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. (use-modules (srfi srfi-31)) will now provide support for SRFI-31.
See the Guile info pages for more documentation. 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. ** Guile is now compiled with -fno-strict-aliasing when gcc is detected.
** The --enable-htmldoc option has been removed from 'configure'. ** The --enable-htmldoc option has been removed from 'configure'.

1
THANKS
View file

@ -13,6 +13,7 @@ Contributors since the last release:
Michael Livshin Michael Livshin
Keisuke Nishida Keisuke Nishida
Thien-Thi Nguyen Thien-Thi Nguyen
Jose A Ortega Ruiz
Maciej Stachowiak Maciej Stachowiak
Marius Vollmer Marius Vollmer
Niibe Yutaka 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> 2004-08-14 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_any, scm_string_every): Add support for char * 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> 2004-08-14 Kevin Ryde <user42@zip.com.au>
* tests/srfi-13.test (string-any, string-every): Exercise char and * tests/srfi-13.test (string-any, string-every): Exercise char and