* inet/getnetgrent_r.c: Include assert.
[platform/upstream/glibc.git] / ChangeLog
index 44cdd21..47ced66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,670 @@
+2005-09-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * inet/getnetgrent_r.c: Include assert.
+       (setup): Remove FUNC_NAME and ALL arguments, assume they are always
+       "setnetgrent" and 1.
+       (endnetgrent_hook): New function.
+       (internal_endnetgrent): Use it.
+       (__internal_setnetgrent_reuse): Use it.  Adjust setup caller.
+       If status is NSS_STATUS_SUCCESS, yet action is continue, call
+       endnetgrent hook.
+       (internal_getnetgrent_r): Use __nss_lookup_function rather than
+       setup.  Recompute getfct pointer after successful
+       __internal_setnetgrent_reuse.  Don't use __nss_next.
+       (innetgr): Use __nss_lookup_function instead of __nss_lookup.
+       Adjust setup caller.
+       * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
+       data_size and cursor.  Add libnss_files_hidden_proto and
+       libnss_files_hidden_def.
+       (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
+       * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
+       data_size and cursor.
+       (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
+       (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
+       * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
+       data_size and position.
+       (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
+
+2005-09-09  Ulrich Drepper  <drepper@redhat.com>
+
+       * nss/getent.c (netgroup_keys): Call endnetgrent.
+       (main): Call mtrace.
+
+       * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
+       need locking for the stream.  Use feof_unlocked.
+
+2005-09-09  Jakub Jelinek  <jakub@redhat.com>
+
+       [BZ #1318]
+       * locale/loadarchive.c (_nl_load_locale_from_archive): Free
+       normalized_codeset even if p was already normalized.
+       Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
+
+2005-09-08  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
+       properly, first byte is bit number in mask.  Skip disabled caps.
+
+2005-07-11  Derek R. Price  <derek@ximbiot.com>
+
+       [BZ #1061]
+       * sysdeps/generic/glob.c (glob): Only a 0 return from
+       getlogin_r means success, according to POSIX 1003.2.
+
+2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       [BZ #1033]
+       * time/mktime.c: Import from gnulib.
+       The following macros are now consistent with other gnulib code.
+       This does not change mktime's behavior.
+       (TYPE_IS_INTEGER): New macro.
+       (time_t_is_integer): Use it.
+       (TYPE_TWOS_COMPLEMENT): New macro.
+       (twos_complement_arithmetic): Use it.
+       (TYPE_ONES_COMPLEMENT): New macro.
+       (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
+       mktime doesn't use this, but the code now matches other gnulib code.
+       (ranged_convert): Pacify GCC 4.0 in a different way, which
+       generates a few bytes less code.
+       (ranged_convert, __mktime_internal): When calling a function via a
+       pointer P, use P () rather than (*P) (), as we now assume C89 or
+       better.
+
+2005-09-07  Alexandre Oliva  <aoliva@redhat.com>
+
+       * timezone/test-tz.c: Update to match tzdata2005m.
+       * timezone/tst-timezone.c: Likewise.
+
+2005-09-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/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.
+       * posix/regex_internal.h (re_match_context_t): Make dfa a const
+       pointer.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * timezone/africa: Update from tzdata2005m.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/backward: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/southamerica: Likewise.
+       * timezone/zone.tab: Likewise.
+       * timezone/zdump.c: Update from tzcode2005m.
+
+       * posix/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.
+
+       * posix/regex_internal.c (re_string_reconstruct): Avoid calling
+       mbrtowc for very simple UTF-8 case.
+
+2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
+       bugs in int versus size_t comparisons.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
+       a pointer-to-const.
+       (re_acquire_state_context): Likewise.
+       * posix/regex_internal.h: Adjust prototypes.
+
+2005-08-31  Jim Meyering  <jim@meyering.net>
+
+       * posix/regcomp.c (search_duplicated_node): Make first pointer arg
+       a pointer-to-const.
+       * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
+       register_state): Likewise.
+       * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
+       (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
+       (group_nodes_into_DFAstates): Likewise.
+
+2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regexec.c (re_search_internal): Simplify update of
+       rm_so and rm_eo by replacing "if (A == B) A += C - B;"
+       with the equivalent of "if (A == B) A = C;".
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/regcomp.c (re_compile_internal): Change third parameter type
+       to size_t.
+       (init_dfa): Likewise.  Make sure that arithmetic on pat_len doesn't
+       overflow.
+       * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
+       and nodes_len to size_t.
+       * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
+       new_nodes_alloc.  Check for overflow.
+
+2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
+       (optimize_subexps, lower_subexp):
+       Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
+       since the signed shift might overflow.  Use 1u<<31 instead.
+       * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
+       Likewise.
+       * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
+       (check_subexp_matching_top): Likewise.
+       * posix/regcomp.c (optimize_subexps, lower_subexp):
+       Use CHAR_BIT rather than 8, for clarity.
+       * posix/regexec.c (check_dst_limits_calc_pos_1):
+       (check_subexp_matching_top): Likewise.
+       * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
+       don't have to worry about portability issues when shifting it left.
+       Remove no-longer-needed test for table_size > 0.
+       * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
+       are in a word, as the resulting behavior is undefined.
+       * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
+       in one case, a <= should have been an <, and in another case the
+       whole test was missing.
+       * posix/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
+       the standard name CHAR_BIT.
+
+       * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
+       next_last_offset.
+       (struct re_dfa_t): Remove unused member states_alloc.
+       * posix/regcomp.c (init_dfa): Don't initialize unused members.
+
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
+
+       alloca modernization/simplification for regex.
+       * posix/regex.c: Remove portability cruft for alloca.  This no longer
+       needs to be at the start of the file, and can be moved into
+       regex_internal.h and simplified.
+       * posix/regex_internal.h: Include <alloca.h>.
+       (__libc_use_alloca) [!defined _LIBC]: New macro.
+       * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
+       since the code now works outside glibc.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * include/regex.h: Remove use of _RE_ARGS.
+
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regexec.c (find_recover_state): Change "err" to "*err".
+
+2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regcomp.c (regerror): Pointer args are 'restrict',
+       as per POSIX.
+       * posix/regex.h (regerror): Likewise.
+       * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
+       Similarly for regcomp and regexec.  Also, first 2 args of regexec
+       and 2nd arg of regerror are const.
+
+       * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
+       requires this.  (The code never needed it.)
+
+2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
+       int, not reg_errcode_t.
+
+       * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
+       since some broken compilers warn about it otherwise.
+
+       * posix/regcomp.c (create_initial_state): Remove duplicate decl.
+
+2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
+       C89 or better.  All uses removed.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/regex.c: Prevent using C++ compilers.
+
+2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regcomp.c (duplicate_node): Return new index, not an error
+       code, and let the caller return REG_ESPACE if out of space.  This
+       removes an uninitialied-variable warning with GCC 4.0.1, and also
+       avoids taking the address of a local variable.  All callers
+       changed.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * include/time.h (__strptime_internal): Rename parameter to avoid
+       bogus compiler warning.
+
+2005-08-19  Jim Meyering  <jim@meyering.net>
+
+       * posix/regexec.c (proceed_next_node): Redo local variables to
+       avoid GCC shadowing warnings.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
+       (re_acquire_state_context): Likewise.
+
+2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regex_internal.c (re_string_realloc_buffers):
+       (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
+       Rename local variables to avoid GCC shadowing warnings.
+
+2005-07-08  Eric Blake  <ebb9@byu.net>
+            Paul Eggert  <eggert@cs.ucla.edu>
+
+       * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
+       wchar_t.  Remove now-unnecessary cast.
+       (build_range_exp): Likewise.
+
+2005-08-31  Bob Wilson  <bob.wilson@acm.org>
+
+       * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf):  Remove the
+       exponent bias from the increment value for scaling by 2^60.
+
+2005-09-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in: Compile source test file with -fPIC for -shared.
+
+2005-09-04  Ulrich Drepper  <drepper@redhat.com>
+
+       * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
+       it wasn't used.  Remove use of from_object and to_object variable,
+       replace with some constants.  Adjust users.
+
+       * sysdeps/i386/bits/string.h: Removed.
+
+       * stdio-common/Makefile (tests): Add tst-put-error.
+       * stdio-common/tst-put-error.c: New file.
+       * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
+       data would have to be written signal error.
+       * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
+
+       * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
+
+2005-09-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-load.c (_dl_map_object_from_fd): No need to change
+       protection of memory used for the last segment.
+
+2005-08-22  Robert Millan  <robertmh@gnu.org>
+
+       * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
+       * sysdeps/generic/nfs/nfs.h: ... here.
+
+2005-09-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
+       Add __wur to feof{,_unlocked}, ferror{,_unlocked},
+       fileno{,_unlocked}, and popen.
+
+2005-08-30  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
+
+2005-08-01  Bob Wilson  <bob.wilson@acm.org>
+           Richard Sandiford  <richard@codesourcery.com>
+
+       * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
+       exponent bias to the value for 2^126.
+
+2005-08-30  Jakub Jelinek  <jakub@redhat.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
+       * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
+
+2005-08-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/nscd.c (main): Use error while process isn't running in the
+       background, not dbg_log.
+       * nscd/nscd_conf.c (nscd_parse_file): Likewise.
+       Mark messages with _().  Unify testing for database name.
+
+       * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
+       (dbs): Initialize max_db_size fields.
+       (nscd_init): When mapping the database, use max_db_size as the
+       mapping size even if it is bigger than the file size.
+       * nscd/mem.c (mempool_alloc): When resizing the file make sure the
+       limit in max_db_size is not exceeded.  Don't use mremap, just
+       posix_fallocate is enough (according to Linus).  Use posix_fallocate
+       correctly.
+       * nscd/nscd.conf: Add max-db-size parameters.
+       * nscd/nscd.h (struct database_dyn): Add max_db_size field.
+       Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
+       Temporarily define TEMP_FAILURE_RETRY_VAL here.
+       * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
+       and add sanity checks for it.
+
+       * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
+       send reply.
+       * nscd/connection.c (writeall): Likewise.
+       (handle_request): Likewise.
+       * nscd/grpcache.c (cache_addgr): Likewise.
+       * nscd/hstcache.c (cache_addhst): Likewise.
+       * nscd/initgrcache.c (addinitgroupsX): Likewise.
+       * nscd/nscd.c (parse_opt): Likewise.
+       * nscd/nscd_stat.c (send_stats): Likewise.
+       (receive_print_stats): Likewise.
+       * nscd/pwdcache.c (cache_addpw): Likewise.
+
+       * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
+
+2005-08-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
+       sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
+       Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
+       * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
+       * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
+       len by sizeof (wchar_t).
+       * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
+       * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
+       Fix type of SRC argument.  Pass &SRC rather than SRC to
+       __mbsrtowcs.
+       * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
+       to __wcsrtombs.
+       * debug/tst-chk1.c: Include assert.h.
+       (do_test): Change enough array from VLA into a fixed size array.
+       Assert that MB_CUR_MAX is <= sizeof (enough).  Use FAIL () macro
+       instead of print error details.  Add several new tests.
+       Kill some unused variable warnings.
+
+2005-08-21  Ulrich Drepper  <drepper@redhat.com>
+
+       * resolv/res_send.c (Aerror): Fix printing IP address.
+
+       * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
+
+2005-08-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
+
+2005-08-17  Robert Love  <rml@novell.com>
+
+       * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
+
+2005-08-19  Bruno Haible  <bruno@clisp.org>
+
+       * intl/localealias.c (read_alias_file): In case of failure, close the
+       file descriptor and sort the array before returning.
+
+2005-08-19  Ulrich Drepper  <drepper@redhat.com>
+
+       * malloc/Makefile: Link libmemusage.so with ld.so.
+       * malloc/memusage.c: Use atomic operations for all counter and size
+        computations.  Handle thread stacks.
+       * sysdeps/generic/memusage.h: Define memusage_cntr_t and
+       memusage_size_t.
+       * sysdeps/i386/i686/memusage.h: New file.
+       * include/atomic.h: Define atomic_max and atomic_min.
+
+       * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
+
+2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       [BZ #1207]
+       * posix/regex.h: Remove spurious space-before-tab.  From gnulib.
+
+2005-08-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+       sys/inotify.h.
+       * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
+       * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
+
+       * nscd/cache.c (prune_cache): Add more debug output.  Only for
+       debug level 3 and higher and very verbose.
+
+       * nscd/cache.c (prune_cache): Use stat64 not stat.
+       * nscd/connections.c (nscd_init): Likewise.
+
+2005-08-10  Sergio Gelato  <Sergio.Gelato@astro.su.se>
+
+       [BZ #1188]
+       * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
+       from (len > 0) to (len >= 0).
+
+2005-08-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
+       Reported by Thomas Schwinge.
+
+2005-08-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
+
+2005-08-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * nss/getent.c (more_help): Use open_memstream instead of handling
+       memory allocation ourselves.
+
+2005-08-16  Jay Fenlason  <fenlason@redhat.com>
+
+       * nss/getent.c (parse_options): change the -s option to support
+       {database}:{search} to override /etc/resolv.conf for only the
+       specified database.
+
+2005-08-08  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/connections.c (main_loop_epoll): Pass NULL as event
+       argument for epoll_ctl(EPOLL_CTL_DEL) calls.
+
+       * nscd/nscd_stat.c (receive_print_stats): Really print values of
+       thread number, paranoia, and restart interval the server is using.
+
+       * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
+       * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
+       * debug/vfprintf_chk.c: Add libc_hidden_def.
+
+2005-08-08  Roland McGrath  <roland@redhat.com>
+
+       * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
+       (__argp_failure): Likewise.
+
+2005-08-08  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/cache.c (cache_add): Commit hash table and header to disk.
+
+       * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
+       * nscd/connections.c (nscd_init): Likewise.
+
+2005-08-08  Jakub Jelinek  <jakub@redhat.com>
+
+       * stdio-common/fxprintf.c: Include libioP.h.
+
+       * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
+       getdomainname): Add __NTH.
+       * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
+       Likewise.
+       (realpath): Likewise.  Use __const instead of const.  Add __restrict
+       keywords.
+       * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
+       * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
+       wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
+       mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
+       * string/bits/string3.h (__memset_ichk): Likewise.
+       (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
+       __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
+       __strncat_ichk): Likewise.  Use __const instead of const.
+       (__stpncpy_chk): Use __const instead of const.
+       (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
+
+2005-08-08  Ulrich Drepper  <drepper@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
+       definitions to...
+       * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
+       * nscd/connections.c (usekey): New enum.
+       (check_use, verify_persistent_db): New functions.
+       (nscd_init): If persistent database is corrupted, unlink it and
+       recreate rather than falling back to non-persistent database.
+       Call verify_persistent_db.  Avoid overflows in total computation.
+
+2005-08-08  Ulrich Drepper  <drepper@redhat.com>
+
+       * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
+       better readable.  Avoid passing var to loop function, it's not
+       necessary at all.
+
+2005-08-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
+       definition.
+
+2005-08-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * timezone/checktab.awk: Update from tzcode2005k.
+       * timezone/private.h: Likewise.
+       * timezone/scheck.c: Likewise.
+       * timezone/tzselect.ksh: Likewise.
+       * timezone/zdump.c: Likewise.
+       * timezone/zic.c: Likewise.
+       * timezone/africa: Update from tzdata2005k.
+       * timezone/antarctica: Likewise.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/iso3166.tab: Likewise.
+       * timezone/leapseconds: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/solar87: Likewise.
+       * timezone/solar88: Likewise.
+       * timezone/solar89: Likewise.
+       * timezone/southamerica: Likewise.
+       * timezone/zone.tab: Likewise.
+
+2005-08-05  Roland McGrath  <roland@redhat.com>
+
+       * mach/shortcut.awk: Ignore `weak_alias' lines.
+       Reported by Alfred M. Szmidt <ams@gnu.org>.
+
+       * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
+       Reported by Alfred M. Szmidt <ams@gnu.org>.
+
+2005-08-03  Dwayne Grant McConnell  <dgm69@us.ibm.com>
+
+       * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
+       Use +=, not =, to append.  Remove duplicate flags.
+       * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
+       Likewise.  Fix comments.
+
+2005-08-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
+       call if it returned EINTR.
+
+2005-07-31  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
+       helper variable into .data.rel.ro.  Simplify the code.  Extend
+       comment to explain prelinking.
+
+2005-07-31  Andreas Jaeger  <aj@suse.de>
+
+       * include/bits/syslog.h: New file.
+
+2005-07-30  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
+       up.  We have more program header entries now and the note section
+       was normally not loaded.
+
+       * nis/nis_subr.c: Some minor code cleanups.
+
+2005-07-29  Ulrich Drepper  <drepper@redhat.com>
+
+       * misc/bits/syslog.h: New file.
+       * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
+       * misc/Makefile (headers): Add bits/syslog.h.
+       * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
+       * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
+       Call __vfprintf_chk if necessary.  Make vsyslog a wrapper.  Add
+       __syslog_chk.
+       * misc/Versions: Export __syslog_chk and __vsyslog_chk.
+
+2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
+
+       [BZ #1137]
+       * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
+
+2005-07-28  Ulrich Drepper  <drepper@redhat.com>
+
+       * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
+       functions.
+
+2005-07-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
+       call.
+       * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
+
+2005-07-28  Ulrich Drepper  <drepper@redhat.com>
+
+       * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
+       around a pair of new, generalized functions.  22% size reduction.
+
+2005-07-27  Ulrich Drepper  <drepper@redhat.com>
+
+       * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
+       Rearrange code.  This reduces the code size 10%.
+
+2005-07-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * misc/error.c (error_tail): Fix a comment typo.
+
+2005-07-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * po/zh_TW.po: Update from translation team.
+
+       * debug/mbstowcs_chk.c: New file.
+       * debug/wcstombs_chk.c: New file.
+       * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
+       * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
+       * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
+
+       * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
+
+2005-07-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * string/test-memset.c (test_main): Use negative byte value in
+       test.
+
+       * string/test-memset.c (do_one_test): Compare effect of call, not
+       only return value.
+       Add a few casts to avoid warnings.
+
 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
 
        * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
 
 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #1138]
        * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
        * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
        * sysdeps/s390/fpu/libm-test-ulps: Likewise.
 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
             Darin Petkov  <darin@tensilica.com>
 
+       [BZ #1138]
        * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
 
 2005-07-20  Jakub Jelinek  <jakub@redhat.com>
        * sunrpc/xdr_ref.c: Likewise.
        * sysdeps/generic/wordexp.c: Likewise.
 
+       [BZ #1137]
        * misc/Makefile: Add rules to build and run tst-error1.
        * misc/tst-error1.c: New file.
        * misc/error.c: Fix memory leak and possibly endless loop.