From 834b4863d8dc090c2ee21126deeda3d28fece47c Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 12 Nov 2004 03:58:40 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 19 +++++++++++++++++++ srfi/ChangeLog | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/NEWS b/NEWS index d95a8c91e..291342bcb 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,25 @@ Each release reports the NEWS in the following sections: * Changes to Scheme functions and syntax * 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): diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 03ae9700c..5c57fc45e 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2004-11-11 Rob Browning + + * Makefile.am (srfi_DATA): add srfi-39.scm. + 2004-11-04 Marius Vollmer * srfi-4.c (make_uvec): Use ((size_t)-1) instead of SIZE_MAX, for