1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2006-05-29 21:43:55 +00:00
parent 07c0e15999
commit 2f84db4c66
3 changed files with 17 additions and 0 deletions

7
NEWS
View file

@ -15,12 +15,19 @@ Each release reports the NEWS in the following sections:
Changes in 1.8.1:
* Changes to the distribution
** New primitive-_exit giving the _exit() system call.
* Changes to Scheme functions and syntax
** A one-dimenisonal array can now be 'equal?' to a vector.
* Changes to the C interface
** New function scm_c_locale_stringn_to_number.
* Bug fixes.
** array-set! with bit vector.
** make-shared-array fixes, including examples in the manual which failed.
** string<? and friends follow char<? etc order on 8-bit chars.

View file

@ -1,3 +1,9 @@
2006-05-30 Marius Vollmer <mvo@zagadka.de>
* eq.c (scm_equal_p): Use scm_array_equal_p explicitely when one
of the arguments is a array. This allows vectors to be equal to
one-dimensional arrays.
2006-05-29 Marius Vollmer <mvo@zagadka.de>
* throw.c (scm_ithrow): When looking for the jmpbuf, first test

View file

@ -1,3 +1,7 @@
2006-05-30 Marius Vollmer <mvo@zagadka.de>
* tests/unif.test ("vector equal? one-dimensional array"): New.
2006-05-28 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (number->string): Disable 11.333 and 1.324e44