* getaddrinfo.c: Don't include <netdb.h> included from getaddrinfo.h.
[gnulib.git] / lib / ChangeLog
index 26ac577..fcfcaad 100644 (file)
@@ -1,3 +1,147 @@
+2005-09-20  Derek Price  <derek@ximbiot.com>
+
+       * getaddrinfo.c: Don't include <netdb.h> included from getaddrinfo.h.
+
+2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Use a consistent style for including <config.h>.
+       * __fpending.c, acl.c, argmatch.c,
+       argp-help.c, argp-parse.c,
+       argp-pvh.c, backupfile.c, basename.c, c-stack.c,
+       calloc.c, check-version.c, cloexec.c, closeout.c, copy-file.c,
+       creat-safer.c, cycle-check.c, dirfd.c, dirname.c, dup-safer.c,
+       dup2.c, euidaccess.c, exclude.c, exitfail.c, fatal-signal.c,
+       fd-safer.c, file-type.c, fileblocks.c, filemode.c,
+       filenamecat.c, findprog.c, fnmatch.c, fopen-safer.c, free.c,
+       fsusage.c, ftruncate.c, full-write.c, fwriteerror.c,
+       getaddrinfo.c, getcwd.c, getdelim.c, getline.c, getlogin_r.c,
+       getndelim2.c, getnline.c, getopt1.c, getpass.c, group-member.c,
+       hard-locale.c, hash-pjw.c, hash.c, human.c, idcache.c,
+       inet_ntop.c, isdir.c, long-options.c, malloc.c, memcasecmp.c,
+       memcmp.c, memcoll.c, memcpy.c, memmove.c, mkdir-p.c,
+       modechange.c, mountlist.c, open-safer.c, physmem.c,
+       pipe-safer.c, pipe.c, poll.c, posixver.c, progname.c,
+       progreloc.c, putenv.c, quote.c, quotearg.c, readline.c,
+       readlink.c, realloc.c, regex.c, rename.c, rmdir.c, rpmatch.c,
+       safe-read.c, same.c, save-cwd.c, savedir.c, sig2str.c,
+       strcspn.c, strerror.c, stripslash.c, strncasecmp.c, strndup.c,
+       strnlen.c, strnlen1.c, strsep.c, strstr.c, strtod.c,
+       strtoimax.c, strtol.c, strverscmp.c, tempname.c, time_r.c,
+       userspec.c, utimecmp.c, version-etc-fsf.c,
+       version-etc.c, wait-process.c, xalloc-die.c, xgetcwd.c,
+       xmalloc.c, xmemcoll.c, xnanosleep.c, xreadlink.c, xsetenv.c,
+       xstrndup.c, xstrtoimax.c, xstrtol.c, xstrtoumax.c, yesno.c:
+       Standardize inclusion of config.h.
+       * __fpending.h, dirfd.h, getdate.h, human.h,
+       inttostr.h:  Removed inclusion of config.h from header files.
+       * inttostr.c:  Adjusted in-tree users.
+       * timespec.h: Remove superfluous warning to include config.h.
+       * atexit.c, chdir-long.c chown.c, fchown-stub.c, getgroups.c,
+       gettimeofday.c, lchown.c, lstat.c, mkdir.c, mkstemp.c,
+       nanosleep.c, openat.c, raise.c, readtokens0.c, readutmp.c,
+       unlinkdir.c: Guard inclusion of config.h with HAVE_CONFIG_H.
+
+2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stat-time.h: New file.
+       * timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
+       (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
+       in a different way.
+       (timespec_cmp): New function.
+       * utimecmp.c: Include stat-time.h.
+       (SYSCALL_RESOLUTION): Depend on whether various struct stat
+       members exist, not on the obsolescent ST_MTIM_NSEC.
+       (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
+
+2005-09-15  Derek Price  <derek@ximbiot.com>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regcomp.c, regexec.c, regex_internal.c: Back out previous
+       changes, consolidating in...
+       * regex_internal.h: ...this file.
+
+2005-09-15  Derek Price  <derek@ximbiot.com>
+
+       * regex_internal.h: Blank `pure' for GNUC < 3.
+       * regex_internal.c: Ditto, using this...
+       (__GNUC_PREREQ): ...new macro.
+       * regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1 using...
+       (__GNUC_PREREQ): ...this new macro.
+
+       * strstr.h: Include string.h. Define strstr as a macro here.
+
+2005-09-13  Derek Price  <derek@ximbiot.com>
+
+       * canon-host.c (canon_host_r): Set *cherror on memory allocation
+       failure.
+       Reported by Jim Meyering  <jim@meyering.net>.
+
+2005-09-13  Jim Meyering  <jim@meyering.net>
+
+       * canon-host.c: Filter through gnu indent and reword comments slightly.
+       * canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
+
+2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
+
+       * lib/base64.c: Typo.
+       (base64_encode): Put b64str in initialized data section.
+
+2005-09-12  Derek Price  <derek@ximbiot.com>
+
+       Return usable errors from canon-host.
+       * canon-host.h: New file.
+       * canon-host.c (canon_host): Wrap...
+       (canon_host_r): ...this new function, which now relies exclusively on
+       getaddrinfo.
+       (ch_strerror): New function.
+       (last_cherror): New global.
+       * getaddrinfo.c: Move include of getaddrinfo.h first to test interface.
+       (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
+       void *.
+       (freeaddrinfo): Free ai->ai_canonname when set.
+
+2005-09-12  Derek Price  <derek@ximbiot.com>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * glob-libc.h: Renamed from glob_.h.  The new version is
+       taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
+       protecting things that should be done only in gnulib contexts.
+       * glob_.h: New file, containing only the glob things needed for
+       gnulib.
+       (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
+       (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
+       (glob, globfree, glob_pattern_p): Now defined simply in terms of
+       rpl_glob, rpl_globfree, rpl_glob_pattern_p.
+       (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
+       and to respect the namespace rules better.
+
+2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge glibc and coreutils changes into gnulib, plus a few
+       extra fixes.
+       * md5.c: Use #error rather than a string.
+       (CYCLIC): New macro, from glibc source.  Use it instead of rol.
+       * md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
+       (__attribute__): Define to empty for non recent-GCC.
+       (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
+       (__md5_process_bytes, __md5_read_ctx, __md5_stream):
+       Renamed from their non-__ counterparts, with new macros replacing
+       them if not _LIBC.  Add __THROW attribute.
+       (rol): Remove.
+       (struct md5_ctx): Align buffer if using GCC.
+       * sha1.h (struct sha1_ctx): Likewise.
+       * sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
+       The old name was backwards.
+       (NOTSWAP): Remove; not used.
+       (rol): New macro, moved here from md5.h.
+       (sha1_process_block): Remove a FIXME that doesn't make sense.
+
+2005-09-12  Derek Price  <derek@ximbiot.com>
+
+       * gai_strerror.c: Include config.h when available.  Include
+       getaddrinfo.h before other headers to test interface.
+       Reported by Larry Jones <lawrence.jones@ugs.com>.
+
 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * glob.c (glob, globfree, __glob_pattern_p): Use old-style function