* xvasprintf.h: Fix comments.
[gnulib.git] / lib / ChangeLog
index 9be819d..c2c012a 100644 (file)
@@ -1,9 +1,575 @@
+2006-06-28  Eric Blake  <ebb9@byu.net>
+
+       * xvasprintf.h: Fix comments.
+
+2006-06-28  Eric Blake  <ebb9@byu.net>
+
+       * mbchar.h (wcwidth): Include wcwidth.h.
+       * mbswidth.c (wcwidth): Move from here...
+       * wcwidth.h: ...to this new file.
+
+2006-06-28  Simon Josefsson  <jas@extundo.com>
+
+       * getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
+       functions there.  It will succeed on Windows XP, but on Windows
+       2000 and (presumably) earlier, it will fail, and use the internal
+       re-implementation.
+       (use_win32_p): New function.
+       (getaddrinfo): Use strtoul on servname, to support numeric ports.
+       Support AI_NUMERICSERV to disable getservbyname.
+       (getnameinfo): New function, only supports
+       NI_NUMERICHOST|NI_NUMERICSERV for now.
+
+       * getaddrinfo.h: Test and check for AI_* flags separately, MinGW
+       only have some of them.  Add AI_NUMERICSERV.  Add prototype for
+       getnameinfo.
+
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       * stdlib_.h (intmax_t, uintmax_t): Undefine before typedef.
+
+2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * base64.c (B64): Use _ as the formal parameter, not x, to avoid
+       bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
+
+2006-06-26  Bruno Haible  <bruno@clisp.org>
+
+       * stdlib_.h: Include <wchar.h> if necessary for WCHAR_MIN or
+       WCHAR_MAX.
+       Reported by Mark D. Baushke and Larry Jones.
+
+2006-06-26  Bruno Haible  <bruno@clisp.org>
+
+       * stdlib_.h: Don't include <stdint.h> when using the SGI C compiler
+       in pre-C99 mode.
+       Suggested by Mark D. Baushke and Larry Jones.
+
+2006-06-23  Mark D. Baushke  <mdb@gnu.org>
+
+       * stdlib_.h: Treat BSD/OS like OpenBSD.
+
+2006-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * stdlib_.h: Treat IRIX like OpenBSD.
+
+2006-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * stdlib_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
+       ISO C 99 Technical Corrigendum 1.
+
+2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * glob.c (collated_compare): Remove 'const' uses that weren't needed.
+       Some compiler complained about some of them.  Problem reported by
+       Larry Jones in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
+
+2006-06-21  Simon Josefsson  <jas@extundo.com>
+
+       * getaddrinfo.c (getaddrinfo): Set ai_family in the return
+       variable.
+
+       * socket_.h: Don't define WINVER.
+
+       * inet_pton.h, inet_pton.c: New file, taken from glibc but
+       slightly modified to work in gnulib.
+
+2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * read-file.c (fread_file): Start with buffer allocation of
+       0 bytes rather than 1 byte; this simplifies the code.
+       Don't invoke feof; it's not needed.  Refactor to avoid duplicate
+       code to free buffer and save/restore errno.
+       (internal_read_file): Remove unused local.
+
+2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * openat.c (openat): Use ?:, not if, to work around GCC bug 4210
+       <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
+       Problem reported by Denis Excoffier in
+       <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
+
+2006-06-19  Simon Josefsson  <jas@extundo.com>
+
+       * inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
+
+2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * alloca_.h (alloca) [defined alloca]: Don't define or declare.
+
+2006-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
+
+2006-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
+       problem on Solaris 2.5.1.
+
+2006-06-16  Eric Blake  <ebb9@byu.net>
+
+       * unsetenv.c [!defined errno]: Assume errno.h declares errno.
+       * unicodeio.c [!defined errno]: Likewise.
+       * strtol.c [!defined errno]: Likewise.
+       * strtod.c [!defined errno]: Likewise.
+
+2006-06-15  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: Rewritten to be fully auto-configured.
+       Fixes bug on HP-UX/IA64.
+
+2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * getdate.y (__attribute__): Don't define if already defined.
+       Problem reported by Larry Jones.
+       * utimens.c (__attribute__): Likewise.
+
+2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
+       reported by Andreas Schwab.
+
+2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+           Bruno Haible  <bruno@clisp.org>
+
+       * strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
+
+2006-05-26  Martin Lambers  <marlam@marlam.de>
+
+       * getpass.c: Updates the test for the native W32 API, and adds
+       missing includes, thus fixing compilation warnings.
+
+2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tempname.c (small_open, large_open): New macros.
+       (__open, __open64) [!_LIBC]: Remove.
+       (__gen_tempname): Use small_open and large_open instead of __open
+       and __open64.  This fixes a portability bug on HP-UX 11.11i
+       reported by Simon Wing-Tang in
+       <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
+
+2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * exclude.c (exclude_fnmatch): New function.
+       (excluded_file_name): Call exclude_fnmatch.
+       * exclude.h (excluded_file_name): New prototype
+
+2006-05-24  Bruno Haible  <bruno@clisp.org>
+
+       * printf-args.c (printf_fetchargs): Turn NULL pointers for
+       TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
+       Reported by Thorsten Maerz <torte@netztorte.de> via
+       Aaron Stone <aaron@serendipity.cx>.
+
+2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
+       Use the usual Autoconf way to include <time.h> and/or sys/time.h.
+       (my_usleep): Don't mishandle maximum value.
+
+2006-05-19  Jim Meyering  <jim@meyering.net>
+
+       * getugroups.c: Correct an outdated comment.  From Bruno Haible.
+
+2006-05-17  Bruno Haible  <bruno@clisp.org>
+
+       Cygwin portability.
+       * classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
+
+2006-05-17  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: Fix recognition of Cygwin.
+
+2006-05-11  Jim Meyering  <jim@meyering.net>
+
+       * sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From James Lemley.
+
+2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * crc.c (crc32_update): Remove unnecessary L suffix.
+       * md4.c (rol): Cast right-shift arg to uint32_t to prevent
+       unwanted sign propagation, e.g., on hosts with 64-bit int.
+       There still are some problems with reeelly weird theoretical hosts
+       (e.g., 33-bit int) but it's not worth worrying about now.
+       * sha1.c (rol): Likewise.
+       (K1, K2, K3, K4): Remove unnecessary L suffix.
+
+2006-05-10  Bruno Haible  <bruno@clisp.org>
+
+       * des.c: Cast to avoid warnings.
+
+2006-05-10  Simon Josefsson  <jas@extundo.com>
+
+       * md4.c: Typo fix, update copyright years.
+       (K1, K2): Don't use L because it turn computations into 64-bit on
+       64-bit platforms.
+
+2006-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * xvasprintf.c: Include limits.h, string.h, xsize.h.
+       (EOVERFLOW): Define fallback value.
+       (xstrcat): New function.
+       (xvasprintf): Recognize the special case of a string concatenation.
+
+2006-05-01  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: Shorter URL.
+       * inttypes.h: Likewise.
+
+2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * verify.h: Document the internals better.  Most of this change
+       was written by Bruno Haible.
+
+2006-04-29  Bruno Haible  <bruno@clisp.org>
+
+       * gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
+       Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
+
+2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * getdate.y (get_date): When adding relative date, start with the
+       initial time, not with the result of the first mktime call.
+
+2006-04-23  Bruno Haible  <bruno@clisp.org>
+
+       * copy-file.c: Include <unistd.h> unconditionally.
+       * execute.c: Likewise.
+       * fatal-signal.c: Likewise.
+       * findprog.c: Likewise.
+       * mkdtemp.c: Likewise.
+       * pipe.h: Likewise.
+       * pipe.c: Likewise.
+       * wait-process.h: Likewise.
+
+2006-04-23  Bruno Haible  <bruno@clisp.org>
+
+       * fwriteerror.c (fwriteerror): Call fclose also when an error
+       condition was already detected.
+       Reported by Ben Pfaff <blp@cs.stanford.edu>.
+
+2006-04-19  Derek Price  <derek@ximbiot.com>
+           Eric Blake  <ebb9@byu.net>
+
+       * inttypes.h: Correct grammar in comment.
+
+2006-04-18  Derek Price  <derek@ximbiot.com>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * inttypes.h: New file.
+       * strtoimax.c: Assume <inttypes.h>.
+
+2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * utimens.c (futimens): glibc futimesat messes up if /proc
+       isn't mounted.  Problem reported by Kir Kolyshkin.
+
+2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
+       is not defined.  Problem reported by Mark D. Baushke via Derek R. Price.
+       * regex.h (RE_DUP_MAX): Update comment to match current implementation.
+
+2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge regex changes from libc, removing some of our
+       POSIX-conformance changes that were rejected and redoing them in a
+       less-intrusive way.
+
+       * regcomp.c (re_compile_internal, init_dfa):
+       Length arg is now size_t, not Idx.  All uses changed.
+       (peek_token): Forward decl now says internal_function.
+       (__re_error_msgid, __re_error_msgid_idx):
+       Now static rather than extern with attribute_hidden.
+       (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
+       For some reason libc prefers K&R style defns for external functions.
+       (regerror) [!defined _LIBC]: Likewise.
+       (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
+       (seek_collating_symbol_entry, lookup_collation_sequence_value):
+       (build_range_exp, build_collating_symbol):
+       Use K&R-style defn.
+       (re_compile_fastmap): Use '\0' to memset, not 0.
+       (utf8_sb_map): Make the calculations more obvious.
+       (init_dfa, parse_bracket_exp, build_charclass_op):
+       Call calloc and cast result, as glibc does.
+       (init_word_char, fetch_token, peek_token, peek_token_bracket):
+       (build_range_exp, build_collating_symbol):
+       Now internal functions.
+
+       * regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
+
+       * regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
+       _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
+       Don't depend on VMS; depend on __VMS instead, for POSIX
+       namespace cleanness.
+       (regoff_t): Define to ssize_t, not long int.
+
+       Remove the REG_ macros named below.  Instead, make the old names
+       (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
+       __USE_GNU_REGEX.
+       (REG_BACKSLASH_ESCAPE_IN_LISTS):
+       (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
+       (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
+       (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
+       (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
+       (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
+       (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
+       (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
+       (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
+       (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
+       (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
+       (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
+       (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
+       (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
+       (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
+       (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
+       (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
+       (REG_NREGS):
+       Remove.  All uses replaced by the old RE_* names.
+       (RE_BACKSLASH_ESCAPE_IN_LISTS):
+       (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
+       (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
+       (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
+       (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
+       (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
+       (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
+       (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
+       (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
+       (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
+       (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
+       Don't bother having these macros be independent of each others'
+       values, since they no longer exist in the POSIX name space.
+
+       Rename the following member names back to their old names,
+       unless !__USE_GNU_REGEX.  All uses changed back.
+       (buffer): Renamed from re_buffer.
+       (allocated): Renamed from re_allocated.
+       (used): Renamed from re_used.
+       (syntax): Renamed from re_syntax.
+       (fastmap): Renamed from re_fastmap.
+       (translate): Renamed from re_translate.
+       (can_be_null): Renamed from re_can_be_null.
+       (regs_allocated): Renamed from re_regs_allocated.
+       (fastmap_accurate): Renamed from re_fastmap_accurate.
+       (no_sub): Renamed from re_no_sub.
+       (not_bol): Renamed from re_not_bol.
+       (not_eol): Renamed from re_not_eol.
+       (newline_anchor): Renamed from re_newline_anchor.
+       (num_regs): Renamed from rm_num_regs.
+       (start): Renamed from rm_start.
+       (end): Renamed from rm_end.
+
+       (free_state): Move up a bit.
+
+       * regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
+       #define to be empty.
+       (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
+       when that is what is intended.
+       (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
+       (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
+       (MAX): New macro.
+       (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
+       All uses changed back to re_malloc, etc.  It's now the caller's
+       responsibility to check for overflow; all callers changed.
+       (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
+       (re_x2nrealloc): Remove.
+       (free_state): Remove decl.
+
+       * regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
+       (re_set_registers, re_exec):
+       Use K&R-style defn.
+
+       2006-01-31  Roland McGrath  <roland@redhat.com>
+
+       * regcomp.c (calc_eclosure_iter): Remove dead variables.
+       Reported by Mike Frysinger <vapier@gentoo.org>.
+
+       2006-01-15  Andreas Jaeger  <aj@suse.de>
+
+       [BZ #1950]
+       * regex_internal.c (re_string_reconstruct): Adjust for
+       build_wcs_upper_buffer change.
+       (build_wcs_upper_buffer): Change return type.
+
+       2005-12-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * regex_internal.h: Include <stdint.h> if available.
+
+       2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
+
+       * regex_internal.h (SIZE_MAX): Provide a default definition.
+
+       2005-10-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * regcomp.c: Adjust for changed secondary hash function.
+
+       2005-09-30  Ulrich Drepper  <drepper@redhat.com>
+
+       * regex.h: Pretty printing.
+       Clean up namespace a bit.
+
+       2005-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * regexec.c (update_cur_sifted_state, check_arrival,
+       check_arrival_add_next_nodes): Avoid using uninitialized variable.
+
+       2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
+                   Ulrich Drepper  <drepper@redhat.com>
+
+       [BZ #1302]
+       * regex_internal.h (bitset_t): Renamed from bitset.  All uses changed.
+       (bitset_word_t): Renamed from bitset_word.  All uses changed.
+
+       2005-09-22  Ulrich Drepper  <drepper@redhat.com>
+
+       [BZ #281]
+       * regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
+       * regcomp.c: Remove unnecessary uses of
+       unsigned RE_TRANSLATE_TYPE.
+       * regex_internal.h: Likewise.
+       * regex_internal.c: Likewise.
+       * regexec.c: Likewise.
+       Based on a patch by Stepan Kasal <kasal@ucw.cz>.
+
+       2005-09-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * regexec.c (find_recover_state): Remove unnecessary
+       initialization.
+       (transit_state_bkref): Make DFA a const pointer.
+       (get_subexp): Likewise.
+       (check_arrival): Likewise.
+       (update_cur_sifted_state): Likewise.
+       (re_search_internal): Likewise.
+       (prune_impossible_nodes): Likewise.
+       (acquire_init_state_context): Likewise.
+       (proceed_next_node): Likewise.
+       (set_regs): Likewise.
+       (free_fail_stack_return): Likewise.
+       (check_arrival_expand_ecl): Mark DFA parameter as const.
+       (check_arrival_expand_ecl_sub): Likewise.
+       (check_subexp_limits): Likewise.
+       (sub_epsilon_src_nodes):  Likewise.
+       (add_epsilon_src_nodes):  Likewise.
+       (merge_state_array): Likewise.
+       (update_regs): Likewise.
+       (build_trtable): Likewise.
+       (sift_states_backward): Mark MCTX parameter as const.
+       (build_sifted_states): Likewise.
+       (update_cur_sifted_state): Likewise.
+       (sift_states_mkref): Likewise.
+       (check_arrival_expand_ecl): Mark eclosure as const.
+       (check_dst_limits_calc_pos_1): Likewise.
+       * regex_internal.h (re_match_context_t): Make dfa a const
+       pointer.
+
+       2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * regexec.c (merge_state_with_log): Define dfa as const pointer.
+       (transit_state_sb): Likewise.
+       (transit_state_mb): Likewise.
+       (sift_states_iter_mb): Likewise.
+       (check_arrival_add_next_nodes): Likewise.
+       (check_node_accept_bytes): Change first parameter to pointer-to-const.
+       [_LIBC] (re_search_2_stub): Use mempcpy.
+
+       * regex_internal.c (re_string_reconstruct): Avoid calling
+       mbrtowc for very simple UTF-8 case.
+
+       * regex_internal.c (re_acquire_state): Make DFA pointer arg
+       a pointer-to-const.
+       (re_acquire_state_context): Likewise.
+       * regex_internal.h: Adjust prototypes.
+
+       * regex.c: Prevent using C++ compilers.
+
+       * regex_internal.c (re_acquire_state): Minor code rearrangement.
+       (re_acquire_state_context): Likewise.
+
+2006-03-29  Mark D. Baushke  <mdb@gnu.org>
+           Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: On OpenBSD, don't redefine types already included in
+       <sys/types.h> and <inttypes.h>.
+
+2006-03-24  Eric Blake  <ebb9@byu.net>
+
+       * time_r.c (copy_string_result): Remove, as it is no longer used.
+
+2006-03-24  Simon Josefsson  <jas@extundo.com>
+
+       * base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
+       including some doc fixes.
+       (base64_encode_alloc): Fix +1 bug on allocation failures.
+
+2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * base64.c (base64_encode): Do not read past end of array with
+       unsanitized input on systems with CHAR_BIT > 8.
+
+2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
+       Typedef to long int, not to off_, as POSIX will likely change
+       in that direction.
+
+2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * argp-help.c (validate_uparams): Fix typo
+       * argp-parse.c (argp_default_options): Consistently begin help
+       messages with a lowercase letter.
+
+2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * time_r.h (asctime_r, ctime_r): Remove.  These functions can
+       overrun buffers and shouldn't be used (much as gets shouldn't be
+       used).
+       * time_r.c (asctime_r, ctime_r): Likewise.
+
+2006-03-08  Simon Josefsson  <jas@extundo.com>
+
+       * gc-gnulib.c (randomize): Don't open files called 'no', they
+       signal that configure disabled the device.
+
+2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * c-stack.c: Include unistd.h unconditionally, since we now assume
+       the unistd module.
+       * getlogin_r.c: Likewise.
+       * getlogin_r.h: Likewise.
+       * glob.c: Likewise.
+       * pagealign_alloc.c: Likewise.
+       * unistd_.h: Remove; no longer needed.
+
+2006-03-07  Simon Josefsson  <jas@extundo.com>
+
+       * unistd_.h: New file.
+
+2006-03-07  Simon Josefsson  <jas@extundo.com>
+
+       * gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
+
+2006-03-01  Simon Josefsson  <jas@extundo.com>
+
+       * readline.c: Fix typo, tiny patch from Stepan Kasal
+       <kasal@ucw.cz>.
+
+2006-02-28  Simon Josefsson  <jas@extundo.com>
+
+       * getopt.c: Protect #include of unistd.h, for MSVS.
+
+2006-02-27  Simon Josefsson  <jas@extundo.com>
+
+       * base64.h: Indent #define's.  From Jim Meyering
+       <jim@meyering.net>.
+
 2006-02-27  Jim Meyering  <jim@meyering.net>
 
        Revert the change of 2006-02-24, so these files can continue
        to be sync'd from gettext.
-       * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: *Un*-normalize
-       inclusion of `config.h'.
+       * mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
+       of `config.h'.
 
 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-       * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize
-       inclusion of `config.h'.
+       * mkdtemp.c, setenv.c, unsetenv.c: Normalize inclusion of `config.h'.
 
 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>