diff --git a/NEWS b/NEWS index 69b08578d..b8e36d9e5 100644 --- a/NEWS +++ b/NEWS @@ -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 + + * 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 * throw.c (scm_ithrow): When looking for the jmpbuf, first test diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 1aa58e7b3..d6987bbe4 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-30 Marius Vollmer + + * tests/unif.test ("vector equal? one-dimensional array"): New. + 2006-05-28 Kevin Ryde * tests/numbers.test (number->string): Disable 11.333 and 1.324e44