comparison lib/ChangeLog @ 6435:be00741570b7

Fix inet_ntop on mingw32.
author Simon Josefsson <simon@josefsson.org>
date Fri, 28 Oct 2005 13:53:31 +0000
parents 9ae35a6dccf5
children 12eea1649f15
comparison
equal deleted inserted replaced
6434:78b571271328 6435:be00741570b7
1 2005-10-28 Simon Josefsson <jas@extundo.com> 1 2005-10-28 Simon Josefsson <jas@extundo.com>
2
3 * inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
4 "restrict" keywords, as per POSIX. Protect the function
5 declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
6 Don't use K&R prototypes. Check the sprintf return values.
7 Re-define EAFNOSUPPORT if not present. Indent.
2 8
3 * md5.h, md5.c: Simplify buffer handling visavi alignment, 9 * md5.h, md5.c: Simplify buffer handling visavi alignment,
4 suggested by Bruno Haible <bruno@clisp.org>. 10 suggested by Bruno Haible <bruno@clisp.org>.
5 11
6 * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value. 12 * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.