summaryrefslogtreecommitdiff
path: root/libguile/socket.c
Commit message (Expand)AuthorAgeFilesLines
* * socket.c: use SCM_CHAR_BIT.Rob Browning2003-04-161-3/+3
* *** empty log message ***Rob Browning2003-04-071-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * socket.c (FLIPCPY_NET_HOST_128): new macro.Rob Browning2003-04-041-40/+127
* * win32-socket.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-15/+9
* (scm_addr_vector): Added size of address to arguments. Use it toMarius Vollmer2002-08-301-7/+14
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys2002-08-161-3/+3
* * macros.c: include deprecation.hHan-Wen Nienhuys2002-07-211-16/+16
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-41/+40
* No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer2002-07-101-2/+1
* Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer2002-07-071-1/+2
* Small docstring fixes.Neil Jerram2002-03-151-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* 2002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-01-281-0/+3
* 2001-11-07 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-071-0/+8
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-1/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-1/+1
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-1/+5
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-3/+2
* * strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin2001-05-281-3/+3
* * validate.hMichael Livshin2001-05-241-8/+8
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-36/+36
* * socket.c: use HAVE_IPV6 instead of AF_INET6 to enable IPv6Gary Houston2001-05-051-5/+5
* * socket.c: define uint32_t if netdb.h doesn't. thanks toGary Houston2001-05-031-0/+10
* * socket.c: attempted to improve the docstrings slightly.Gary Houston2001-04-221-122/+133
* * net_db.c: remove bogus "close" declaration.Gary Houston2001-04-221-80/+287
* * socket.c (FLIP_NET_HOST_128): new macro.Gary Houston2001-04-211-18/+56
* * socket.c (scm_fill_sockaddr): call htons for sin6_port.Gary Houston2001-04-201-24/+56
* * some initial support for IPv6:Gary Houston2001-04-171-21/+109
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-5/+5
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-58/+66
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-1/+1
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-1/+3
* * socket.c: add a definition of SUN_LEN (from glibc) for when it'sGary Houston2001-03-101-3/+7
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-2/+0
* * socket.c (scm_fill_sockaddr): don't allow buffer overflows whenGary Houston2001-03-041-170/+202
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-2/+2
* * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new macro.Gary Houston2001-01-081-32/+11
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-3/+3
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Change a couple of functions to accept either symbols or strings only.Dirk Herrmann2000-10-301-7/+6
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-2/+2
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-2/+2
* * Docstring fixes.Neil Jerram2000-09-021-1/+2
* * socket.c (scm_getsockopt): Changed type for `optlen' from int toMikael Djurfeldt2000-06-141-13/+13
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-9/+9
* * *.[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