mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
*** empty log message ***
This commit is contained in:
parent
aea9a070fc
commit
834b4863d8
2 changed files with 23 additions and 0 deletions
19
NEWS
19
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):
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
* srfi-4.c (make_uvec): Use ((size_t)-1) instead of SIZE_MAX, for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue