aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.7
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.7
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.7')
-rw-r--r--ChangeLog.720119
1 files changed, 12076 insertions, 8043 deletions
diff --git a/ChangeLog.7 b/ChangeLog.7
index 96fdef90b7..cc1a5a79f8 100644
--- a/ChangeLog.7
+++ b/ChangeLog.7
@@ -1,5750 +1,6448 @@
-Sun Jan 26 23:24:50 1997 Ulrich Drepper <drepper@cygnus.com>
+1997-11-13 20:39 Ulrich Drepper <drepper@cygnus.com>
- * Version 2.0 net release.
+ * sysdeps/m68k/bits/nan.h: Removed. The generic version is usable.
- * Make-dist: Don't take care for two malloc directories.
+1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-Sun Jan 26 22:44:38 1997 Andreas Jaeger <aj@arthur.pfalz.de>
+ * manual/arith.texi: Fix typo in @ifclear.
- * mcheck.h: Adopted to new-malloc/malloc change.
+ * manual/arith.texi (Imaginary Unit): Add @end deftypevr.
-Sun Jan 26 13:39:31 1997 Ulrich Drepper <drepper@cygnus.com>
+1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * sysdeps/unix/sysv/linux/alpha/Dist: Correct distribution of
- kernel_*.h files.
+ * sysdeps/libm-ieee754/s_nanl.c (__nanl): Use NAN instead of
+ NANL.
- * Make-dist: Don't mention new-malloc for dirs with have to be
- processed.
+ * sysdeps/libm-ieee754/s_nanf.c (__nanf): Use NAN instead of
+ NANF.
- * sysdeps/unix/sysv/linux/netinet/in.h (SOL_IP): Added.
- * inet/netinet/tcp.h (SOL_TCP): Added.
- * sysdeps/unix/sysv/linux/socketbits.h (SOL_RAW): Added.
- Reported by a sun <asun@zoology.washington.edu>.
-
-Sun Jan 26 18:35:29 1997 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
-
- * malloc/Makefile: Remove -DMALLOC_DEBUG. Not wanted in a
- released version.
- * malloc/malloc.c: Change malloc_check_init() to
- __malloc_check_init(). Check for NULL in calloc() when a hook is
- in place. Make more variables tunable via MALLOC_... environment
- variables.
- * malloc/malloc.h: Change malloc_check_init() to
- __malloc_check_init().
-
-Sun Jan 26 05:41:42 1997 Ulrich Drepper <drepper@cygnus.com>
-
- * version.h (VERSION): Bump to 2.0.
- (RELEASE): Now it's "experimental".
-
- * Makefile (subdirs): Change $(malloc) to malloc. We have only
- one malloc implementation again.
- * malloc/*: Remove from GNU libc.
- * new-malloc/* Move to malloc/.
- * config.make.in (defines): Remove @USE_NEW_MALLOC@.
- * configure.in: Remove --enable-new-malloc option and check for
- malloc implementation choice.
- * malloc.h: We don't need to check for the implementation to use
- anymore. Simply include malloc/malloc.h.
- * malloc/Makefile (subdir): Change to malloc.
- * sysdeps/unix/sysv/linux/configure.in: Don't set malloc anymore.
-
- * Makefile: Add special goal to generate only-MD5 based crypt
- library.
- * md5-crypt/Makefile: Likewise.
-
- * stdio-common/tstscanf.c: De-ANSI-declfy. Update copyright.
- (rounds): Change type to size_t to prevent warning.
-
- * wcsmbs/btowc.c: Reformat copyright.
- * wcsmbs/mbrlen.c: Likewise.
- * wcsmbs/mbsinit.c: Likewise.
- * wcsmbs/mbsnrtowcs.c: Likewise.
- * wcsmbs/mbsrtowcs.c: Likewise.
- * wcsmbs/wcpcpy.c: Likewise.
- * wcsmbs/wcpncpy.c: Likewise.
- * wcsmbs/wcscat.c: Likewise.
- * wcsmbs/wcscmp.c: Likewise.
- * wcsmbs/wcscoll.c: Likewise.
- * wcsmbs/wcscpy.c: Likewise.
- * wcsmbs/wcscspn.c: Likewise.
- * wcsmbs/wcsdup.c: Likewise.
- * wcsmbs/wcslen.c: Likewise.
- * wcsmbs/wcsncat.c: Likewise.
- * wcsmbs/wcsncpy.c: Likewise.
- * wcsmbs/wcsnrtombs.c: Likewise.
- * wcsmbs/wcsrtombs.c: Likewise.
- * wcsmbs/wcsspn.c: Likewise.
- * wcsmbs/wcsstr.c: Likewise.
- * wcsmbs/wcstod.c: Likewise.
- * wcsmbs/wcstof.c: Likewise.
- * wcsmbs/wcstok.c: Likewise.
- * wcsmbs/wcstol.c: Likewise.
- * wcsmbs/wcstold.c: Likewise.
- * wcsmbs/wcstoq.c: Likewise.
- * wcsmbs/wcstoul.c: Likewise.
- * wcsmbs/wcstouq.c: Likewise.
- * wcsmbs/wcswidth.c: Likewise.
- * wcsmbs/wcsxfrm.c: Likewise.
- * wcsmbs/wctob.c: Likewise.
- * wcsmbs/wcwidth.c: Likewise.
- * wcsmbs/wcwidth.h: Likewise.
- * wcsmbs/wmemchr.c: Likewise.
- * wcsmbs/wmemcmp.c: Likewise.
- * wcsmbs/wmemmove.c: Likewise.
- * wcsmbs/wmemset.c: Likewise.
+1997-11-13 01:07 Ulrich Drepper <drepper@cygnus.com>
-Sat Jan 25 03:34:14 1997 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.
- * sysdeps/unix/sysv/linux/termbits.h: Protect against multiple
- inclusion. Reported by a sun <asun@zoology.washington.edu>.
+ * math/complex.h (I): Define using _Complex_U not _Imaginary_I.
-Sat Jan 25 02:05:19 1997 Eirik Fuller <eirik@netcom.com>
+ * math/libm-test.c: Add tests for fma.
- * sysdeps/unix/sysv/linux/alpha/ioperm.c: Rename T2_SPARSE_BASE and
- T2_DENSE_BASE to T2_SPARSE_MEM and T2_DENSE_MEM resp.
+ * math/math.h: Describe DECIMAL_DIG macro. Pretty print.
-Thu Jan 23 11:13:46 1997 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/sysv/linux/usleep.c: Normalize the time
- specification.
+ * sysdeps/ieee754/bits/nan.h: Define NAN as of type float.
+ * sysdeps/m68k/bits/nan.h. Likewise. Remove NANF and NANL.
-Fri Jan 24 14:33:45 1997 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/generic/socketbits.h: Also make SOCK_* constants available
- as macros so that #ifdef works.
- * sysdeps/unix/sysv/linux/socketbits.h: Likewise.
+1997-11-12 17:50 Ulrich Drepper <drepper@cygnus.com>
-1997-01-23 Paul Eggert <eggert@twinsun.com>
+ * sunrpc/xcrypt.c: Don't process #ident preprocessor instruction.
+ Reported by Philip Blundell <pb@nexus.co.uk>.
- * login/utmp_db.c, manual/time.texi, shlib-versions, sunrpc/rpc/svc.h,
- sunrpc/rpcsvc/sm_inter.x, sysdeps/generic/abort.c,
- sysdeps/libm-ieee754/e_sinhl.c, sysdeps/unix/sysv/linux/net/route.h,
- sysdeps/unix/sysv/linux/sparc/__sigtrampoline.S: Spell fixes.
+ * string/strndup.c: Use K&R like definition.
-1997-01-23 Paul Eggert <eggert@twinsun.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.
- * mktime.c (mktime): Invoke __tzset, not __tzset_internal, to set tz,
- so that tzname is set as POSIX requires.
+1997-11-12 15:31 Philip Blundell <pb@nexus.co.uk>
-Fri Jan 24 02:49:18 1997 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/arm/sysdep.h (SYS_ify): Don't add
+ SWI_BASE in twice.
- * dirent/dirent.h: Declare readdir_r also when __USE_POSIX.
- * grp/grp.h: Declare *_r functions also when __USE_POSIX.
- * pwd/pwd.h: Likewise.
- * time/time.h: Likewise.
- * posix/unistd.h: Declare ttyname_r also when __USE_POSIX.
- * string/string.h: Declare strtok_r also when __USE_POSIX.
+ * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
+ Use correct name to access PC.
- * stdio-common/bug7.c: Use tmpnam to generate names for test files.
+ * sysdeps/unix/arm/sysdep.S: Include <bits/errno.h> not <errnos.h>.
- * stdio-common/tmpnam.c: Update copyright.
- * stdio-common/tmpnam_r.c: Likewise.
+ * sysdeps/generic/bits/types.h: Add __ino64_t and __off64_t.
+ * sysdeps/generic/bits/stat.h: Add struct stat64.
- * sysdeps/unix/sysv/linux/alpha/sys/kernel_termios.h: Protect
- against multiple inclusion. Include <termbits.h>.
- * sysdeps/unix/sysv/linux/sys/kernel_termios.h: Likewise.
+1997-11-12 16:08 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/unix/sysv/linux/net/if.h: Update according to recent
- kernel headers. Patch by Philip Blundell <pjb27@cam.ac.uk>.
-
-Thu Jan 23 17:42:00 1997 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/unix/sysv/linux/sparc/clone.S: Correct author attribution.
-
- * sysdeps/unix/sysv/linux/net/if_arp (MAX_ADDR_LEN): Add definition.
-
-Thu Jan 23 14:20:34 1997 Ulrich Drepper <drepper@cygnus.com>
-
- * time/tzfile.c (__tzfile_read): Don't allow arbitrary files to be
- read when running a setuid program.
-
-Thu Jan 23 04:06:42 1997 Ulrich Drepper <drepper@cygnus.com>
-
- * Make-dist (.PHONY: dist): Remove duplicate declaration.
- (README): Depend on version.h not version.c.
- * Makefile (README): Depend on version.h not version.c.
-
- * Makeconfig (inst_libdir, inst_slibdir, inst_includedir,
- inst_datadir, inst_zonedir, inst_localedir, inst_i18ndir, inst_bindir,
- inst_sbindir, inst_infodir, inst_sysconfdir): New variables. Same
- as variable withough inst_ but prepended with $(install_root).
- (localtime-time): Use $(inst_sysconfdir) not $(sysconfdir).
- * Makefile (install-others): Use $(inst_includedir).
- (gnu/stabs.h, gnu/lib-names.h): Use $(inst_includedir).
- * Makerules (tons of install rules): Use inst_% variables.
- * elf/Makefile: Likewise.
- * hurd/Makefile: Likewise.
- * intl/Makefile: Likewise.
- * manual/Makefile: Likewise.
- * po/Makefile: Likewise.
- * sunrpc/Makefile: Likewise.
- * sysdeps/mach/hurd/Makefile: Likewise.
- * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
- * time/Makefile: Likewise.
+ * 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>.
- * config.make.in: Revert patch from Sat Jan 18 22:15:26 1997,
- leave install_root in place.
+1997-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * gnu-versions.h (_GNU_GETOPT_INTERFACE_VERSION): Define to 2.
- * posix/getopt.c (GETOPT_INTERFACE_VERSION): Define to 2.
- * posix/getopt1.c (GETOPT_INTERFACE_VERSION): Define to 2.
+ * sysdeps/wordsize-32/inttypes.h (SIG_ATOMIC_MAX): Correct value.
+ * sysdeps/wordsize-64/inttypes.h (SIG_ATOMIC_MAX): Likewise.
- * elf/Makefile [yes==$(has-ldconfig)]: Correct dependencies of
- ldconfig.
- (CFLAGS-dl-load.c): New variable, avoid gcc warning.
+1997-11-11 Paul Eggert <eggert@twinsun.com>
- * sysdeps/mach/hurd/configure.in: Add _LIBC_REENTRANT to DEFINES.
+ Add overflow checking for 64-bit time_t and 32-bit int.
- * sysdeps/mach/hurd/getdents.c: Update copyright. De-ANSI-declfy.
- * sysdeps/stub/getdents.c: Likewise. Correct return value.
- * sysdeps/unix/getdents.c: Likewise.
- * sysdeps/unix/sysv/getdents.c: Likewise.
+ * time/time.h (__offtime): Now returns int.
- * sysdeps/unix/readdir.c: Update copyright.
+ * time/offtime.c (__offtime): Return nonzero if successful;
+ check for tm_year overflow.
+ (DIV): New macro.
+ (LEAPS_THRU_END_OF): Handle negative years correctly.
- * sysdeps/unix/bsd/sony/newsos4/Makefile: Correct ifeq arguments.
- * sysdeps/unix/bsd/sun/sunos4/Makefile: Likewise.
- * sysdeps/unix/sysv/Makefile: Likewise.
- * sysdeps/unix/sysv/linux/Makefile: Likewise.
- * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
- * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
+ * time/tzset.c (__tz_convert): Return NULL if offtime cannot convert.
- * sysdeps/unix/sysv/linux/Dist: Don't distribute kernel_termios.h,
- but sys/kernel_termios.h.
- * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
- * sysdeps/unix/sysv/linux/Makefile [$(subdir)==termios]
- (sysdep_headers): Add sys/kernel_termios.h.
- * sysdeps/unix/sysv/linux/kernel_termios.h: Moved to...
- * sysdeps/unix/sysv/linux/sys/kernel_termios.h: ...here.
- * sysdeps/unix/sysv/linux/tcgetattr.c: Use __kernel_termios and
- __KERNEL_NCCS instead of kernel_termios and KERNEL_NCCS resp.
+ * 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.
- * sysdeps/unix/sysv/linux/alpha/ioctls.h: New file.
+ * manual/time.texi: Document the fact that localtime returns 0
+ if the time can't be represented.
- * sysdeps/unix/sysv/linux/getdents.c: Correct problems with alignment.
- * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove getdents.
- Reported by Eirik Fuller <eirik@netcom.com>.
+1997-11-12 06:03 Ulrich Drepper <drepper@cygnus.com>
- * time/Banner: Removed. Wrong and unnecessary information. It's now
- in...
- * time/README: New file.
- * time/Makefile (distribute): Remove Banner, add README.
+ * time/strftime.c (memset_space, memset_zero): Use MEMPCPY, not
+ mempcpy. Patch by Ken'ichi Handa <handa@etl.go.jp>.
-Wed Jan 22 13:19:56 1997 Richard Henderson <rth@tamu.edu>
+ * manual/time.texi: Document %F and %f format for strftime.
- * sysdeps/unix/sysv/linux/alpha/ioperm.c (platforms): Add Sable.
- (init_iosys): Recognize /etc/alpha_systype as a four-tuple for
- the purpose of supporting brand new systems.
- (*): The type of iosys variables should be iosys_t.
+ * manual/arith.texi: Document copysign, nextafter and nan.
-1997-01-22 Paul Eggert <eggert@twinsun.com>
+1997-11-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * strftime.c (_strftime_copytm):
- New function, to work around Solaris 2.5 tzset bug.
+ * test-installation.pl: New file. Tests for some installation
+ problems.
-Wed Jan 22 23:05:14 1997 Ulrich Drepper <drepper@cygnus.com>
+1997-11-11 21:30 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/mach/hurd/vdprintf.c: Complete de-ANSI-declfication.
- Reported by Marcus G. Daniels <marcus@shannon.sysc.pdx.edu>.
+ * 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.
+
+ * Makefile (install): Run test-installation.pl if possible.
+
+ * 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.
+ * stdio-common/vfscanf.c: Likewise.
+ * manual/stdio.texi: Describe hh modifier for scanf/printf.
-Wed Jan 22 13:58:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
+ * math/complex.h: Don't define _Imaginary_I, but instead _Complex_I.
+ gcc does no yet know the `imaginary' keyword.
- * elf/Makefile (CFLAGS-dl-load.c): New Variable to keep gcc silent
- since name_copy is initialized.
+ * math/test-math.c: Add little test for know gcc bug.
-Wed Jan 22 16:58:12 1997 Ulrich Drepper <drepper@cygnus.com>
+ * math/tgmath.h: Make complex versions of log10() only available
+ if __USE_GNU.
- * stdio-common/Makefile (tests): Remove scanf11.
- * stdio-common/scanf11.c: Removed.
- * stdio-common/vfscanf.c Revert patch of Thu Jan 16 23:39:25 1997.
- Although the Corrigendum 1 describes the result as implemented the
- even more recent Amendement 1 seconds the position of ISO C:1990
- where the %n directive has no effect on the assignment count.
- * stdio-common/bug10.c: Likewise.
- * stdio-common/scanf1.c: Likewise.
- * stdio-common/scanf3.c: Likewise.
- * stdio-common/scanf10.c: Likewise.
- * stdio-common/tstdiomisc.c: Likewise.
+ * stdlib/test-canon.c: Fix typo.
- * new-malloc/obstack.h: Don't define malloc using bcopy if malloc
- is not available. This leads to problems since bcopy does not
- return a value. Instead define _obstack_memcpy based on memcpy or
- bcopy. This name isn't used outside obstack.h and so no problems
- from using the memcpy function in a file including obstack.h can
- result.
- Reported by Martin Trapp <trapp@ipd.info.uni-karlsruhe.de>.
+ * sysdeps/generic/setenv.c: Avoid compilation warnings.
+ Reported by Jim Meyering.
-Tue Jan 21 18:35:55 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * sysdeps/generic/bits/errno.h: EILSEQ is an ISO C error number.
+ * sysdeps/mach/hurd/bits/errno.h: Likewise.
+ * sysdeps/standalone/bits/errno.h: Likewise.
+ * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
- * misc/regexp.h (compile): Fix typos.
+ * sysdeps/i386/i586/memcpy.S: New file.
+ * sysdeps/i386/i586/mempcpy.S: New file.
-Tue Jan 21 01:01:59 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * sysdeps/i386/i586/memset.S: Fix typo.
- * sysdeps/unix/sysv/linux/sys/procfs.h (struct elf_prpsinfo): Fix
- type of pr_{pid,ppid,pgrp,sid} fields.
- * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (struct
- elf_prpsinfo): Likewise.
+ * sysdeps/posix/getcwd.c: Define HAVE_MEMPCPY for _LIBC. Add casts.
-1997-01-21 Paul Eggert <eggert@twinsun.com>
+ * sysdeps/posix/system.c: Add comment to explain code.
- * posix/getopt.c (_getopt_internal): Return -1, not EOF, when args
- are exhausted; this is required by POSIX.2.
- * catgets/gencat.c, db/makedb.c, locale/programs/locale.c,
- locale/programs/localedef.c, manual/examples/subopt.c,
- posix/getopt.c, posix/getopt1.c, stdio-common/bug4.c,
- sunrpc/rpcinfo.c (main): Check getopt return value against -1, not EOF.
+ * sysdeps/wordsize-32/inttypes.h: Include <stddef.h> for wchar_t.
+ Define PTRDIFF_{MIN,MAX}, SIG_ATOMIC_{MIN,MAX}, SIZE_MAX,
+ WCHAR_{MIN,MAX}, WINT_{MIN,MAX}.
+ Define wcstoimax, wcstoumax.
+ * sysdeps/wordsize-64/inttypes.h: Likewise.
-Tue Jan 21 23:10:40 1997 Ulrich Drepper <drepper@cygnus.com>
+ * wcsmbs/wchar.h: Define WCHAR_{MIN,MAX} if not already defined.
+ Declare __wcsto{l,ul,ll,ull}_internal only if not already done.
- * version.h (VERSION): Bump to 1.102.
+ * time/Makefile (routines): Add strfxtime.
+ * time/strftime.c: Implement %F and %f format.
+ * time/strfxtime.c: New file.
+ * time/time.h: Define new types and symbols from ISO C 9X.
- * sysdeps/unix/sysv/linux/alpha/Dist: Add kernel_sigaction.h.
+ * time/mktime.c: Little comment correction.
- * elf/Makefile: Don't use CFLAGS-dl-load.c, but instead
- CPPFLAGS-dl-load.c so that dependencies can be determined correctly.
- * elf/dl-load.c: Fix comment.
+1997-11-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * time/Banner: New file.
- * time/Makefile (distribute): Add Banner.
+ * sysdeps/libm-ieee754/s_sincosl.c: Fix typo.
- Update from ADO tzcode1997a and tzdata1997a.
- * time/antarctica: Update.
- * time/australia: Update.
- * time/zdump.c: Update.
- * time/zic.c: Update.
- * time/zone.tab: Update.
+ * sysdeps/libm-ieee754/s_tanl.c: Fix typo.
-Mon Jan 20 08:38:32 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
+ * sysdeps/libm-ieee754/s_floorl.c: Correct typos.
- * config.make.in (has-ldconfig): New variable.
+ * sysdeps/libm-ieee754/e_remainderl.c: Replace
+ EXTRACT_LDOUBLE_WORDS by GET_LDOUBLE_WORDS.
- * configure, configure.in (has_ldconfig): New substitute.
+ * sysdeps/libm-ieee754/e_atan2l.c: Replace EXTRACT_LDOUBLE_WORDS
+ by GET_LDOUBLE_WORDS.
- * sysdeps/unix/sysv/linux/configure.in (has_ldconfig): New,
- check if $srcdir/elf/ldconfig.c exists.
+ * sysdeps/libm-ieee754/s_scalbnl.c: Replace ";" by "," for correct
+ variable declaration.
+ * sysdeps/libm-ieee754/s_scalblnl.c: Likewise.
- * Makeconfig (rootsbindir): New, default as
- $(exec_prefix)/sbin.
- (rtld-version-installed-name): New, default as
- ld-$(version).so.
+ * sysdeps/libm-ieee754/s_lrint.c (__lrint): Correct function.
- * Makefile (install): Call `$(common-objpfx)elf/ldconfig -d'
- only if $(cross-compiling) is no and $(build-shared) is yes.
+ * math/libm-test.c (sqrt_test): Add test for sqrt (0.25).
+ (asin_test): Add more test.
- * Makerules (make-shlib-link): New macro.
- ($(slibdir)/libfoo.so.$(libfoo.so-version)): Use
- $(make-shlib-link) for symlink.
- (install-rootsbin, install-rootsbin-nosubdir): New.
- (install-no-libc.a-nosubdir): Add
- install-rootsbin-nosubdir.
+1997-11-10 23:34 Ulrich Drepper <drepper@cygnus.com>
- * Rules (others): Add $(install-rootsbin).
+ * sysdeps/libm-ieee754/e_asin.c: Add braces to make code clearer
+ and to not confuse the poor compiler.
+ * sysdeps/libm-ieee754/e_asinf.c: Likewise.
+ Reported by vertex@cagent.com.
- * config.make.in (rootsbindir): New.
+1997-11-10 07:40 H.J. Lu <hjl@gnu.ai.mit.edu>
- * configure, configure.in (libc_cv_rootsbindir): New
- substitute.
+ * stdlib/exit.c (exit): Handle recursive calls to exit ().
- * elf/Makefile (others, install-rootsbin): New, set to
- ldconfig.
- (+link): New for