From fc9f596c96ad0f50d6ca7f53a1212a3d140f81e7 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 23 Oct 2005 22:45:52 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 10 ++++++++++ libguile/ChangeLog | 12 ++++++++++++ test-suite/ChangeLog | 5 +++++ 3 files changed, 27 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index c84c951f6..a66dacc02 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,13 @@ +2005-10-24 Kevin Ryde + + * posix.texi (Network Sockets and Communication): Combine and revise + getsockopt and setsockopt. Add OPTNAME constants, including new + IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. + + * posix.texi (Time): Revise strftime for clarity, cross reference man + 3 strftime (suggested by Greg Troxel), note locale character set when + setlocale has been called. + 2005-10-15 Neil Jerram * api-debug.texi (Source Properties): Add text describing/advising diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 11b834dcd..686b4ba67 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +2005-10-24 Kevin Ryde + + * socket.c (scm_init_socket): Add IPPROTO_IP, IPPROTO_TCP, + IPPROTO_UDP. Remove SOL_IP, SOL_TCP, SOL_UDP. The former are in + POSIX spec examples, the latter are not available on for instance + NetBSD. + + * socket.c (scm_getsockopt, scm_setsockopt): Update docstrings from + posix.texi. + + * stime.c (scm_strftime): Update docstring from posix.texi. + 2005-10-23 Marius Vollmer PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not portable enough. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 735bc7289..9859ca98d 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2005-10-24 Kevin Ryde + + * tests/time.test (strftime %Z): Disable this test, its assumptions + about %Z are not valid on NetBSD. + 2005-08-19 Kevin Ryde * tests/srfi-19.test (date->time-tai): New tests, exercising new -- 2.20.1