Update.
[platform/upstream/glibc.git] / ChangeLog
index 69ea5ef..e8a4ff0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * sysdeps/generic/getenv.c: Fix last change.
+
+1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * sysdeps/generic/backtrace.c: Provide generic implementation.
+
+1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * configure.in: Give visual feedback of the default directories we
+       added.
+
+1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * io/fts.c (fts_build): Define oflag only if needed.
+
+1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
+
+1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libc.map: Don't export argp's fmtstream handling functions.
+
+       * manual/sysinfo.texi: Document fstab and mtab handling functions.
+       * manual/llio.texi: Document more LFS functions and start documenting
+       the AIO functions.
+
+1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
+       * sysdeps/unix/sysv/linux/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
+
+1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
+       makes it easier to undump emacs.
+       * sysdeps/powerpc/bits/endian.h: Use more informative error message
+       for when the endianness can't be determined.
+
+1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * nss/Makefile: Add files publickey database support.
+       * nss/libnss_files.map: Export the required functions.
+       * nss/nss_files/files-key.c: Implement it.
+       * sunrpc/rpc/auth_des.h: Correct typos in comments.
+
+1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconv/gconv_builtin.h: Add aliases for CORBA.
+       * iconvdata/gconv-modules: Likewise.
+
+1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * math/libm-test.c (main): Call exp10_test.
+       (exp10_test): New function which tests exp10.
+
+1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
+       sigstack.
+
+       * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
+       SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
+       * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
+
+1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
+       in the variable, not its GOT slot.
+
+1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
+       inline.
+       * sysdeps/m68k/fpu/e_exp10.c: New file.
+       * sysdeps/m68k/fpu/e_exp10f.c: New file.
+       * sysdeps/m68k/fpu/e_exp10l.c: New file.
+
+       * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
+       _dl_profile_map only if the name matches.
+       (_dl_start_user): Remember stack address.
+       * sysdeps/m68k/elf/start.S: Pass new argument to
+       __libc_start_user.
+
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
+       definition.
+       (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
+       * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
+
+1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
+       * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
+       * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
+       * math/bits/mathcalls.h: Add definitions for exp10 and pow10
+       prototypes.
+       * sysdeps/libm-i387/e_exp10.S: New file.
+       * sysdeps/libm-i387/e_exp10f.S: New file.
+       * sysdeps/libm-i387/e_exp10l.S: New file.
+       * sysdeps/libm-ieee754/e_exp10.c: New file.
+       * sysdeps/libm-ieee754/e_exp10f.c: New file.
+       * sysdeps/libm-ieee754/e_exp10l.c: New file.
+       * sysdeps/libm-ieee754/w_exp10.c: New file.
+       * sysdeps/libm-ieee754/w_exp10f.c: New file.
+       * sysdeps/libm-ieee754/w_exp10l.c: New file.
+       * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
+
+1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
+
+       * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
+       sys/elf.h and sys/reg.h.
+       * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
+       * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
+       * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
+       * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
+
+       * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
+       PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
+
+1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
+       __data member only for gcc.  Reported by ak@muc.de.
+
+       * misc/mntent.h: Undo last patch.
+       * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
+       * misc/tst/mntent.c: Adjust code for this change.
+
+       * io/fts.c: Updated from a slightly more recent BSD version.
+       * io/fts.h: Likewise.
+
+       * libc.map: Add __libc_stack_end.
+
+       * db2/Makefile (routines): Add lock_region.
+       * db2/config.h: Update from db-2.4.14.
+       * db2/db.h: Likewise.
+       * db2/db_185.h: Likewise.
+       * db2/db_int.h: Likewise.
+       * db2/btree/bt_close.c: Likewise.
+       * db2/btree/bt_compare.c: Likewise.
+       * db2/btree/bt_conv.c: Likewise.
+       * db2/btree/bt_cursor.c: Likewise.
+       * db2/btree/bt_delete.c: Likewise.
+       * db2/btree/bt_open.c: Likewise.
+       * db2/btree/bt_page.c: Likewise.
+       * db2/btree/bt_put.c: Likewise.
+       * db2/btree/bt_rec.c: Likewise.
+       * db2/btree/bt_recno.c: Likewise.
+       * db2/btree/bt_rsearch.c: Likewise.
+       * db2/btree/bt_search.c: Likewise.
+       * db2/btree/bt_split.c: Likewise.
+       * db2/btree/bt_stat.c: Likewise.
+       * db2/btree/btree.src: Likewise.
+       * db2/btree/btree_auto.c: Likewise.
+       * db2/clib/getlong.c: Likewise.
+       * db2/common/db_appinit.c: Likewise.
+       * db2/common/db_apprec.c: Likewise.
+       * db2/common/db_byteorder.c: Likewise.
+       * db2/common/db_err.c: Likewise.
+       * db2/common/db_log2.c: Likewise.
+       * db2/common/db_region.c: Likewise.
+       * db2/common/db_salloc.c: Likewise.
+       * db2/common/db_shash.c: Likewise.
+       * db2/db/db.c: Likewise.
+       * db2/db/db.src: Likewise.
+       * db2/db/db_auto.c: Likewise.
+       * db2/db/db_conv.c: Likewise.
+       * db2/db/db_dispatch.c: Likewise.
+       * db2/db/db_dup.c: Likewise.
+       * db2/db/db_overflow.c: Likewise.
+       * db2/db/db_pr.c: Likewise.
+       * db2/db/db_rec.c: Likewise.
+       * db2/db/db_ret.c: Likewise.
+       * db2/db/db_thread.c: Likewise.
+       * db2/db185/db185.c: Likewise.
+       * db2/db185/db185_int.h: Likewise.
+       * db2/dbm/dbm.c: Likewise.
+       * db2/hash/hash.c: Likewise.
+       * db2/hash/hash.src: Likewise.
+       * db2/hash/hash_auto.c: Likewise.
+       * db2/hash/hash_conv.c: Likewise.
+       * db2/hash/hash_debug.c: Likewise.
+       * db2/hash/hash_dup.c: Likewise.
+       * db2/hash/hash_func.c: Likewise.
+       * db2/hash/hash_page.c: Likewise.
+       * db2/hash/hash_rec.c: Likewise.
+       * db2/hash/hash_stat.c: Likewise.
+       * db2/include/btree.h: Likewise.
+       * db2/include/btree_ext.h: Likewise.
+       * db2/include/clib_ext.h: Likewise.
+       * db2/include/common_ext.h: Likewise.
+       * db2/include/cxx_int.h: Likewise.
+       * db2/include/db.h.src: Likewise.
+       * db2/include/db_185.h.src: Likewise.
+       * db2/include/db_am.h: Likewise.
+       * db2/include/db_auto.h: Likewise.
+       * db2/include/db_cxx.h: Likewise.
+       * db2/include/db_dispatch.h: Likewise.
+       * db2/include/db_ext.h: Likewise.
+       * db2/include/db_int.h.src: Likewise.
+       * db2/include/db_page.h: Likewise.
+       * db2/include/db_shash.h: Likewise.
+       * db2/include/db_swap.h: Likewise.
+       * db2/include/hash.h: Likewise.
+       * db2/include/hash_ext.h: Likewise.
+       * db2/include/lock.h: Likewise.
+       * db2/include/lock_ext.h: Likewise.
+       * db2/include/log.h: Likewise.
+       * db2/include/log_ext.h: Likewise.
+       * db2/include/mp.h: Likewise.
+       * db2/include/mp_ext.h: Likewise.
+       * db2/include/mutex_ext.h: Likewise.
+       * db2/include/os_ext.h: Likewise.
+       * db2/include/os_func.h: Likewise.
+       * db2/include/queue.h: Likewise.
+       * db2/include/shqueue.h: Likewise.
+       * db2/include/txn.h: Likewise.
+       * db2/lock/lock.c: Likewise.
+       * db2/lock/lock_conflict.c: Likewise.
+       * db2/lock/lock_deadlock.c: Likewise.
+       * db2/lock/lock_region.c: Likewise.
+       * db2/lock/lock_util.c: Likewise.
+       * db2/log/log.c: Likewise.
+       * db2/log/log.src: Likewise.
+       * db2/log/log_archive.c: Likewise.
+       * db2/log/log_auto.c: Likewise.
+       * db2/log/log_compare.c: Likewise.
+       * db2/log/log_findckp.c: Likewise.
+       * db2/log/log_get.c: Likewise.
+       * db2/log/log_put.c: Likewise.
+       * db2/log/log_rec.c: Likewise.
+       * db2/log/log_register.c: Likewise.
+       * db2/mp/mp_bh.c: Likewise.
+       * db2/mp/mp_fget.c: Likewise.
+       * db2/mp/mp_fopen.c: Likewise.
+       * db2/mp/mp_fput.c: Likewise.
+       * db2/mp/mp_fset.c: Likewise.
+       * db2/mp/mp_open.c: Likewise.
+       * db2/mp/mp_pr.c: Likewise.
+       * db2/mp/mp_region.c: Likewise.
+       * db2/mp/mp_sync.c: Likewise.
+       * db2/mutex/68020.gcc: Likewise.
+       * db2/mutex/mutex.c: Likewise.
+       * db2/mutex/parisc.gcc: Likewise.
+       * db2/mutex/parisc.hp: Likewise.
+       * db2/mutex/sco.cc: Likewise.
+       * db2/os/os_abs.c: Likewise.
+       * db2/os/os_alloc.c: Likewise.
+       * db2/os/os_config.c: Likewise.
+       * db2/os/os_dir.c: Likewise.
+       * db2/os/os_fid.c: Likewise.
+       * db2/os/os_fsync.c: Likewise.
+       * db2/os/os_map.c: Likewise.
+       * db2/os/os_oflags.c: Likewise.
+       * db2/os/os_open.c: Likewise.
+       * db2/os/os_rpath.c: Likewise.
+       * db2/os/os_rw.c: Likewise.
+       * db2/os/os_seek.c: Likewise.
+       * db2/os/os_sleep.c: Likewise.
+       * db2/os/os_spin.c: Likewise.
+       * db2/os/os_stat.c: Likewise.
+       * db2/os/os_unlink.c: Likewise.
+       * db2/progs/db_archive/db_archive.c: Likewise.
+       * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
+       * db2/progs/db_deadlock/db_deadlock.c: Likewise.
+       * db2/progs/db_dump/db_dump.c: Likewise.
+       * db2/progs/db_dump185/db_dump185.c: Likewise.
+       * db2/progs/db_load/db_load.c: Likewise.
+       * db2/progs/db_printlog/db_printlog.c: Likewise.
+       * db2/progs/db_recover/db_recover.c: Likewise.
+       * db2/progs/db_stat/db_stat.c: Likewise.
+       * db2/txn/txn.c: Likewise.
+       * db2/txn/txn.src: Likewise.
+       * db2/txn/txn_auto.c: Likewise.
+       * db2/txn/txn_rec.c: Likewise.
+
+       * elf/rtld.c: Move definition of __libc_stack_end to ...
+       * sysdeps/generic/dl-sysdep.h: ...here.
+
+       * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
+       * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
+       * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
+
+       * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
+       * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
+       before following it.
+
+1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
+       from mntent correctly.
+
+1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sunrpc/Makefile (generated): Correct typo.
+
+1998-06-04  Philip Blundell  <philb@gnu.org>
+
+       * elf/elf.h (EM_ARM, et al.): New definitions.
+       * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
+
+1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
+
+       * localedata/SUPPORTED: Add sk_SK.
+       * localedata/locales/sk_SK: New file.
+
+1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makeconfig (subdirs): Add debug.
+       * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
+       * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
+       backtrace_symbols.
+       * sysdeps/generic/backtrace.c: New file.
+       * sysdeps/generic/backtracesyms.c: New file.
+       * sysdeps/generic/elf/backtracesyms.c: New file.
+       * sysdeps/i386/backtrace.c: New file.
+       * debug/Makefile: New file.
+       * debug/backtrace-tst.c: New file.
+       * debug/execinfo.h: New file.
+
+1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf/sprof.c: Implement call graph profiling.
+
+       * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
+
+1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
+       * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
+       * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
+       Noticed by Jake Garver <garver@valkyrie.net>.
+
+1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * libio/genops.c (__underflow): Read character from read pointer
+       as unsigned.
+       (__uflow): Likewise.
+
+1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libc.map: Add _dl_profile.
+       * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
+       this to ELF_DYNAMIC_RELOCATE.
+       Always allocate array for relocation result if LD_PROFILE is defined.
+       * elf/ldsodefs.h: Adjust prototypes.
+       * elf/dl-open.c (_dl_open): Call relocation function with extra
+       argument.
+       * elf/rtld.c: Likewise.
+       * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
+       Correct loop condition.
+       * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
+       consider_profile to runtime setup function.
+       * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
+       _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
+
+       * elf/dl-support.c: Define __libc_stack_end.
+       * elf/rtld.c: Likewise.
+       * sysdeps/generic/libc-start.c: Store last stack address in
+       __libc_stack_end.
+       * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
+       * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
+
+       * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
+       Include <stdint.h>, not <inttypes.h>.
+
+       * elf/sprof.c: Implement flat profiling.
+
+       * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
+       _IO_funlockfile explicitly.
+       * libio/fileops.c: Likewise.
+       * libio/fputc.c: Likewise.
+       * libio/freopen.c: Likewise.
+       * libio/freopen64.c: Likewise.
+       * libio/fseek.c: Likewise.
+       * libio/fseeko.c: Likewise.
+       * libio/fseeko64.c: Likewise.
+       * libio/ftello.c: Likewise.
+       * libio/ftello64.c: Likewise.
+       * libio/getc.c: Likewise.
+       * libio/getchar.c: Likewise.
+       * libio/iofclose.c: Likewise.
+       * libio/iofflush.c: Likewise.
+       * libio/iofgetpos.c: Likewise.
+       * libio/iofgetpos64.c: Likewise.
+       * libio/iofgets.c: Likewise.
+       * libio/iofputs.c: Likewise.
+       * libio/iofread.c: Likewise.
+       * libio/iofsetpos.c: Likewise.
+       * libio/iofsetpos64.c: Likewise.
+       * libio/ioftell.c: Likewise.
+       * libio/iofwrite.c: Likewise.
+       * libio/iogetdelim.c: Likewise.
+       * libio/iogets.c: Likewise.
+       * libio/ioputs.c: Likewise.
+       * libio/ioseekoff.c: Likewise.
+       * libio/ioseekpos.c: Likewise.
+       * libio/iosetbuffer.c: Likewise.
+       * libio/iosetvbuf.c: Likewise.
+       * libio/ioungetc.c: Likewise.
+       * libio/iovsprintf.c: Likewise.
+       * libio/iovsscanf.c: Likewise.
+       * libio/oldfileops.c: Likewise.
+       * libio/oldiofclose.c: Likewise.
+       * libio/peekc.c: Likewise.
+       * libio/putc.c: Likewise.
+       * libio/putchar.c: Likewise.
+       * libio/rewind.c: Likewise.
+
+       * malloc/mtrace.c: Pretty print.
+
+       * misc/mntent.h (struct mentent): Make string elements const char *.
+
+       * nis/nis_printf.c: Optimize I/O a little bit.
+
+       * signal/Makefile (distribute): Add sigset-cvt-mask.h.
+       * sysdeps/generic/sigset-cvt-mask.h: New file.
+       * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
+       * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
+       * sysdeps/posix/sigvec.c: Rewrite the use definitions from
+       sigset-cvt-mask.h to do the dirty work.
+       Patches by Joe Keane.
+
+       * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
+
+       * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
+       syscall_error label in case of PIC anonymous.
+       * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
+       * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
+       * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
+       * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
+       * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
+       * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
+
+1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
+       we cannot declare the struct element as const.
+       * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
+       * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
+
+1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * manual/Makefile: Include ../Makeconfig earlier.
+       (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
+       exist.
+       (dir-add.texinfo): Remove useless $(SHELL).
+
+1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makefile (others): Build programs from install-bin.
+       * configure.in: Modify config.make only if is was just created and
+       move that command to second argument of AC_OUTPUT.  Add command to
+       set config_vars in config.status.
+
+1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * malloc/Makefile (address-width): Fix conditional.
+
+1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
+       putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
+       strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
+       version GLIBC_2.1.
+
+1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * manual/lang.texi (Range of Type): Change @end table->@end vtable.
+       (Floating Point Parameters): Likewise.
+
+1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * hurd/Makefile (routines): Add cthreads.
+
+1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * login/login.c (login): Let pututline take care of finding the
+       positin to insert the UTMP entry.  This corrects a bug where ssh
+       was not reusing UTMP entries marked as DEAD_PROCESS.
+       Reported by Herbert Xu <herbert@gondor.apana.org.au>.
+
+1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * login/Makefile (tests): New variable, add tst-utmp and
+       tst-utmpx.
+       * login/tst-utmp.c: New file.
+       * login/tst-utmpx.c: New file.
+
+1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
+       aliases for _hurd_nerr, for programs that don't use sys_errlist,
+       but need sys_err.
+
+1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
+       * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
+
+1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
+       make __read a weak alias.  Use ANSI-style function definition.
+       * sysdeps/mach/hurd/write.c: Likewise.
+
+1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
+       _sys_errlist.
+
+1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
+       Renamed from librtld.so.
+
+1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * libc.map: Remove _IO_getline_info which was erroneously
+       introduced in section GLIBC_2.0.
+       Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
+
+1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * sysdeps/generic/socket.c (__socket): Renamed from socket, and
+       created a weak alias.
+       * sysdeps/mach/hurd/socket.c (__socket): Likewise.
+
+1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
+       ftruncate function, and create a weak alias to ftruncate.
+
+1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
+       * inet/getnetgrent_r.c: Likewise.
+       * nss/getXXbyYY_r.c: Likewise.
+       * nss/getXXent_r.c: Likewise.
+       * pwd/fgetpwent_r.c: Likewise.
+       * shadow/sgetspent_r.c: Likewise.
+       * shadow/fgetspent_r.c: Likewise.
+       * sunrpc/publickey.c: Likewise.
+
+1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * hurd/libhurduser.map: New file.
+       * mach/libmachuser.map: Likewise.
+
+       * libc.map: Add Hurd-specific functions to version 2.1.
+       Add __flshfp and __fillbf.
+
+1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * manual/signal.texi (Basic Signal Handling): Fix typo.
+       * manual/errno.texi (Error Codes): Likewise.
+
+1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
+       instead of <sys/socket.h>.
+       Patch by NIIBE Yutaka <gniibe@mri.co.jp>
+
+       * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
+       Finally make it working.
+       Patch by Mark Hatle <fray@kernel.crashing.org>.
+
+1998-03-22  Paul Eggert  <eggert@twinsun.com>
+
+       * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
+       a Solaris 2.6 bug.
+
+1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
+
+       * stdlib/gmp-impl.h: Support strange mixed-endian double format
+       used by ARM systems.
+       * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
+       FE_EXCEPT_SHIFT.
+       * sysdeps/arm/bits/fenv.h: Deleted.
+       * sysdeps/arm/fpu/ieee754.h: New file.
+       * sysdeps/arm/gmp-mparam.h: New file.
+       * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
+       implementation.
+
+1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
+
+       * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
+       of ((unused)).  Reported by Bruno Haible.
+
+1998-05-31  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
+       referring to errno and _errno.
+
+       * sysdeps/arm/fpu/feholdexcpt.c: New file.
+
+       * sysdeps/i386/fpu_control.h: Fix typo.
+
+       * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
+       (_JMPBUF_UNWINDS): Added.
+       * sysdeps/arm/fpu/bits/setjmp.h: New file.
+
+1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
+
+       * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
+       order to build header files, not `generated'.
+
+       * Rules (before-compile): New target which depends on all
+       $(before-compile) files.
+
+1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
+
+       * nis/nis_call.c: Make directory search faster.
+
+       * nis/nis_callback.c: Insert public key of user in callback data.
+
+       * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
+
+       * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
+
+       * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
+
+       * nis/nis_intern.h: Remove duplicated prototype.
+
+1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
+
+       * sunrpc/auth_des.c: Move prototypes from here ...
+       * sunrpc/rpc/auth.h: ... to here.
+
+       * sunrpc/clnt_tcp.c: Add more control flags.
+       * sunrpc/clnt_udp.c: Likewise.
+
+       * sunrpc/netname.c (host2netname): Remove prefixing dot from
+       domainname.
+
+       * sunrpc/rpc/clnt.h: Document, which control flags are not
+       implementable.
+
+       * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
+
+1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/loadlocale.c (_nl_load_locale): Don't allow too small
+       files crash the program.
+
+       * io/Makefile: Don't run ftwtest-sh if cross-compiling.
+       * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
+       Reported by Deborah Wallach <kerr@pa.dec.com>.
+
+1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
+       on whether this is a stable release or not (keeps snapshot bug
+       reports out of the database).
+
+       * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
+       * sysdeps/arm/sysdep.h: Likewise.
+       * sysdeps/i386/sysdep.h: Likewise.
+       * sysdeps/m68k/sysdep.h: Likewise.
+       * sysdeps/mach/mips/sysdep.h: Likewise.
+       * sysdeps/mach/sys/reboot.h: Likewise.
+       * sysdeps/mach/sysdep.h: Likewise.
+       * sysdeps/unix/alpha/sysdep.h: Likewise.
+       * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
+       * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
+       * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
+       * sysdeps/unix/i386/sysdep.h: Likewise.
+       * sysdeps/unix/mips/sysdep.h: Likewise.
+       * sysdeps/unix/sparc/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
+
+1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * mach/Machrules: Use $(move-if-change).
+
+1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
+       * Makerules (lib%.so): Depend on $(+interp).
+       (libc.so): Add interp.os to list of dependencies.
+       (interp-obj): Remove variable.
+       * mach/Machrules (+interp): Define to empty since libhurduser and
+       libmachuser don't need to have the interpreter set.
+
+1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
+
+       * resolv/gethnamaddr.c: Likewise.
+
+       * resolv/res_comp.c: Likewise.
+
+1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
+       so that transparent union works.
+
+1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
+
+       * manual/texinfo.tex: Update to last available version.
+
+       * timezone/africa: Update from tzdata1998e.
+       * timezone/antarctica: Likewise.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/iso3166.tab: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/tzselect.ksh: Likewise.
+       * timezone/zone.tab: Likewise.
+
+1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
+       Reported by Matt McLean <keys@brio.yikes.com>.
+
+1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * catgets/Makefile ($(objpfx)de.cat): Renamed from
+       do-gencat-test.  Use automatic variables.
+       ($(objpfx)de.msg): Fix reference to po file.
+
+1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
+       $(move-if-change).
+
+1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * intl/dcgettext.c: Fix typo.
+
+1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * configure.in: Allow more make versions e.g 3.76.90.
+
+1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
+
+       * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
+       for Hurd.  Patch by Mark Kettenis.
+
+1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
+
+        * mach/Machrules (+preinit, +postinit): Define these variables to
+        empty because libhurduser and libmachuser don't need startup
+        files.
+
+1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
+
+        * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
+        instead of a raw bitmask.
+
+1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makeconfig (rpath-dirs): New variable.
+       (rpath-link): Use it.
+       (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
+       (db-objpfx): Removed.
+       * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
+       * md5-crypt/Makefile: Likewise.
+       * sysdeps/mach/hurd/Makefile: Likewise.
+
+       * Makeconfig (move-if-change): New variable.
+       * iconvdata/Makefile (move-if-change): Removed.
+       * manual/Makefile (move-if-change): Set only if undefined, use
+       local script by default.
+       * sunrpc/Makefile (move-if-change): Removed.
+       * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
+       $(move-if-change).
+
+        * elf/Makefile: Remove all references to obsolete file
+        $(objpfx)rtldtbl.h.
+        ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
+
+1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * elf/dl-close.c (_dl_close): Add debugging message.
+
+1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
+       to get Linux version and not gcc version.
+       Reported by Alan Curry <pacman@cqc.com>.
+
+1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
+       pointers - return unknown error message instead.
+       Reported by Alan Curry <pacman@cqc.com>.
+
+1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * iconvdata/Makefile (modules, sed-generated-headers,
+       perl-generated-headers): ibm424.h is perl generated.  Make
+       necessary modifications to compile without perl.
+
+1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * hesiod/hesiod.c (read_config_file): Fix typo.
+
+1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
+
+       * version.h: Bump VERSION.
+
+       * csu/Makefile (distribute): Add munch-tmpl.c.
+
+1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
+
+       * nis/nis_defaults.c: Fix buffer problems and typos.
+
+1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
+
+       * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
+       Patch by Fred Fish.
+
+1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
+       overwriting bugs.
+
+       * libio/strops.c (_IO_str_underflow): Read newly available
+       character from buffer as unsigned.
+
+1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
+
+       * catgets/Makefile (distribute): Add xopen-msg.h.
+       (generated): Add de.msg and de.cat.
+       (tests): Add do-gencat-test.
+       (do-gencat-test): New goal.  Run gencat on a generated msg file.
+       * catgets/xopen-msg.h: New file.
+
+1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
+
+       * catgets/open_catalog.c (__open_catalog): Use byteswap.h
+       functions.  Optimize filename creation a bit.
+
+1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdlib/random_r.c: Help gcc to optimize the code.
+       Patch by Joe Keane <jgk@jgk.org>.
+
+1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
+       tsearch calls.
+
+1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
+       it.
+
+1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
+
+       * wcsmbs/wcsnrtombs.c: Correct computation of result.
+       * wcsmbs/wcsrtombs.c: Likewise.
+
+       * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
+       * wcsmbs/wcsmbs-tst1.c: New file.
+
+       * iconv/loop.c (COUNT_CONVERTED): Correct computation.
+
+       * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
+       as 1.
+
+       * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
+       weak.
+
+1998-05-21  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/arm/fpu_control.h: Replace stub file with real
+       implementation.
+       * sysdeps/arm/fpu/bits/fenv.h: New file.
+       * sysdeps/arm/fpu/fesetround.c: Likewise.
+       * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
+       * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
+       * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
+       * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/arm/fpu/fegetenv.c: Likewise.
+       * sysdeps/arm/fpu/fesetenv.c: Likewise.
+
+1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
+
+       * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
+       read instead of mmap.
+
+1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
+       directly instead of include_next.  Add missing semicolons.
+       * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
+       Add missing semicolons.
+
+1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconvdata/gconv-modules: Add more aliases to please java
+       environments.
+
+1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdio-common/vfprintf.c (process_arg): Fix typo.
+
+       * iconvdata/TESTS: New tests for EUC-KR.
+
+       * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
+       * iconvdata/testdata/EUC-KR: New file.
+
+1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
+
+       * math/libm-test.c (hypot_test): Fix a typo.
+
+1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdio-common/vfprintf.c: When precision is specified for %ls or
+       %S handle it correctly.
+
+1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
+       the" in one line - fixed it.
+       * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
+       * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
+       * posix/unistd.h: Likewise
+
+1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * Makeconfig (rpath-link): Add resolvobjdir.
+       (resolvobjdir): New variable.
+       Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
+
+1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf/dl-close.c: Call shared object terminators at the right time.
+       Patch by Philippe Troin <phil@fifi.org>.
+
+1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Make-dist (+tsrcs): Also add *.map for every member of
+       $(extra-libs).
+
+       * Makefile (distribute): Don't distribute scripts/printsources and
+       scripts/=__ify.  Distribute FAQ.in.
+       (rpm/%): Don't pass subdirs to sub-make.
+
+       * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
+       instead of $(no_deps).
+
+1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * sysdeps/generic/setenv.c: Protect against GNU C extension.
+       (KNOWN_VALUE, STORE_VALUE): Do it right.
+       (setenv): Remove unused variable.
+
+1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
+       (CFLAGS-zdump.c): Add $(tz-cflags).
+
+       * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
+       return type.
+
+1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
+       take struct tm parameter and set tm_isdst, tm_zone and tm_offset
+       if use_localtime.
+       * time/tzset.c: Update prototype of __tzfile_compute.
+       (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
+       tm_zone and tm_offset here if __use_tzfile.
+
+1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makerules: Install libc.a even if there are no object file.
+
+1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makerules (do-makelib): Don't force creating library from
+       scratch, to avoid wasting time and space and to get correct
+       behaviour if $(subdirs) is incomplete.
+
+1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makerules (do-stamp): Make it work when building in source
+       directory.
+
+1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf/dl-load.c: Rename option and variable from ignore-rpath to
+       inhibit-rpath.
+       * elf/dl-support.c: Likewise.
+       * elf/ldsodefs.h: Likewise.
+       * elf/rtld.c: Likewise.
+       * iconvdata/run-iconv-test.sh: Likewise.
+
+1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
+       variable using the value.
+       * elf/ldsodefs.h: Declare _dl_ignore_path.
+       * elf/dl-load.c (decompose_rpath): Compare name of handled shared
+       object against list in _dl_ignore_path and ignore RPATH if on the list.
+       * elf/dl-support.c: Define _dl_ignore_path for static binaries.
+       * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
+       to make sure we get the correct helper libraries loaded.
+
+       * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
+       "RPATH" string in call to fillin_rpath instead.
+       (_dl_init_paths): Remove this parameter from call to decompose_rpath.
+
+1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
+       correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
+
+1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * manual/terminal.texi (I/O Queues): Fix typo.
+
+       * manual/stdio.texi (Closing Streams): Fix grammar.
+
+       * manual/arith.texi (Absolute Value): Correct typo.
+       Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
+
+1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf/rtld.c (process_envvars): Fix typo.  Don't handle
+       LD_PROFILE_OUTPUT in SUID binaries.
+       * intl/dcgettext.c: In SUID binaries don't let language part of
+       locale value contain path elements.
+       * intl/explodename.h: Define new function _nl_find_language.
+       * intl/loadinfo.h: Declare _nl_find_language.
+       * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
+       language part it drop the value is path element is contained.
+
+       * locale/setlocale.c: Fix typo.
+
+1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
+
+       * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
+
+       * sysdeps/arm/strlen.S: Support both big and little endian processors.
+
+       * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
+       log, not a byte-count.
+
+       * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
+       a.out compatibility.
+
+1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
+       * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
+       * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
+       * posix/unistd.h: Likewise.
+       * math/math.h: Likewise.
+       * manual/users.texi (Manipulating the Database): Likewise.
+       * manual/signal.texi (Job Control Signals): Likewise.
+       * manual/message.texi (The gencat program): Likewise.
+       * manual/filesys.texi (Hard Links): Likewise.
+       * manual/math.texi (SVID Random): Likewise.
+       * manual/llio.texi (Waiting for I/O): Likewise.
+       * manual/io.texi (File Name Errors): Likewise.
+       * manual/conf.texi (String Parameters): Likewise.
+       * manual/arith.texi (Infinity): Likewise.
+       * malloc/malloc.c: Likewise.
+       * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
+       * csu/Makefile: Likewise.
+
+1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * manual/memory.texi: Add back accidently removed line.
+
+1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
+       (timeout_handler): New function.
+       (LOCK_FILE, UNLOCK_FILE): New macros.
+       Implement file locking with timeout.
+       (getutent_r_file, internal_getut_r, getutline_r_file,
+       pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
+       locking.
+
+1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
+       directory.
+
+1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * rpm/Makefile: Delete inclusion of version.mk.
+
+1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * libc.map: Add all libio functions needed libstdc++ with version
+       2.0, sort entries.
+
+1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * iconvdata/Makefile (generated): Add *.stmp files.
+
+1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * timezone/Makefile (testdata, build-testdata): New variables, use
+       them in rules for test data.
+       ($(objpfx)tst-timezone.out): Depend on test data.
+       ($(testdata)/Europe/Berlin, $(testdata)/Universal,
+       $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
+       New rules to build test data.
+       (tst-timezone-ENV): Pass TZDIR to point to test data.
+
+1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
+       (the designation sequence is disturbing).
+
+1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
+
+       * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
+       * sunrpc/xdr_rec.c: Likewise.
+
+1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * posix/Makefile (tests): Add runptests.
+       (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
+       (before-compile): Add ptestcases.h.
+       (ptestscases.h): Add rule to generate from PTESTS.
+       * posix/runptests.c: New file.
+       * posix/PTESTS: New file.
+       * posix/PTESTS2C.sed: New file.
+
+1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconv/loop.c: Let user add code to use and set paramaters.
+
+       * iconvdata/iso-2022-kr.c: Correct to-loop.
+
+       * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
+       point to output buffer.
+
+       * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
+       hanja.
+
+       * iconvdata/TESTS: Add ISO-2022-KR test.
+       * iconvdata/testdata/ISO-2022-KR: New file.
+
+1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
+       and internal_use.
+       * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
+       and internal_use.
+       * wcsmbs/btowc.c: Likewise.
+       * wcsmbs/mbrtowcs.c: Likewise.
+       * wcsmbs/mbsnrtowcs.c: Likewise.
+       * wcsmbs/mbsrtowcs.c: Likewise.
+       * wcsmbs/wcrtomb.c: Likewise.
+       * wcsmbs/wcsnrtombs.c: Likewise.
+       * wcsmbs/wcsrtombs.c: Likewise.
+       * wcsmbs/wctob.c: Likewise.
+       * iconv/skeleton.c: Increment invocation_counter.
+       * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
+       sequence first.
+
+       * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
+       * iconvdata/iso-2022-jp.c: Likewise.
+       * iconvdata/iso646.c: Likewise.
+
+       * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
+
+1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
+
+       * sysdeps/generic/setenv.c (setenv): Remove optimization for
+       overwriting existing values if it fits.
+
+1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
+
+       * posix/wordexp-test.c: Avoid duplicate messages.
+
+       * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
+       tsearch.  Correctly interpret values returned by those functions.
+       (unsetenv): Store pointer to string, not pointer to string pointer.
+
+       * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
+       DST information and offset in them.
+       * time/tzset.c (__tz_convert): Pass extra parameters to
+       __tzfile_compute.  Compute equivalent values for use of tz_rules.
+
+1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
+       stamp files to avoid unnecessary recompilation.
+       (gen-8bit-gap-table): Likewise.
+       (move-if-change): New variable.
+       (all generated .h rules): Change to be .stmp rules.
+       (%.h): New rule; depend on %.stmp; no commands.
+       (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
+       gen-8bit-gap-1.sh.
+
+1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * Makerules (libc-map): Deleted.
+       (load-map-file): Set to the appropriate compiler switch, not
+       just the file name.  If libfoo-map is not set, look for a
+       libfoo.map in the current directory and $(..).
+       (map-file): New variable, contains just the mapfile name.
+       (build-shlib): Adjust for new value of load-map-file.
+       (libc.so): Correct dependencies.
+
+       * extra-lib.mk: Correct shlib dependencies since libfoo-map
+       may not be set anymore.
+
+       * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
+       Delete libdl-map.  Tweak ld.so link rule to work with changed
+       variable settings in Makerules.
+       * iconvdata/Makefile: Tweak build-module to work with changed
+       variable settings in Makerules.
+
+       * db/Makefile: Delete libdb-map.
+       * hesiod/Makefile: Delete libnss_hesiod-map.
+       * linuxthreads/Makefile: Delete libpthread-map.
+       * locale/Makefile: Delete libBrokenLocale-map.
+       * login/Makefile: Delete libutil-map.
+       * math/Makefile: Delete libm-map.
+       * md5-crypt/Makefile: Delete libcrypt-map.
+       * nis/Makefile: Delete libnsl-map, libnss_nis-map,
+       libnss_nisplus-map, and libnss_compat-map.
+       * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
+       libnss_ldap-map.
+       * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
+       * rt/Makefile: Delete librt-map.
+
+1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * configure.in: Instead of substituting `yes' or `no' for whether
+       --no-whole-archive is available, set @no_whole_archive@ to the
+       appropriate gcc switch or the empty string.  Likewise for
+       -fno-exceptions.
+       * config.make.in: Replace have-no-whole-archive with
+       no-whole-archive and have-no-exceptions with no-exceptions.
+       * Makerules: Delete stanzas setting no-whole-archive and
+       no-exceptions.
+
+       * sunrpc/Makefile: Use move-if-change to update generated .h
+       and .c files.
+
+1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
+       of strchr loop.
+
+1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * time/tzfile.c (__tzfile_read): Remove unused variable info.
+       (__tzfile_compute): Likewise.
+
+1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
+       defines from Linux 2.1.102.
+
+1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
+
+1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
+
+       * inet/netinet/in.h: Add defines for multicast.
+       Reported by Jeremy Hall <jhall@UU.NET>.
+
+       * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
+       * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
+       and unsetenv.  Optimize _LIBC case.
+       * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
+       Define functions with leading __.
+
+       * time/tzfile.c: Correct handling of global variables daylight,
+       timezone, and tzname.
+       * time/tzset.c: Likewise.
+       * timezone/Makefile (tests): Add tst-timezone.
+       * timezone/tst-timezone.c: New file.
+
+1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
+
+       * timezone/asia: Update from tzdata1998d.
+       * timezone/australasia: Likewise.
+       * timezone/europe: Likewise.
+
+1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
+
+       * string/string.h: Don't use the optimized versions for the string
+       functions if optimizing for space.
+
+       * stdlib/tst-strtod.c: Add test for -0.0.
+
+       * io/ftwtest-sh: Prevent tests from being run by root.
+
+       * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
+       last addition.  Patch by wkpark@chem.skku.ac.kr.
+
+1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
+       table.
+
+1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * iconvdata/gen-8bit.sh: New file.
+       * iconvdata/gen-8bit-gap.sh: New file.
+       * iconvdata/gen-8bit-gap-1.sh: New file.
+       * iconvdata/Makefile (generate-8bit-table): Use shell script
+       instead of writing the commands directly.
+       (generate-8bit-gap-table): Likewise.
+       ($(objpfx)iso8859-7jp.h): Likewise.
+       (generated headers): Depend on shell script instead of Makefile.
+       (before-compile): Add $(perl-generated-headers) only if perl is
+       available.
+       (headers): Depend on $(perl-generated-headers) only if perl is
+       available.
+       (sed-generated-headers): Remove iso8859-7jp.h.
+
+1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
+       (/): Removed.
+
+1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
+       formed charset names to getfct.  Let user override charset
+       selection by mention charset in locale name.
+
+1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * posix/glob.c: Move to ...
+       * sysdeps/generic/glob.c: ...here.
+       * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
+       elements.
+       * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
+       * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
+       * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
+       * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
+       subdir.
+       * libc.map [GLIBC_2.1]: Add glob and globfree.
+
+1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sunrpc/Makefile (generated): Restore old list.
+
+1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * rt/Makefile (tests): Define only if we have a thread library.
+
+       * nis/ypclnt.c: Add: #include <errno.h>.
+
+1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * configure.in: Define and substitute RELEASE as well as
+       VERSION.
+       * config.make.in: Add RELEASE and VERSION to be substituted.
+       * Makeconfig: Delete all references to version.mk.
+       * Make-dist: Likewise.
+       * MakeTAGS: Likewise.
+       * elf/Makefile: Likewise.
+
+1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
+
+       * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
+       yp_get_default_domain.
+
+1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/posix/profil.c (__profil): Don't define act and timer
+       variables as static.  Patch by Joe Keane <jgk@jgk.org>.
+
+1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
+
+       * malloc/malloc.c: Fix for NO_THREADS case.
+
+1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
+       Remove statfs and fstatfs.
+       * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
+       and pwrite as EXTRA.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
+
+1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libc.map: Add capget and capset.
+
+1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
+       (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
+       vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
+       and Matt McLean <keys@brio.yikes.com>.
+
+1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
+
+       * misc/Makefile (tests): Add tst-mntent.
+       * misc/tst-mntent.c: New file.
+
+1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * autolock.sh: Removed.
+       * manual/move-if-change: Removed.
+
+       * scripts: New directory.
+       * =__ify: Moved to scripts.
+       * config.guess: Likewise.
+       * config.sub: Likewise.
+       * gen-FAQ.pl: Likewise.
+       * install-sh: Likewise.
+       * mkinstalldirs: Likewise.
+       * move-if-change: Likewise.
+       * printsources: Likewise.
+       * rellns.sh: Likewise.
+       * test-installation.pl: Likewise.
+
+       * configure.in: Look in scripts for config.guess, config.sub,
+       install-sh.
+       * Makefile: Distribute all above files in their
+       new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
+       * manual/Makefile: Find mkinstalldirs and move-if-change in
+       $(..)scripts.  Drop them from distribute.  Minor cleanups.
+       * Makerules: Find mkinstalldirs and rellns-sh in scripts.
+       * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
+       * timezone/Makefile: Find rellns-sh in scripts.
+
+1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
+
+       * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
+       Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
+
+1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * Makefile (+subdir-inits): Delete variable.
+       (+init_subdirs): Likewise.
+       (aux): Likewise.
+       (before-compile): Likewise.
+       (libc-init): Delete stanza.
+       (version-info.h): Delete rule and associated variable.
+       (distribute): Don't distribute moved files.
+       * Makerules (interp-obj): It lives in elf now.  Only use it
+       if $(elf) is set.  Delete rule to build it.
+       * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
+       version.o and version-info.h.  Minor cleanups.
+       (routines): Add libc-init, sysdep, version.
+       (generated): Add version-info.h.
+       * elf/Makefile: Build interp.os.
+
+       * interp.c: Moved to elf.
+       * set-init.c: Moved to csu.
+       * munch-init.c: Likewise.
+       * munch.awk: Likewise.
+       * version.c: Likewise.
+
+       * Rules: Unconfuse syntax highlighting with a fake comment.
+
+1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
+       syscalls.
+
+1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * iconvdata/Makefile (generated): Set to *-generated-headers
+       plus gconv-modules.
+       (tests): Set to iconv-test.
+       * localedata/Makefile (generated-dirs): Add ld-test-names to list.
+       * posix/Makefile (generated): Set to wordexp-test-result*.
+       * sunrpc/Makefile (generated): Remove rpcsvc/*.
+       (generated-dirs): Add rpcsvc.
+       * libio/Makefile: Clean up.
+
+1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Make-dist (+tsrcs): Also use tests-statc where tests is used.
+       * Makerules: Likewise.
+       (+depfiles): Also add sysdep-others.
+       * Rules: Likewise.
+       * iconv/Makefile (distribute): Add loop.s and skeleton.c.
+       * iconvdata/Makefile (distribute): Add TESTS.
+       * localedata/Makefile (repertoires): Rename to repertoiremaps.
+       * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
+       * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
+       * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
+       sysdep-others, not others.
+       * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
+
+1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
+       cost_hi and cost_lo.
+       * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
+       Cost parameter and set cost_lo to INT_MAX.
+       (add_module): Take new parameter and use it to initialize cost_lo.
+       (read_conf_file): Count modules being loaded and use counter for
+       new parameter to add_module.
+       * iconv/gconv_db.c (find_derivation): When look for cost examine
+       cost_hi and cost_lo.
+
+1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
+
+       * string/bits/string2.h: Don't use unsigned char * unless really
+       necessary since this disturbs C++.
+       * sysdeps/i386/i486/bits/string.h: Likewise.
+       Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
+
+1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * malloc/malloc.c (top_check): Fix last change.
+
+1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
+       Patch by Matt McLean <keys@brio.yikes.com>.
+
+1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makerules (lib): Put back dependency on lib-noranlib.
+       ($(subdirs-stamps)): Remove dependency on stamp.* again.
+
+1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
+       test in __pow2 implementation.
+
+1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
+       Still need *FLAGS-.o because we still sometimes build .o files.
+       * db2/Makefile: Don't build libndbm.a if !build-static.
+
+1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
+
+1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * configure.in: New test for broken gcc on PowerPC.
+       * sysdeps/powerpc/atomicity.h: Use result of test.
+       * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
+
+       * math/libm-test.c: Update many of the epsilon to match actual
+       performance.
+
+       * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
+       * sysdeps/libm-ieee754/e_expf.c: Likewise.
+       * sysdeps/libm-ieee754/s_exp2.c: Likewise.
+       * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
+
+       * sysdeps/libm-ieee754/e_pow.c: Correct typo.
+
+       * sysdeps/powerpc/elf/libc-start.c: New file.
+       * sysdeps/powerpc/elf/start.S: New file, use libc-start.
+       * sysdeps/powerpc/elf/start.c: Delete.
+
+       * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
+       * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
+
+       * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
+       few patches.
+
+1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
+       test for integer.
+
+       * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
+       * sysdeps/libm-i387/e_powl.S: Likewise.
+
+1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
+
+       * malloc/malloc.c (chunk2mem_check, top_check): New functions.
+       (malloc_check, free_check, realloc_check, memalign_check): Use
+       them to improve overrun checking.  Overruns of a single byte and
+       corruption of the top chunk are now detected much more reliably.
+
+1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * math/libm-test.c (pow_test): Add test for special value from PR
+       libc/590.
+
+1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
+       including linux/errno.h.
+
+1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
+       Use correct types.
+       * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
+       * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
+
+1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makerules (elide-routines.*): Fix assignments.
+       (do-makelib): Fix typo.
+       ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
+       makefile.
+
+1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
+       $(objpfx)sysd-dirs): Move them...
+       * Makeconfig: ... here.
+       * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
+       (stubs): Fix circular depedency.
+       (do-makelib): Clean up.
+       (lib): Don't depend on lib-noranlib.
+       ($(objpfx)stamp.oS): Remove special case for empty
+       static-only-routines.
+       (elide-routines.o): Add $(static-only-routines).
+       (elide-routines$o): Define this instead of elide-routines.$o.
+       * manual/Makefile (stubs): Fix circular dependency.
+
+1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * libio/Makefile (routines): Remove duplicate oldiofclose.
+
+1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
+
+       * string/strcoll.c: Use uint32_t instead of u_int32_t.
+
+1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libio/stdio.h: Fix typo in __REDIRECT.
+       * io/sys/stat.h: Likewise.
+       Reported by Myles Uyema <myles@uyema.nws.net>.
+
 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * locale/programs/localedef.c (options): Fix help message.