summaryrefslogtreecommitdiff
path: root/libguile/net_db.c
Commit message (Expand)AuthorAgeFilesLines
...
* 2001-11-21 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-211-4/+8
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-8/+8
* Disable extern declaration of `h_errno' for __CYGWIN__,Marius Vollmer2001-11-021-2/+2
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-5/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-3/+3
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-1/+6
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-10/+9
* * validate.hMichael Livshin2001-05-241-5/+5
* * net_db.c: remove bogus "close" declaration.Gary Houston2001-04-221-124/+1
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-6/+6
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-20/+22
* * net_db.c: define h_errno if configure didn't define HAVE_H_ERRNO.Gary Houston2001-03-181-0/+6
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-6/+3
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-5/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * print.c (scm_print_options): Fixed texinfo in docstring.Martin Grabmüller2001-03-051-15/+12
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-4/+4
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Change a couple of functions to accept either symbols or strings only.Dirk Herrmann2000-10-301-19/+18
* * net_db.c: declare inet_aton only if HAVE_INET_ATON is notGary Houston2000-10-011-1/+1
* * net_db.c: declare inet_aton only if MISSING_INET_ATON_DECL isGary Houston2000-10-011-0/+2
* * Cosmetic docstring fixes.Neil Jerram2000-09-291-1/+1
* * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,Neil Jerram2000-08-181-38/+38
* 2000-07-31 Gary Houston <ghouston@arglist.com>Gary Houston2000-07-311-3/+1
* * net_db.c (scm_resolv_error): Only use macro NETDB_INTERNAL ifMikael Djurfeldt2000-06-131-0/+2
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-7/+7
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c,Mikael Djurfeldt2000-03-121-1/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * net_db.c (scm_resolv_error): Cast result from hstrerror.Mikael Djurfeldt2000-01-181-6/+5
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-69/+63
* Replaced #ifdef 0 --> #if 0Mikael Djurfeldt2000-01-121-2/+2
* * net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that'sGreg J. Badros2000-01-121-0/+5
* * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-1/+1
* * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-3/+3
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-5/+5
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-13/+13
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-3/+3
* Typo fix.Greg J. Badros1999-12-181-1/+1
* * alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: UseGreg J. Badros1999-12-181-2/+2
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-4/+4
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-13/+72
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-91/+91
* * configure.in: check for hstrerror.Gary Houston1999-11-181-18/+53
* * net_db.c (h_errno): Don't declare this if it's #defined. Eew.Jim Blandy1999-07-191-3/+5
* * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1999-06-091-23/+0
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1