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

*** empty log message ***

This commit is contained in:
Rob Browning 2004-11-12 03:58:40 +00:00
parent aea9a070fc
commit 834b4863d8
2 changed files with 23 additions and 0 deletions

19
NEWS
View file

@ -11,6 +11,25 @@ Each release reports the NEWS in the following sections:
* Changes to Scheme functions and syntax * Changes to Scheme functions and syntax
* Changes to the C interface * Changes to the C interface
Changes since Guile 1.6.5 (changes in 1.6.6):
* Changes to the distribution
** srfi-39 should work now - a file was missing from the distribution.
** A libltdl related build problem has been fixed.
* Changes to the stand-alone interpreter
* Changes to Scheme functions and syntax
* Changes to the C interface
** A bug has been fixed that caused uvec_equalp to function improperly.
** In scm_charnames and scm_charnums, sp is now an alias for space.
Changes since Guile 1.6.4 (changes in 1.6.5): Changes since Guile 1.6.4 (changes in 1.6.5):

View file

@ -1,3 +1,7 @@
2004-11-11 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (srfi_DATA): add srfi-39.scm.
2004-11-04 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-11-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-4.c (make_uvec): Use ((size_t)-1) instead of SIZE_MAX, for * srfi-4.c (make_uvec): Use ((size_t)-1) instead of SIZE_MAX, for