aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.8
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:57:34 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:57:34 +0530
commitedf66db113cdaded68871e13ccaae158eef2a321 (patch)
tree98ceb2df248d99dabeee311dacf6c487df4d81fc /ChangeLog.8
parent92c3af3c140f671ea49c751368d17df2e10d0eeb (diff)
downloadglibc-edf66db113cdaded68871e13ccaae158eef2a321.tar.xz
glibc-edf66db113cdaded68871e13ccaae158eef2a321.zip
Rotate ChangeLog correctly
I incorrectly assumed that the ChangeLog numbers (.1, .2, etc.) are in order. They're not and the latest non-current ChangeLog is the one with the highest number. Fixed.
Diffstat (limited to 'ChangeLog.8')
-rw-r--r--ChangeLog.821747
1 files changed, 9858 insertions, 11889 deletions
diff --git a/ChangeLog.8 b/ChangeLog.8
index cc1a5a79f8..52b85a6270 100644
--- a/ChangeLog.8
+++ b/ChangeLog.8
@@ -1,1885 +1,2924 @@
-1997-11-13 20:39 Ulrich Drepper <drepper@cygnus.com>
+1998-08-11 14:05 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/m68k/bits/nan.h: Removed. The generic version is usable.
+ * timezone/backward: Update from tzdata1998g.
+ * timezone/etcetera: Likewise.
+ * timezone/europe: Likewise.
-1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+1998-08-11 Philip Blundell <pb@nexus.co.uk>
- * manual/arith.texi: Fix typo in @ifclear.
+ * sysdeps/generic/tempname.c (__path_search): Fix typo and
+ formatting.
- * manual/arith.texi (Imaginary Unit): Add @end deftypevr.
+1998-08-11 H.J. Lu <hjl@gnu.org>
-1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * malloc/malloc.c (free_check): Print pointer value using %p.
+ (realloc_check): Likewise.
- * sysdeps/libm-ieee754/s_nanl.c (__nanl): Use NAN instead of
- NANL.
+1998-08-11 13:57 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/libm-ieee754/s_nanf.c (__nanf): Use NAN instead of
- NANF.
+ * libio/fileops.c (_IO_file_sync): Use _IO_ssize_t for delta, not
+ _IO_size_t.
-1997-11-13 01:07 Ulrich Drepper <drepper@cygnus.com>
+1998-08-10 15:49 Ulrich Drepper <drepper@cygnus.com>
- * manual/arith.texi: Update documentation according to most recent
- ISO C 9X draft.
- Document fma, fdim, fmin, and fmax.
- * manual/math.texi: Allow multiple defitino of mul etc.
+ * include/dirent.h: Protect from double inclusion.
- * math/complex.h (I): Define using _Complex_U not _Imaginary_I.
+1998-08-09 Mark Kettenis <kettenis@phys.uva.nl>
- * math/libm-test.c: Add tests for fma.
+ * posix/glob.h: Add LFS support for glob and globfree.
+ * posix/Versions [GLIBC_2.1]: Add glob64 and globfree64.
+ * posix/Makefile (routines): Add glob64.
+ * sysdeps/generic/glob64.c: New file.
+ * sysdeps/unix/sysv/linux/glob64.c: New file.
+ * sysdeps/unix/sysv/linux/alpha/glob64.c: New file.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/glob64.c: New file.
+ * sysdeps/generic/glob.c [_LIBC && glob] (__glob_pattern_p):
+ Elide function.
+ * sysdeps/unix/sysv/linux/alpha/glob.c: Add glob64 as a weak alias
+ for __new_glob. Likewise for globfree64.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: New file.
- * math/math.h: Describe DECIMAL_DIG macro. Pretty print.
+1998-08-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * sysdeps/alpha/fpu/bits/mathdef.h: Define INFINITY as of type float.
- Define DECIMAL_DIG.
- * sysdeps/generic/bits/mathdef.h: Likewise.
- * sysdeps/i386/bits/mathdef.h: Likewise.
- * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
- * sysdeps/powerpc/bits/mathdef.h: Likewise.
- * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
+ * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Remove
+ -include flag from command.
- * sysdeps/ieee754/bits/nan.h: Define NAN as of type float.
- * sysdeps/m68k/bits/nan.h. Likewise. Remove NANF and NANL.
+1998-08-10 Ulrich Drepper <drepper@cygnus.com>
-1997-11-12 17:50 Ulrich Drepper <drepper@cygnus.com>
+ * nss/nss_db/db-XXX.c (_nss_db_getXXX): If buffer is too small
+ decrement `entidx' to allow retrieving the same entry again.
- * sunrpc/xcrypt.c: Don't process #ident preprocessor instruction.
- Reported by Philip Blundell <pb@nexus.co.uk>.
+1998-08-09 22:32 Ulrich Drepper <drepper@cygnus.com>
- * string/strndup.c: Use K&R like definition.
+ * sysdeps/powerpc/ffs.c: Fix typo. Add support for ffsl.
+ Patch by Matt McLean <keys@yikes.com>.
- * sysdeps/unix/sysv/linux/getcwd.c: New file. Use kernel information
- instead of longish search for the name.
- * sysdeps/posix/getcwd.c: Add support for use of the code as a
- backup solution.
+1998-08-07 Geoff Keating <geoffk@ozemail.com.au>
-1997-11-12 15:31 Philip Blundell <pb@nexus.co.uk>
+ * sysdeps/powerpc/bits/setjmp.h: Use word to save condition
+ registers.
+ * sysdeps/powerpc/setjmp.S: Save condition registers.
+ * sysdeps/powerpc/__longjmp.S: Restore condition registers.
- * sysdeps/unix/sysv/linux/arm/sysdep.h (SYS_ify): Don't add
- SWI_BASE in twice.
+1998-08-09 09:40 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
- Use correct name to access PC.
+ * nss/nss_files/files-XXX.c (internal_getent): In case of an read
+ error do not trust errno value, set it to ENOENT.
- * sysdeps/unix/arm/sysdep.S: Include <bits/errno.h> not <errnos.h>.
+ * db2/db_185.h: Move __ prototypes into include/* header.
+ * dirent/dirent.h: Likewise.
+ * elf/dlfcn.h: Likewise.
+ * gmon/sys/gmon.h: Likewise.
+ * grp/grp.h: Likewise.
+ * intl/libintl.h: Likewise.
+ * io/fcntl.h: Likewise.
+ * io/sys/stat.h: Likewise.
+ * io/sys/statfs.h: Likewise.
+ * io/sys/statvfs.h: Likewise.
+ * libio/stdio.h: Likewise.
+ * login/utmp.h: Likewise.
+ * misc/mntent.h: Likewise.
+ * misc/search.h: Likewise.
+ * misc/sys/file.h: Likewise.
+ * misc/sys/ioctl.h: Likewise.
+ * misc/sys/select.h: Likewise.
+ * misc/sys/uio.h: Likewise.
+ * misc/sys/ustat.h: Likewise.
+ * posix/unistd.h: Likewise.
+ * posix/sys/times.h: Likewise.
+ * posix/sys/wait.h: Likewise.
+ * pwd/pwd.h: Likewise.
+ * resource/ulimit.h: Likewise.
+ * resource/sys/resource.h: Likewise.
+ * setjmp/setjmp.h: Likewise.
+ * shadow/shadow.h: Likewise.
+ * signal/signal.h: Likewise.
+ * socket/sys/socket.h: Likewise.
+ * stdlib/alloca.h: Likewise.
+ * stdlib/stdlib.h: Likewise.
+ * string/string.h: Likewise.
+ * sysdeps/generic/sys/mman.h: Likewise.
+ * sysdeps/unix/bsd/osf/sys/mman.h: Likewise.
+ * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
+ * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
+ * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
+ * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
+ * termios/termios.h: Likewise.
+ * time/time.h: Likewise.
+ * time/sys/time.h: Likewise.
+ * wcsmbs/wchar.h: Likewise.
- * sysdeps/generic/bits/types.h: Add __ino64_t and __off64_t.
- * sysdeps/generic/bits/stat.h: Add struct stat64.
+ * include/alloca.h: Add __ prototypes here.
+ * include/db_185.h: Likewise.
+ * include/dirent.h: Likewise.
+ * include/dlfcn.h: Likewise.
+ * include/fcntl.h: Likewise.
+ * include/grp.h: Likewise.
+ * include/libintl.h: Likewise.
+ * include/mntent.h: Likewise.
+ * include/pwd.h: Likewise.
+ * include/sched.h: Likewise.
+ * include/search.h: Likewise.
+ * include/setjmp.h: Likewise.
+ * include/shadow.h: Likewise.
+ * include/signal.h: Likewise.
+ * include/stdio.h: Likewise.
+ * include/stdlib.h: Likewise.
+ * include/string.h: Likewise.
+ * include/termios.h: Likewise.
+ * include/time.h: Likewise.
+ * include/ulimit.h: Likewise.
+ * include/unistd.h: Likewise.
+ * include/utmp.h: Likewise.
+ * include/wchar.h: Likewise.
+ * include/sys/file.h: Likewise.
+ * include/sys/gmon.h: Likewise.
+ * include/sys/ioctl.h: Likewise.
+ * include/sys/mman.h: Likewise.
+ * include/sys/resource.h: Likewise.
+ * include/sys/select.h: Likewise.
+ * include/sys/socket.h: Likewise.
+ * include/sys/stat.h: Likewise.
+ * include/sys/statfs.h: Likewise.
+ * include/sys/time.h: Likewise.
+ * include/sys/times.h: Likewise.
+ * include/sys/uio.h: Likewise.
+ * include/sys/wait.h: Likewise.
+
+ * Makeconfig (+includes): Search in $(..)include first.
+
+ * io/fstat.c: Undefine __fstat.
+ * io/lstat.c: Undefine __lstat.
+
+ * wcsmbs/Versions: Add __mbrlen.
+
+1998-08-09 Ulrich Drepper <drepper@cygnus.com>
+
+ * elf/dl-reloc.c (_dl_relocate_object): Implement DT_BIND_NOW.
+
+1998-07-31 17:59 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/generic/bits/byteswap.h: Fix problems with side effects.
+
+ * manual/filesys.texi: Document truncate and ftruncate.
+ Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
+
+ * shadow/putspent.c: Lock stream while generating the output.
+
+ * sunrpc/clnt_unix.c: Use ucred instead of cmsgcred again.
+ (__msgwrite): Rewrite accordingly.
+ * sunrpc/svc_unix.c: Likewise.
+ * sysdeps/unix/sysv/linux/Dist: Remove __recvmsg.S and __sendmsg.S.
+ * sysdeps/unix/sysv/linux/Makefile [$(subdir)==socket]
+ (sysdep_routines): Remove __sendmsg and __recvmsg.
+ * sysdeps/unix/sysv/linux/__recvmsg.S: Removed.
+ * sysdeps/unix/sysv/linux/__sendmsg.S: Removed.
+ * sysdeps/unix/sysv/linux/recvmsg.c: Removed.
+ * sysdeps/unix/sysv/linux/sendmsg.c: Removed.
+ * sysdeps/unix/sysv/linux/recvmsg.S: New file.
+ * sysdeps/unix/sysv/linux/sendmsg.S: New file.
+ * sysdeps/unix/sysv/linux/bits/socket.h: Define SCM_CREDENTIALS and
+ struct ucred. Remove struct cmsgcred.
+ Patches by Thorsten Kukuk.
+
+1998-08-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * inet/rcmd.c (__ivaliduser): Allow '#' as comment character.
+
+1998-08-08 14:42 Ulrich Drepper <drepper@cygnus.com>
+
+ * argp/argp-help.c: Prepare to be used outside glibc without gcc by
+ adding usual alloca cruft.
+ Reported by Eleftherios Gkioulekas <lf@amath.washington.edu>.
+
+1998-04-05 Jim Meyering <meyering@ascend.com>
+
+ * lib/regex.c (WIDE_CHAR_SUPPORT): Define.
+ This now depends on HAVE_BTOWC so systems that lack btowc (like
+ solaris-2.5.1) don't lose.
+
+1998-08-07 Mark Kettenis <kettenis@phys.uva.nl>
+
+ * sysdeps/generic/bits/sigaction.h: Remove definition of SA_DISABLE.
+ * sysdeps/generic/bits/sigstack.h: Define SS_DISABLE, SS_ONSTACK,
+ MINSIGSTKZ and SIGSTKSZ. Definitions match BSD.
+ * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Use SS_ONSTACK
+ instead of SA_ONSTACK.
+ * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Renamed from
+ sigaltstack, and created a weak alias. Use SS_DISABLE and
+ SS_ONSTACK instead of SA_DISABLE and SA_ONSTACK.
+ * sysdeps/mach/hurd/sigstack.c (sigstack): Use SS_ONSTACK instead
+ of SA_ONSTACK. Call __sigaltstack instead of sigaltstack.
+ * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Use SS_ONSTACK
+ instead of SA_ONSTACK.
+ * sysdeps/mach/hurd/alpha/sigreturn.c (__sigreturn): Likewise.
+ * sysdeps/mach/hurd/mips/sigreturn.c (__sigreturn): Likewise.
+ * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
+ Use SS_DISABLE instead of SA_DISABLE. Use SS_ONSTACK instead of
+ SA_ONSTACK where appropriate.
+ * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
+ Likewise.
+ * sysdeps/mach/hurd/hppa/trampoline.c (_hurd_setup_sighandler):
+ Likewise.
+ * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
+ Likewise.
+ * manual/signal.texi (Signal Stack): Talk about SS_DISABLE and
+ SS_ONSTACK instead of SA_DISABLE and SA_ONSTACK in discussion of
+ the `ss_flags' member of `struct sigaltstack'.
+
+1998-08-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * libio/Makefile (routines) [$(versioning)=yes]: Add oldtmpfile.
+ (shared-only-routines): Likewise.
+ * libio/oldtmpfile.c: New file
+ * stdio-common/tmpfile.c: Use __fdopen and __close.
+ [USE_IN_LIBIO]: Use _IO_fdopen instead of _IO_new_fdopen. Put
+ tmpfile on symbol version GLIBC_2.1.
+ * stdio-common/tmpfile64.c: Use __fdopen and __close.
+ [USE_IN_LIBIO]: Use _IO_fdopen instead of _IO_new_fdopen.
+ * stdio-common/Version [GLIBC_2.1]: Add tmpfile.
+ * stdio-common/tempnam.c: Use __strdup instead of strdup.
+ * sysdeps/posix/fdopen.c: Define __fdopen and make fdopen weak
+ alias.
+ * sysdeps/generic/fdopen.c: Likewise.
+ * sysdeps/mach/hurd/fdopen.c: Likewise.
+ * stdio/stdio.h: Declare __fdopen.
+ * sunrpc/openchild.c: Use __fdopen instead of fdopen.
+ [USE_IN_LIBIO]: Map __fdopen to _IO_fdopen.
+ * sysdeps/posix/tempname.c (__gen_tempname): Don't bother checking
+ __stub_open64, it is never defined.
-1997-11-12 16:08 Ulrich Drepper <drepper@cygnus.com>
+1998-08-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * intl/loadmsgcat.c [_LIBC] (fstat): Don't define as __fstat since
- now we have a definition as _fxstat.
- * libio/fileops.c: Likewise.
- * libio/oldfileops.c: Likewise.
- Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>.
+ * libio/iofopen64.c: Fix typo. Avoid unnessary casts.
+ * libio/iopopen.c: Unlink file before freeing it if command
+ creation failed. Avoid unnessary casts.
+ * libio/iofdopen.c: Avoid unnecessary cast.
+ * pwd/fgetpwent_r.c [USE_IN_LIBIO]: Map funlockfile to
+ _IO_funlockfile.
+ * pwd/fgetspent_r.c [USE_IN_LIBIO]: Likewise.
-1997-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * sysdeps/wordsize-32/inttypes.h (SIG_ATOMIC_MAX): Correct value.
- * sysdeps/wordsize-64/inttypes.h (SIG_ATOMIC_MAX): Likewise.
+ * grp/grp.h, pwd/pwd.h: Don't declare __grpopen, __grpread,
+ __grpalloc, __grpscan and the corresponding pwd functions, they
+ were removed long ago.
-1997-11-11 Paul Eggert <eggert@twinsun.com>
+1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- Add overflow checking for 64-bit time_t and 32-bit int.
+ * math/libm-test.c (csqrt_test): Adjust epsilons.
+ (casinh_test): Likewise.
- * time/time.h (__offtime): Now returns int.
+1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * time/offtime.c (__offtime): Return nonzero if successful;
- check for tm_year overflow.
- (DIV): New macro.
- (LEAPS_THRU_END_OF): Handle negative years correctly.
+ * posix/globtest.sh: Fix typo. Remove second test output file.
- * time/tzset.c (__tz_convert): Return NULL if offtime cannot convert.
+1998-08-07 Cristian Gafton <gafton@redhat.com>
- * time/mktime.c (ranged_convert): New function.
- (ydhms_tm_diff): Return nonzero if TP is null.
- (__mktime_internal): Handle cases correctly even if they are near or
- past the limits of time_t values that can be broken down to struct tm.
- (print_tm, check_result, main): Diagnose localtime failures.
+ * pwd/putpwent.c (putpwent): Avoid writting (none) in the passwd file.
+ * shadow/putspent.c (putspent): Likewise.
+ * grp/putgrent.c: New file.
+ * grp/Makefile (routines): Add putgrent.
+ * grp/Versions [GLIBC_2.1]: Add putgrent.
+ * grp/grp.h: Add putgrent prototype.
- * manual/time.texi: Document the fact that localtime returns 0
- if the time can't be represented.
+1998-08-04 19:33 Ulrich Drepper <drepper@cygnus.com>
-1997-11-12 06:03 Ulrich Drepper <drepper@cygnus.com>
+ * elf/elf.h: More ELF definitions.
- * time/strftime.c (memset_space, memset_zero): Use MEMPCPY, not
- mempcpy. Patch by Ken'ichi Handa <handa@etl.go.jp>.
+1998-08-04 16:53 Ulrich Drepper <drepper@cygnus.com>
- * manual/time.texi: Document %F and %f format for strftime.
+ * stdio-common/tmpfile.c: Include unistd.h for close prototype.
+ * stdio-common/tmpfile64.c: Likewise.
- * manual/arith.texi: Document copysign, nextafter and nan.
+ * db2/makedb.c: Generate output file with same access permissions
+ the input file has.
-1997-11-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * signal/signal.h: Pretty printing.
- * test-installation.pl: New file. Tests for some installation
- problems.
+1998-08-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-1997-11-11 21:30 Ulrich Drepper <drepper@cygnus.com>
+ * misc/mktemp.c: Add include <stlib.h> for prototype, remove
+ unneccessary includes.
+ * misc/mkstemp.c: Likewise.
- * include/sys/stat.h: Define stat, fstat, lstat and *64 variants
- as macros so the the library compiles correctly even without
- optimization.
- * io/fstat.c: Undef fstat.
- * io/fstat64.c: Undef fstat64
- * io/lstat.c: Undef lstat.
- * io/lstat64.c: Undef lstat64
- * io/stat.c: Undef stat.
- * io/stat64.c: Undef stat64
- * io/fts.c: Include <include/sys/stat.h> to get macro definitions.
- * io/ftw.c: Likewise.
- * io/getdirname.c: Likewise.
+1998-08-03 16:36 Ulrich Drepper <drepper@cygnus.com>
- * Makefile (install): Run test-installation.pl if possible.
+ * catgets/catgets.c: Use mmap/munmap only is _POSIX_MAPPED_FILES
+ is defined.
+ * catgets/open_catalog.c: Likewise.
+ * iconv/iconv_prog.c: Likewise.
+ * intl/loadmsgcat.c: Likewise.
+ * locale/findlocale.c: Likewise.
+ * locale/loadlocale.c: Likewise.
+ * locale/programs/localedef.c: Likewise.
+ * malloc/malloc.c: Likewise.
- * db2/Makefile: Update from db-2.3.12.
- * db2/db.h: Likewise.
- * db2/db_int.h: Likewise.
- * db2/btree/bt_cursor.c: Likewise.
- * db2/btree/bt_delete.c: Likewise.
- * db2/btree/bt_open.c: Likewise.
- * db2/btree/bt_put.c: Likewise.
- * db2/btree/bt_rec.c: Likewise.
- * db2/btree/bt_recno.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/btree/bt_cursor.c: Likewise.
- * db2/btree/bt_delete.c: Likewise.
- * db2/btree/bt_open.c: Likewise.
- * db2/btree/bt_put.c: Likewise.
- * db2/btree/bt_rec.c: Likewise.
- * db2/btree/bt_recno.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/common/db_appinit.c: Likewise.
- * db2/common/db_apprec.c: Likewise.
- * db2/common/db_byteorder.c: Likewise.
- * db2/common/db_region.c: Likewise.
- * db2/db/db.c: Likewise
- * db2/db/db.src: Likewise
- * db2/db/db_auto.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/hash/hash.c: Likewise.
- * db2/hash/hash.src: Likewise.
- * db2/hash/hash_auto.c: Likewise.
- * db2/hash/hash_dup.c: Likewise.
- * db2/hash/hash_page.c: Likewise.
- * db2/hash/hash_rec.c: Likewise.
- * db2/include/btree_auto.h: Likewise.
- * db2/include/btree_ext.h: Likewise.
- * db2/include/clib_ext.h: Likewise.
- * db2/include/common_ext.h: Likewise.
- * db2/include/db.h.src: Likewise.
- * db2/include/db_am.h: Likewise.
- * db2/include/db_auto.h: Likewise.
- * db2/include/db_cxx.h: Likewise.
- * db2/include/db_ext.h: Likewise.
- * db2/include/db_int.h.src: Likewise.
- * db2/include/hash.h: Likewise.
- * db2/include/hash_auto.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/txn.h: Likewise.
- * db2/include/txn_ext.h: Likewise.
- * db2/lock/lock.c: Likewise.
- * db2/lock/lock_deadlock.c: Likewise.
- * db2/log/log.c: Likewise.
- * db2/log/log_archive.c: Likewise.
- * db2/log/log_auto.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/mutex.c: Likewise.
- * db2/os/os_abs.c: Likewise.
- * db2/os/os_dir.c: Likewise.
- * db2/os/os_fid.c: Likewise.
- * db2/os/os_fsync.c: Likewise.
- * db2/os/os_func.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_stat.c: Likewise.
- * db2/os/os_unlink.c: Likewise.
- * db2/progs/db_deadlock/db_deadlock.c: Likewise.
- * db2/progs/db_dump/db_dump.c: Likewise.
- * db2/progs/db_load/db_load.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_auto.c: Likewise.
- * db2/txn/txn_rec.c: Likewise.
- * db2/os/db_os_abs.c: Removed.
- * db2/os/db_os_dir.c: Removed.
- * db2/os/db_os_fid.c: Removed.
- * db2/os/db_os_lseek.c: Removed.
- * db2/os/db_os_mmap.c: Removed.
- * db2/os/db_os_open.c: Removed.
- * db2/os/db_os_rw.c: Removed.
- * db2/os/db_os_sleep.c: Removed.
- * db2/os/db_os_stat.c: Removed.
- * db2/os/db_os_unlink.c: Removed.
-
- * libio/stdio.h (fopen): Add __restrict to parameters.
-
- * manual/process.texi (system): Describe behaviour for NULL argument.
-
- * stdio-common/printf-parse.h: Parse hh modifier.
- * stdio-common/vfprintf.c: Handle hh modifier.
+ * elf/elf.h: Fix typo.
+
+ * math/Makefile: Use $(LN_S) instead of ln.
+
+ * sysdeps/generic/getpgid.c: Fix return type.
+
+1998-08-01 02:49 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+
+ * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rename to
+ __gen_tempname and simplify the interface. Strip out the
+ code to do path search and create FILE objects. This function
+ now takes a mktemp() style template and returns either a name
+ or a file descriptor.
+ (__path_search): New function; searches for directories for
+ temp files.
+ * sysdeps/generic/tempname.c: Stub out __gen_tempname and
+ __path_search, not __stdio_gen_tempname.
+
+ * libio/stdio.h: Prototype __gen_tempname and __path_search,
+ not __stdio_gen_tempname.
+ * stdio/stdio.h: Likewise.
+
+ * stdio-common/tempnam.c: Use __path_search and __gen_tempname.
+ * stdio-common/tmpfile.c: Likewise.
+ * stdio-common/tmpfile64.c: Likewise.
+ * stdio-common/tmpnam.c: Likewise.
+ * stdio-common/tmpnam_r.c: Likewise.
+
+ * misc/mkstemp.c: New file. Use __gen_tempname.
+ * misc/mktemp.c: Likewise.
+
+ * sysdeps/posix/mkstemp.c: Removed.
+ * sysdeps/posix/mktemp.c: Removed.
+ * sysdeps/generic/mkstemp.c: Removed.
+ * sysdeps/generic/mktemp.c: Removed.
+
+1998-08-02 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
+
+ * configure.in: Check, if door add-on is installed.
+ * config.make.in: Add have_doors.
+ * sunrpc/Makefile: Add HAVE_DOOR define.
+ * sunrpc/key_call.c: Add keyserv/door interface.
+
+ * sunrpc/svc_unix.c: Call setsockopt only if SO_PASSCRED is defined.
+ * sunrpc/clnt_unix.c: Likewise.
+
+1998-08-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * inet/netinet/in.h (IN_CLASSC): Correct mask.
+ Reported by Ian Staniforth <I.Staniforth@sheffield.ac.uk> [fixes
+ PR libc/727].
+
+1998-08-03 10:23 Ulrich Drepper <drepper@cygnus.com>
+
+ * misc/Makefile: Fix installation problem with --disable-shared.
+ * posix/Makefile: Likewise.
+
+1998-08-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * posix/regex.c (re_search_2): Optimize searching for anchored
+ pattern if '^' cannot match at embedded newlines.
+ (regerror): Renamed from __regerror, which it should only be
+ called if _LIBC.
+
+1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * sunrpc/svc_unix.c (__msgread): Check setsockopt return value.
+
+1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * sysdeps/generic/glob.c: Remove obsolete cast.
+
+1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * Rules (tests): Fix last change.
+
+1998-07-31 17:59 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/unix/sysv/linux/Makefile [subdir==misc] (sysdep_routines):
+ Add sys_setresuid.
+
+1998-07-30 Mark Kettenis <kettenis@phys.uva.nl>
+
+ * sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_setresuid
+ as real name for system call and make setresuid a weak alias. Set
+ caller to seteuid.
+ * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Implement using
+ `setresuid' syscall if availble. Fixes problems with sendmail
+ which expects `seteuid' to not set the saved user ID.
+
+1998-07-30 20:09 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+
+ * time/tzset.c (__tzstring): Get rid of excessive cleverness
+ which was causing stack corruption.
+
+1998-07-31 16:41 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+
+ * argp/argp-fmtstream.c (__argp_fmtstream_update): Correct
+ off-by-one in wordwrap algorithm when there' a space at the
+ beginning of the buffer.
+
+1998-07-31 15:45 Ulrich Drepper <drepper@cygnus.com>
+
+ * Makerules (LDLIBS-c.so): Extend value instead of overwriting it.
+