1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-06 01:30:22 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-07-23 22:28:15 +00:00
parent 0e558e5693
commit 76af04d6a2
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-07-24 Kevin Ryde <user42@zip.com.au>
* socket.c (scm_num2uint32): New function.
(scm_htonl, scm_ntohl): Use it to enforce 32-bit range check on
systems with 64-bit long.
2006-07-18 Rob Browning <rlb@defaultvalue.org>
* continuations.c: Add __attribute__ ((returns_twice)) to the

View file

@ -1,3 +1,7 @@
2006-07-24 Kevin Ryde <user42@zip.com.au>
* tests/socket.test: New file, exercising htonl and ntohl.
2006-07-06 Kevin Ryde <user42@zip.com.au>
* tests/time.test (localtime, mktime, strptime): More tests.