Optimize 'string-hash'.
[bpt/guile.git] / libguile / net_db.c
2013-03-25 Ludovic Courtèsgetaddrinfo: Document the missing errno value for EAI_S...
2013-03-09 Andy Wingofix include-order problem in net_db.c for mingw
2013-03-09 Andy Wingoremove mingw32 implementations of {get,end,set}{serv...
2013-02-20 Andy Wingonet_db.c doesn't import winsock2.h
2012-02-03 Ludovic Courtèstests: Have `getaddrinfo' test work for Darwin 8.
2011-05-13 Andy Wingocompile-time assertion in net_db uses constant expressions
2011-01-05 Ludovic CourtèsChange `getaddrinfo' test to handle the GNU-specific...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-02-17 Ludovic CourtèsUpdate to Gnulib v0.0-3448-g6078aa4 for its <netdb...
2010-02-17 Ludovic Courtèsgetaddrinfo: Define macros lacking in NetBSD 5.0.
2010-02-15 Ludovic CourtèsUse `#f' for `addrinfo:canonname' when it wasn't suppli...
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Ludovic CourtèsWork around the lack of hstrerror(3) declaration on...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-08-07 Rob Browning(scm_resolv_error): don't cause an exception while
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* net_db.c: #include <config.h> if HAVE_CONFIG_H.
2002-07-21 Han-Wen Nienhuys* macros.c: include deprecation.h
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-07-10 Marius VollmerNo need to check for Cygwin when including <winsock2...
2002-07-07 Marius VollmerDo not include <winsock2.h> on Cygwin even when we...
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-11-21 Stefan Jahn2001-11-21 Stefan Jahn <stefan@lkcc.org>
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-02 Marius VollmerDisable extern declaration of `h_errno' for __CYGWIN__,
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-05-24 Michael Livshin* validate.h
2001-04-22 Gary Houston * net_db.c: remove bogus "close" declaration.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-18 Gary Houston * net_db.c: define h_errno if configure didn't define...
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-05 Martin Grabmüller * print.c (scm_print_options): Fixed texinfo in docstring.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-01 Gary Houston * net_db.c: declare inet_aton only if HAVE_INET_ATON...
2000-10-01 Gary Houston * net_db.c: declare inet_aton only if MISSING_INET_ATO...
2000-09-29 Neil Jerram* Cosmetic docstring fixes.
2000-08-18 Neil Jerram* net_db.c (scm_gethost, scm_getnet, scm_getproto,...
2000-07-31 Gary Houston2000-07-31 Gary Houston <ghouston@arglist.com>
2000-06-13 Mikael Djurfeldt* net_db.c (scm_resolv_error): Only use macro NETDB_INT...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-12 Mikael Djurfeldt* alist.c, eval.c, net_db.c, posix.c, print.c, snarf...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* net_db.c (scm_resolv_error): Cast result from hstrerror.
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-12 Mikael DjurfeldtReplaced #ifdef 0 --> #if 0
2000-01-12 Greg J. Badros* net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-18 Greg J. BadrosTypo fix.
1999-12-18 Greg J. Badros* alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-07-19 Jim Blandy* net_db.c (h_errno): Don't declare this if it's #defin...
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-24 Jim BlandyRevert Marcus's changes; will re-apply when we get...
1997-06-24 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-05-15 Jim Blandy* net_db.c (scm_gethost, scm_getnet, scm_getproto,...
1997-05-15 Jim Blandy* net_db.c (h_errno): Add extern decl for this.
next