* _scm.h: Removed #include <errno.h>.
[bpt/guile.git] / libguile / socket.c
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-10 Gary Houston * socket.c: add a definition of SUN_LEN (from glibc...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-04 Gary Houston * socket.c (scm_fill_sockaddr): don't allow buffer...
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-08 Gary Houston * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-02 Neil Jerram* Docstring fixes.
2000-06-14 Mikael Djurfeldt* socket.c (scm_getsockopt): Changed type for `optlen...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-19 Greg J. Badros* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-11-04 Gary Houston * socket.c (scm_fill_sockaddr): zero the address struc...
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-17 Jim BlandyDon't use local_fgets on sockets; ftell doesn't work...
1998-10-09 Jim BlandyCentralize the creation of port objects based on stdio...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-04-12 Mikael Djurfeldt* socket.c: Check for HAVE_UNIX_DOMAIN_SOCKETS instead of
1998-01-04 Gary Houston * socket.c (scm_bind): free soka after use.
1997-10-25 Marius Vollmer* filesys.c (scm_close, set_element, get_element, scm_c...
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-24 Jim BlandyRevert Marcus's changes; will re-apply when we get...
1997-06-24 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-13 Gary Houston* socket.c (scm_addr_vector): use SCM_UNDEFINED in...
1997-03-13 Gary Houston* ioext.c (scm_read_delimited_x): use RO string macros...
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