1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 23:40:29 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-07-31 01:35:14 +00:00
parent 99890774a8
commit c6dcb9a9f9
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-07-31 Kevin Ryde <user42@zip.com.au>
* filesys.c (scm_copy_file): Avoid fd leak when destination file
cannot be opened.
2004-07-28 Kevin Ryde <user42@zip.com.au>
* regex-posix.c (scm_make_regexp): Use SCM_VALIDATE_INT_COPY on flag

View file

@ -1,3 +1,8 @@
2004-07-31 Kevin Ryde <user42@zip.com.au>
* tests/filesys.test: New file, exercising copy-file.
* Makefile.am (SCM_TESTS): Add it.
2004-07-28 Kevin Ryde <user42@zip.com.au>
* tests/regexp.test (make-regexp): Exercise flags args validation.