1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 05:20:30 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-07-27 23:44:20 +00:00
parent 4c4edb0621
commit e0e350b110
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,9 @@
* regex-posix.c (scm_make_regexp): Use SCM_VALIDATE_INT_COPY on flag * regex-posix.c (scm_make_regexp): Use SCM_VALIDATE_INT_COPY on flag
arguments, previously type was not checked. arguments, previously type was not checked.
* unif.c (scm_array_set_x): For svect, use scm_num2short to get range
check, previously silently truncated inum to short.
2004-07-10 Kevin Ryde <user42@zip.com.au> 2004-07-10 Kevin Ryde <user42@zip.com.au>
* hash.c (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather * hash.c (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather

View file

@ -2,6 +2,8 @@
* tests/regexp.test (make-regexp): Exercise flags args validation. * tests/regexp.test (make-regexp): Exercise flags args validation.
* tests/unif.test (array-set!): Exercise svect value range check.
2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de> 2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
* tests/format.test (~{): Test no arbitrary iteration limit. * tests/format.test (~{): Test no arbitrary iteration limit.