diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 45fdce19f..2daa338a1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2006-07-24 Kevin Ryde + + * 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 * continuations.c: Add __attribute__ ((returns_twice)) to the diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 92c54b277..ff7ab3d87 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2006-07-24 Kevin Ryde + + * tests/socket.test: New file, exercising htonl and ntohl. + 2006-07-06 Kevin Ryde * tests/time.test (localtime, mktime, strptime): More tests.