From 76af04d6a2300739221feeddd6455d30f4c5de1e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 23 Jul 2006 22:28:15 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ test-suite/ChangeLog | 4 ++++ 2 files changed, 10 insertions(+) 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.