Update.
[platform/upstream/glibc.git] / ChangeLog
index c7e619c..e8a4ff0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,81 @@
-Wed Jun 10 10:32:11 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+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.
+       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.
@@ -10,7 +84,7 @@ Wed Jun 10 10:32:11 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.
        _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. 
+       __libc_start_user.
 
        * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
        definition.