Update.
[platform/upstream/glibc.git] / ChangeLog
index cc8ba2f..e8a4ff0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,349 @@
+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.