summaryrefslogtreecommitdiff
path: root/libguile/socket.c
Commit message (Expand)AuthorAgeFilesLines
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-200/+168
* * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-1/+1
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-40/+40
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-19/+19
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-22/+22
* * tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms ofGreg J. Badros1999-12-191-1/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-4/+4
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-19/+200
* Remove leading whitespace before empty docstrings.Greg J. Badros1999-12-131-4/+4
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-239/+183
* * configure.in: check for hstrerror.Gary Houston1999-11-181-0/+46
* * socket.c (scm_fill_sockaddr): zero the address structure beforeGary Houston1999-11-041-0/+3
* * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1999-06-091-49/+29
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-6/+6
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* Don't use local_fgets on sockets; ftell doesn't work on sockets.Jim Blandy1998-10-171-0/+1
* Centralize the creation of port objects based on stdio FILE * inJim Blandy1998-10-091-8/+2
* * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1998-07-121-2/+2
* * socket.c: Check for HAVE_UNIX_DOMAIN_SOCKETS instead ofMikael Djurfeldt1998-04-121-4/+4
* * socket.c (scm_bind): free soka after use.Gary Houston1998-01-041-0/+1
* * filesys.c (scm_close, set_element, get_element, scm_chown,Marius Vollmer1997-10-251-0/+11
* Changes to compile under gnu-win32, from Marcus Daniels:Jim Blandy1997-07-111-3/+17
* Revert Marcus's changes; will re-apply when we get papers.Jim Blandy1997-06-241-17/+3
* Changes to compile under gnu-win32, from Marcus Daniels:Jim Blandy1997-06-241-3/+17
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,Gary Houston1997-05-131-1/+1
* * ioext.c (scm_read_delimited_x): use RO string macros for delims.Gary Houston1997-03-131-8/+10
* * ports.c: add SCM_PROC declarations for pt-size and pt-member.Gary Houston1997-01-251-91/+45
* * init.scm (index, rindex): replace versions in utilities.scm withGary Houston1997-01-181-2/+1
* * net_db.c (scm_getserv): add missing SCM_ALLOW_INTS.Gary Houston1997-01-081-1/+1
* * socket.c (scm_recvfrom): Added missing semicolon.Mikael Djurfeldt1997-01-071-1/+1
* * socket.c (scm_recvfrom): allow buff_or_size to be a list containingGary Houston1997-01-061-8/+41
* * socket.c (scm_addr_vector): fix faulty scm_listify.Gary Houston1996-12-281-1/+1
* * filesys.c (scm_input_waiting_p): use select in preference toGary Houston1996-12-211-240/+690
* * socket.c: Use K&R style declaration for 'close'; the GNU codingJim Blandy1996-10-291-1/+1
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-75/+17
* * debug.c, unif.c: use scm_out_of_range instead ofGary Houston1996-09-151-6/+6
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+3
* * socket.c: Don't include a prototype for inet_aton; just use aJim Blandy1996-09-031-4/+0
* * socket.c: Doc and copyright fixes.Jim Blandy1996-08-301-6/+45
* * socket.c: Added declaration of inet_aton to avoid compilerMikael Djurfeldt1996-08-231-0/+6
* portability fixes for header inclusion etc.Gary Houston1996-08-071-1/+5
* let fdsocket.c compile if struct linger is missingGary Houston1996-08-031-1/+1
* make C system primitives throw exceptionsGary Houston1996-08-021-15/+15
* maintainer changed: was lord, now jimb; first importjimbJim Blandy1996-07-251-0/+408