summaryrefslogtreecommitdiff
path: root/libguile/inet_aton.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-16Deprecate `inet-ntoa' and `inet-aton'.Ludovic Courtès1-174/+0
Suggested by Bruno Haible. * libguile/inet_aton.c: Remove. * libguile/Makefile.am (EXTRA_libguile_la_SOURCES): Remove `inet_aton.c'. * libguile/deprecated.c (scm_inet_aton, scm_inet_ntoa): New functions. * libguile/deprecated.h: Update accordingly. * libguile/socket.c (scm_inet_aton, scm_inet_ntoa): Remove. * doc/ref/posix.texi (Network Address Conversion): Mark `inet-ntoa' and `inet-aton' as deprecated.
2009-08-28Cast the input to isalpha et al to integerMichael Gran1-4/+4
* libguile/gc_os_dep.c (GC_linux_stack_base) [LINUX_STACKBOTTOM]: cast input of ctype functions to int * libguile/inet_aton.c (inet_aton): cast input of ctype functions to int * libguile/read.c (scm_scan_for_encoding): cast input of isalnum to int * libguile/win32-socket.c (scm_i_socket_uncomment): cast input of isspace to int
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-0/+3
2002-02-272002-02-27 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+1
* Makefile.am (SUBDIRS): Added the `am' directory. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * gh.texi (scm transition summary): Documented some more gh equivalents and removed appropriate FIXME's. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION' file. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * convert.i.c, convert.c: Better range checking. * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>. * deprecation.c (vsnprintf): Define to `_vsnprintf' for Windows (MinGW).
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+4
2000-06-12* inet_aton.c (inet_aton): Cast init value for `cp'.Mikael Djurfeldt1-1/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
indentation style.
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-5/+5
prototypes. * eval.c: Make scm_m_mody's 3rd argument be a const char *, not a char *. ANSI prototypes caught this. * strorder.c: Use GUILE_PROC1 for the couple SCM_PROC1 expansions that I missed. * scm_validate.h: Use SCM_BOOLP for validating bools. Do not expand macros if SCM_DOCSTRING_SNARF.
1998-10-03* inet_aton.c (inet_aton): Add prototype, to remove compilerJim Blandy1-5/+10
warning. (Thanks to Robert Pluim.) * inet_aton.c (inet_aton): Reassure the compiler that the arguments to the <ctype.h> macros are all unsigned characters, not signed characters.
1996-12-09Fixed erroneous use of #ifdefTom Tromey1-1/+1
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+157