1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +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
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>
* hash.c (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather