mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 07:50:20 +02:00
*** empty log message ***
This commit is contained in:
parent
043a867dfc
commit
d2b789516a
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-27 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
|
||||
struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
|
||||
|
||||
2004-08-10 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* configure.in (AC_CHECK_FUNCS): Add unsetenv and _NSGetEnviron.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-08-27 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* socket.c (scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
|
||||
HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN for sockaddr fields, SIN_LEN and
|
||||
SIN_LEN6 are not defined on all systems. Reported by Michael Tuexen.
|
||||
|
||||
2004-08-18 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* socket.c (scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2004-08-27 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/regexp.test (regexp-quote): New tests.
|
||||
|
||||
2004-08-25 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue