mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-25 04:40:19 +02:00
*** empty log message ***
This commit is contained in:
parent
1885f42093
commit
6694258059
2 changed files with 11 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -20,6 +20,11 @@ Changes since Guile 1.6.6 (changes in 1.6.7):
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
|
** array-map! and array-map-in-order! now correctly require at least one source
|
||||||
|
|
||||||
|
A mistake caused a call with just one source array to be rejected,
|
||||||
|
this has been fixed.
|
||||||
|
|
||||||
** string->number and octal constant bignums
|
** string->number and octal constant bignums
|
||||||
|
|
||||||
An incorrect bignum size calculation has been fixed, this caused
|
An incorrect bignum size calculation has been fixed, this caused
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
2004-12-16 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* ramap.c (scm_array_map_x): Correction to sources list check, only
|
||||||
|
need at least one source, not two. And use SCM_WRONG_NUM_ARGS() for
|
||||||
|
the error.
|
||||||
|
|
||||||
2004-12-09 Kevin Ryde <user42@zip.com.au>
|
2004-12-09 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* numbers.c (scm_istr2int): Correction to overflow test, should be
|
* numbers.c (scm_istr2int): Correction to overflow test, should be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue