summaryrefslogtreecommitdiff
path: root/libguile/net_db.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update license notices in all C filesAndy Wingo1-18/+18
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-5/+5
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-16/+16
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve symbols.h from _scm.hAndy Wingo1-0/+1
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-3/+2
2016-07-25Fix unused static variables in net_db.cAndy Wingo1-55/+28
2013-03-25getaddrinfo: Document the missing errno value for EAI_SYSTEM.Ludovic Courtès1-2/+4
2013-03-09fix include-order problem in net_db.c for mingwAndy Wingo1-10/+10
2013-03-09remove mingw32 implementations of {get,end,set}{serv,proto}entAndy Wingo1-15/+9
2013-02-20net_db.c doesn't import winsock2.hAndy Wingo1-5/+1
2012-02-03tests: Have `getaddrinfo' test work for Darwin 8.Ludovic Courtès1-5/+10
2011-05-13compile-time assertion in net_db uses constant expressionsAndy Wingo1-2/+2
2011-01-05Change `getaddrinfo' test to handle the GNU-specific `EAI_NODATA'.Ludovic Courtès1-1/+6
2010-02-17Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix.Ludovic Courtès1-11/+0
2010-02-17getaddrinfo: Define macros lacking in NetBSD 5.0.Ludovic Courtès1-0/+11
2010-02-15Use `#f' for `addrinfo:canonname' when it wasn't supplied by getaddrinfo(3).Ludovic Courtès1-2/+5
2010-02-14Add `getaddrinfo' and related procedures.Ludovic Courtès1-1/+291
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-05-21Work around the lack of hstrerror(3) declaration on Tru64.Ludovic Courtès1-1/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-3/+3
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-17/+17
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-5/+5
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-23/+53
2004-08-07(scm_resolv_error): don't cause an exception whileRob Browning1-1/+1
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-6/+6
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-3/+4
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-5/+5
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* net_db.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-07-21* macros.c: include deprecation.hHan-Wen Nienhuys1-39/+28
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-22/+23
2002-07-10No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer1-2/+1
2002-07-07Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer1-1/+2
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-212001-11-21 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-4/+8