1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-08-25 01:41:26 +00:00
parent 830388a115
commit ab4099e4af

View file

@ -1,3 +1,10 @@
2006-08-25 Kevin Ryde <user42@zip.com.au>
* tests/popen.test (open-input-pipe, open-output-pipe): In the "no
duplicate" tests, close parent side of signalling pipe, to hopefully
generate an error instead of a hang if something bad in the child
means it doesn't write anything.
2006-07-24 Kevin Ryde <user42@zip.com.au>
* tests/socket.test: New file, exercising htonl and ntohl.