1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-10-23 22:45:52 +00:00
parent 9f4e29f66b
commit fc9f596c96
3 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2005-10-24 Kevin Ryde <user42@zip.com.au>
* 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 <neil@ossau.uklinux.net> 2005-10-15 Neil Jerram <neil@ossau.uklinux.net>
* api-debug.texi (Source Properties): Add text describing/advising * api-debug.texi (Source Properties): Add text describing/advising

View file

@ -1,3 +1,15 @@
2005-10-24 Kevin Ryde <user42@zip.com.au>
* 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 <marius.vollmer@uni-dortmund.de> 2005-10-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not portable enough. PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not portable enough.

View file

@ -1,3 +1,8 @@
2005-10-24 Kevin Ryde <user42@zip.com.au>
* tests/time.test (strftime %Z): Disable this test, its assumptions
about %Z are not valid on NetBSD.
2005-08-19 Kevin Ryde <user42@zip.com.au> 2005-08-19 Kevin Ryde <user42@zip.com.au>
* tests/srfi-19.test (date->time-tai): New tests, exercising new * tests/srfi-19.test (date->time-tai): New tests, exercising new