mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
*** empty log message ***
This commit is contained in:
parent
e7e4808056
commit
64cdbfc7af
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* socket.c (scm_fill_sockaddr): No need to check NULL from scm_malloc.
|
||||
(scm_connect, scm_bind, scm_sendto): Accept sockaddr object.
|
||||
(scm_addr_vector): Renamed to _scm_from_sockaddr, update usages.
|
||||
(scm_from_sockaddr, scm_to_sockaddr, scm_make_socket_address,
|
||||
scm_c_make_socket_address): New functions.
|
||||
* socket.h: Add prototypes.
|
||||
|
||||
2005-10-24 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* socket.c (scm_init_socket): Add IPPROTO_IP, IPPROTO_TCP,
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* tests/socket.test (make-socket-address): New tests.
|
||||
(connect, bind, sendto): Exercise sockaddr object.
|
||||
|
||||
2005-10-24 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/time.test (strftime %Z): Disable this test, its assumptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue