Update.
[platform/upstream/glibc.git] / ChangeLog
index 932e54a..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