diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-10-23 22:45:52 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-10-23 22:45:52 +0000 |
commit | fc9f596c96ad0f50d6ca7f53a1212a3d140f81e7 (patch) | |
tree | 9c5e7b3adb607ae9a5c3359ef4559bd6d5f7e7e9 /libguile | |
parent | 9f4e29f66b0d3aef3590f36b6b4ae2de900a4ea3 (diff) | |
download | guile-fc9f596c96ad0f50d6ca7f53a1212a3d140f81e7.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <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> PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not portable enough. |