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