* Makefile.am (EXTRA_libguile_la_SOURCES): New variable to hold
[bpt/guile.git] / libguile / socket.c
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1997-01-18 Gary Houston * init.scm (index, rindex): replace versions in utilit...
1997-01-08 Gary Houston* net_db.c (scm_getserv): add missing SCM_ALLOW_INTS.
1997-01-07 Mikael Djurfeldt* socket.c (scm_recvfrom): Added missing semicolon.
1997-01-06 Gary Houston* socket.c (scm_recvfrom): allow buff_or_size to be...
1996-12-28 Gary Houston* socket.c (scm_addr_vector): fix faulty scm_listify.
1996-12-21 Gary Houston* filesys.c (scm_input_waiting_p): use select in prefer...
1996-10-29 Jim Blandy* socket.c: Use K&R style declaration for 'close';...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-09-03 Jim Blandy* socket.c: Don't include a prototype for inet_aton...
1996-08-30 Jim Blandy* socket.c: Doc and copyright fixes.
1996-08-23 Mikael Djurfeldt* socket.c: Added declaration of inet_aton to avoid...
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-08-03 Gary Houstonlet fdsocket.c compile if struct linger is missing
1996-08-02 Gary Houstonmake C system primitives throw exceptions
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import