1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-18 00:13:51 +00:00
parent a8d0313f69
commit 86ff1823d5

View file

@ -1,3 +1,12 @@
2004-08-18 Kevin Ryde <user42@zip.com.au>
* posix.texi (Network Sockets and Communication): Add SOCK_RDM and
SOCK_SEQPACKET.
* posix.texi (Internet Socket Examples): Correction to socket calls,
should be PF_INET not AF_INET (though generally the two are the same
value).
2004-08-14 Kevin Ryde <user42@zip.com.au>
* api-scheduling.texi (Mutexes): New datatype-centric section, adding