| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unused static variables in net_db.c... | Andy Wingo | 2016-07-25 | 1 | -55/+28 |
* | getaddrinfo: Document the missing errno value for EAI_SYSTEM.... | Ludovic Courtès | 2013-03-25 | 1 | -2/+4 |
* | fix include-order problem in net_db.c for mingw... | Andy Wingo | 2013-03-09 | 1 | -10/+10 |
* | remove mingw32 implementations of {get,end,set}{serv,proto}ent... | Andy Wingo | 2013-03-09 | 1 | -15/+9 |
* | net_db.c doesn't import winsock2.h... | Andy Wingo | 2013-02-20 | 1 | -5/+1 |
* | tests: Have `getaddrinfo' test work for Darwin 8.... | Ludovic Courtès | 2012-02-03 | 1 | -5/+10 |
* | compile-time assertion in net_db uses constant expressions... | Andy Wingo | 2011-05-13 | 1 | -2/+2 |
* | Change `getaddrinfo' test to handle the GNU-specific `EAI_NODATA'.... | Ludovic Courtès | 2011-01-05 | 1 | -1/+6 |
* | Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix.... | Ludovic Courtès | 2010-02-17 | 1 | -11/+0 |
* | getaddrinfo: Define macros lacking in NetBSD 5.0.... | Ludovic Courtès | 2010-02-17 | 1 | -0/+11 |
* | Use `#f' for `addrinfo:canonname' when it wasn't supplied by getaddrinfo(3).... | Ludovic Courtès | 2010-02-15 | 1 | -2/+5 |
* | Add `getaddrinfo' and related procedures.... | Ludovic Courtès | 2010-02-14 | 1 | -1/+291 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Work around the lack of hstrerror(3) declaration on Tru64.... | Ludovic Courtès | 2009-05-21 | 1 | -1/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic... | Marius Vollmer | 2006-01-29 | 1 | -3/+3 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | Use new vector elements API or simple vector API, as appropriate.... | Marius Vollmer | 2005-01-02 | 1 | -17/+17 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -5/+5 |
* | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,... | Marius Vollmer | 2004-08-10 | 1 | -23/+53 |
* | (scm_resolv_error): don't cause an exception while... | Rob Browning | 2004-08-07 | 1 | -1/+1 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,... | Marius Vollmer | 2004-08-02 | 1 | -1/+1 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,... | Marius Vollmer | 2004-07-23 | 1 | -6/+6 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,... | Marius Vollmer | 2004-07-10 | 1 | -3/+4 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to... | Marius Vollmer | 2004-07-08 | 1 | -5/+5 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -4/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * net_db.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -0/+4 |
* | * macros.c: include deprecation.h... | Han-Wen Nienhuys | 2002-07-21 | 1 | -39/+28 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -22/+23 |
* | 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 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | 2001-11-21 Stefan Jahn <stefan@lkcc.org>... | Stefan Jahn | 2001-11-21 | 1 | -4/+8 |
* | * Adding C function declarations from the SCM interface to the... | Neil Jerram | 2001-11-16 | 1 | -8/+8 |
* | Disable extern declaration of `h_errno' for __CYGWIN__,... | Marius Vollmer | 2001-11-02 | 1 | -2/+2 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -5/+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 | -3/+3 |
* | Make compilation under Windows easier. | Martin Grabmüller | 2001-06-26 | 1 | -1/+6 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement.... | Dirk Herrmann | 2001-06-26 | 1 | -10/+9 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -5/+5 |
* | * net_db.c: remove bogus "close" declaration.... | Gary Houston | 2001-04-22 | 1 | -124/+1 |
* | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 2001-04-10 | 1 | -6/+6 |
* | Correct, update, improve and clean up a lot of docstrings in order to make... | Martin Grabmüller | 2001-04-03 | 1 | -20/+22 |
* | * net_db.c: define h_errno if configure didn't define HAVE_H_ERRNO.... | Gary Houston | 2001-03-18 | 1 | -0/+6 |
* | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 2001-03-11 | 1 | -6/+3 |
* | * _scm.h: Removed #include <errno.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -5/+3 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |