| Commit message (Expand) | Author | Age | Files | Lines |
* | * socket.c: use SCM_CHAR_BIT. | Rob Browning | 2003-04-16 | 1 | -3/+3 |
* | *** empty log message *** | Rob Browning | 2003-04-07 | 1 | -1/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * socket.c (FLIPCPY_NET_HOST_128): new macro. | Rob Browning | 2003-04-04 | 1 | -40/+127 |
* | * win32-socket.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -15/+9 |
* | (scm_addr_vector): Added size of address to arguments. Use it to | Marius Vollmer | 2002-08-30 | 1 | -7/+14 |
* | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 2002-08-16 | 1 | -3/+3 |
* | * macros.c: include deprecation.h | Han-Wen Nienhuys | 2002-07-21 | 1 | -16/+16 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -41/+40 |
* | No need to check for Cygwin when including <winsock2.h>, this is | Marius Vollmer | 2002-07-10 | 1 | -2/+1 |
* | Do not include <winsock2.h> on Cygwin even when we have it. | Marius Vollmer | 2002-07-07 | 1 | -1/+2 |
* | Small docstring fixes. | Neil Jerram | 2002-03-15 | 1 | -1/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | 2002-01-28 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 2002-01-28 | 1 | -0/+3 |
* | 2001-11-07 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 2001-11-07 | 1 | -0/+8 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -1/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 2001-06-28 | 1 | -1/+1 |
* | Make compilation under Windows easier. | Martin Grabmüller | 2001-06-26 | 1 | -1/+5 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 2001-06-26 | 1 | -3/+2 |
* | * strop.c (s_scm_string_capitalize_x): fix docstring quoting. | Michael Livshin | 2001-05-28 | 1 | -3/+3 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -8/+8 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -36/+36 |
* | * socket.c: use HAVE_IPV6 instead of AF_INET6 to enable IPv6 | Gary Houston | 2001-05-05 | 1 | -5/+5 |
* | * socket.c: define uint32_t if netdb.h doesn't. thanks to | Gary Houston | 2001-05-03 | 1 | -0/+10 |
* | * socket.c: attempted to improve the docstrings slightly. | Gary Houston | 2001-04-22 | 1 | -122/+133 |
* | * net_db.c: remove bogus "close" declaration. | Gary Houston | 2001-04-22 | 1 | -80/+287 |
* | * socket.c (FLIP_NET_HOST_128): new macro. | Gary Houston | 2001-04-21 | 1 | -18/+56 |
* | * socket.c (scm_fill_sockaddr): call htons for sin6_port. | Gary Houston | 2001-04-20 | 1 | -24/+56 |
* | * some initial support for IPv6: | Gary Houston | 2001-04-17 | 1 | -21/+109 |
* | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 2001-04-10 | 1 | -5/+5 |
* | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 2001-04-03 | 1 | -58/+66 |
* | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 2001-03-11 | 1 | -1/+1 |
* | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+3 |
* | * socket.c: add a definition of SUN_LEN (from glibc) for when it's | Gary Houston | 2001-03-10 | 1 | -3/+7 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -2/+0 |
* | * socket.c (scm_fill_sockaddr): don't allow buffer overflows when | Gary Houston | 2001-03-04 | 1 | -170/+202 |
* | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 2001-02-02 | 1 | -2/+2 |
* | * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new macro. | Gary Houston | 2001-01-08 | 1 | -32/+11 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -3/+3 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 2000-10-30 | 1 | -7/+6 |
* | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 2000-10-09 | 1 | -2/+2 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -2/+2 |
* | * Docstring fixes. | Neil Jerram | 2000-09-02 | 1 | -1/+2 |
* | * socket.c (scm_getsockopt): Changed type for `optlen' from int to | Mikael Djurfeldt | 2000-06-14 | 1 | -13/+13 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -9/+9 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include strings.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |