1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-09 01:33:36 +00:00
parent 092bdcc46b
commit 636d4be535
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2004-08-09 Kevin Ryde <user42@zip.com.au>
* api-io.texi (File Ports): In open-file, describe the "b" binary flag.
* slib.texi (SLIB): Add notes on delete-file, provided? and open-file
overridden by ice-9 slib module.
2004-08-05 Kevin Ryde <user42@zip.com.au>
* api-scheduling.texi (Arbiters): Tweak wording for clarity, note any

View file

@ -1,3 +1,8 @@
2004-08-09 Kevin Ryde <user42@zip.com.au>
* tests/slib.test: New file.
* Makefile.am (SCM_TESTS): Add it.
2004-08-06 Kevin Ryde <user42@zip.com.au>
* tests/unif.test (array-set!): Exercise byte array range checks.