summaryrefslogtreecommitdiff
path: root/libguile/net_db.c
Commit message (Expand)AuthorAgeFilesLines
* Presume ISO C90 headers are always availableMike Gran2022-10-141-4/+0
* Update license notices in all C filesAndy Wingo2018-06-201-18/+18
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-5/+5
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-16/+16
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
* Fix unused static variables in net_db.cAndy Wingo2016-07-251-55/+28
* getaddrinfo: Document the missing errno value for EAI_SYSTEM.Ludovic Courtès2013-03-251-2/+4
* fix include-order problem in net_db.c for mingwAndy Wingo2013-03-091-10/+10
* remove mingw32 implementations of {get,end,set}{serv,proto}entAndy Wingo2013-03-091-15/+9
* net_db.c doesn't import winsock2.hAndy Wingo2013-02-201-5/+1
* tests: Have `getaddrinfo' test work for Darwin 8.Ludovic Courtès2012-02-031-5/+10
* compile-time assertion in net_db uses constant expressionsAndy Wingo2011-05-131-2/+2
* Change `getaddrinfo' test to handle the GNU-specific `EAI_NODATA'.Ludovic Courtès2011-01-051-1/+6
* Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix.Ludovic Courtès2010-02-171-11/+0
* getaddrinfo: Define macros lacking in NetBSD 5.0.Ludovic Courtès2010-02-171-0/+11
* Use `#f' for `addrinfo:canonname' when it wasn't supplied by getaddrinfo(3).Ludovic Courtès2010-02-151-2/+5
* Add `getaddrinfo' and related procedures.Ludovic Courtès2010-02-141-1/+291
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Work around the lack of hstrerror(3) declaration on Tru64.Ludovic Courtès2009-05-211-1/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-3/+3
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-17/+17
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-5/+5
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer2004-08-101-23/+53
* (scm_resolv_error): don't cause an exception whileRob Browning2004-08-071-1/+1
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-1/+1
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-6/+6
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-3/+4
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-5/+5
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * net_db.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* * macros.c: include deprecation.hHan-Wen Nienhuys2002-07-211-39/+28
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-22/+23
* 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
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0