aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.7
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:45:20 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:45:20 +0530
commit92c3af3c140f671ea49c751368d17df2e10d0eeb (patch)
treed9528c7f8aff5b568f696bbbaa000a8480950a9e /ChangeLog.7
parent00cdcf5a4110f7ac68651f5662693c82f7bffaca (diff)
downloadglibc-92c3af3c140f671ea49c751368d17df2e10d0eeb.tar.xz
glibc-92c3af3c140f671ea49c751368d17df2e10d0eeb.zip
Rotate ChangeLog
Diffstat (limited to 'ChangeLog.7')
-rw-r--r--ChangeLog.720119
1 files changed, 8043 insertions, 12076 deletions
diff --git a/ChangeLog.7 b/ChangeLog.7
index cc1a5a79f8..96fdef90b7 100644
--- a/ChangeLog.7
+++ b/ChangeLog.7
@@ -1,6448 +1,5750 @@
-1997-11-13 20:39 Ulrich Drepper <drepper@cygnus.com>
+Sun Jan 26 23:24:50 1997 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/m68k/bits/nan.h: Removed. The generic version is usable.
+ * Version 2.0 net release.
-1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * Make-dist: Don't take care for two malloc directories.
- * manual/arith.texi: Fix typo in @ifclear.
+Sun Jan 26 22:44:38 1997 Andreas Jaeger <aj@arthur.pfalz.de>
- * manual/arith.texi (Imaginary Unit): Add @end deftypevr.
+ * mcheck.h: Adopted to new-malloc/malloc change.
-1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+Sun Jan 26 13:39:31 1997 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/libm-ieee754/s_nanl.c (__nanl): Use NAN instead of
- NANL.
+ * sysdeps/unix/sysv/linux/alpha/Dist: Correct distribution of
+ kernel_*.h files.
- * sysdeps/libm-ieee754/s_nanf.c (__nanf): Use NAN instead of
- NANF.
+ * Make-dist: Don't mention new-malloc for dirs with have to be
+ processed.
-1997-11-13 01:07 Ulrich Drepper <drepper@cygnus.com>
+ * 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>.
- * 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.
+Sun Jan 26 18:35:29 1997 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
- * math/complex.h (I): Define using _Complex_U not _Imaginary_I.
+ * 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.
- * math/libm-test.c: Add tests for fma.
+Sat Jan 25 03:34:14 1997 Ulrich Drepper <drepper@cygnus.com>
- * math/math.h: Describe DECIMAL_DIG macro. Pretty print.
+ * sysdeps/unix/sysv/linux/termbits.h: Protect against multiple
+ inclusion. Reported by a sun <asun@zoology.washington.edu>.
- * 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.
+Sat Jan 25 02:05:19 1997 Eirik Fuller <eirik@netcom.com>
- * sysdeps/ieee754/bits/nan.h: Define NAN as of type float.
- * sysdeps/m68k/bits/nan.h. Likewise. Remove NANF and NANL.
+ * sysdeps/unix/sysv/linux/alpha/ioperm.c: Rename T2_SPARSE_BASE and
+ T2_DENSE_BASE to T2_SPARSE_MEM and T2_DENSE_MEM resp.
-1997-11-12 17:50 Ulrich Drepper <drepper@cygnus.com>
+Thu Jan 23 11:13:46 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * sunrpc/xcrypt.c: Don't process #ident preprocessor instruction.
- Reported by Philip Blundell <pb@nexus.co.uk>.
+ * sysdeps/unix/sysv/linux/usleep.c: Normalize the time
+ specification.
- * string/strndup.c: Use K&R like definition.
+Fri Jan 24 14:33:45 1997 Ulrich Drepper <drepper@cygnus.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.
+ * 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 15:31 Philip Blundell <pb@nexus.co.uk>
+1997-01-23 Paul Eggert <eggert@twinsun.com>
- * sysdeps/unix/sysv/linux/arm/sysdep.h (SYS_ify): Don't add
- SWI_BASE in twice.
+ * 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.
- * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
- Use correct name to access PC.
+1997-01-23 Paul Eggert <eggert@twinsun.com>
- * sysdeps/unix/arm/sysdep.S: Include <bits/errno.h> not <errnos.h>.
+ * mktime.c (mktime): Invoke __tzset, not __tzset_internal, to set tz,
+ so that tzname is set as POSIX requires.
- * sysdeps/generic/bits/types.h: Add __ino64_t and __off64_t.
- * sysdeps/generic/bits/stat.h: Add struct stat64.
+Fri Jan 24 02:49:18 1997 Ulrich Drepper <drepper@cygnus.com>
-1997-11-12 16:08 Ulrich Drepper <drepper@cygnus.com>
+ * 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.
- * 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>.
+ * stdio-common/bug7.c: Use tmpnam to generate names for test files.
-1997-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * stdio-common/tmpnam.c: Update copyright.
+ * stdio-common/tmpnam_r.c: Likewise.
- * sysdeps/wordsize-32/inttypes.h (SIG_ATOMIC_MAX): Correct value.
- * sysdeps/wordsize-64/inttypes.h (SIG_ATOMIC_MAX): Likewise.
+ * 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-11 Paul Eggert <eggert@twinsun.com>
+ * sysdeps/unix/sysv/linux/net/if.h: Update according to recent
+ kernel headers. Patch by Philip Blundell <pjb27@cam.ac.uk>.
- Add overflow checking for 64-bit time_t and 32-bit int.
+Thu Jan 23 17:42:00 1997 Ulrich Drepper <drepper@cygnus.com>
- * time/time.h (__offtime): Now returns int.
+ * sysdeps/unix/sysv/linux/sparc/clone.S: Correct author attribution.
- * 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/sysv/linux/net/if_arp (MAX_ADDR_LEN): Add definition.
- * time/tzset.c (__tz_convert): Return NULL if offtime cannot convert.
+Thu Jan 23 14:20:34 1997 Ulrich Drepper <drepper@cygnus.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.
+ * time/tzfile.c (__tzfile_read): Don't allow arbitrary files to be
+ read when running a setuid program.
- * manual/time.texi: Document the fact that localtime returns 0
- if the time can't be represented.
+Thu Jan 23 04:06:42 1997 Ulrich Drepper <drepper@cygnus.com>
-1997-11-12 06:03 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.
- * time/strftime.c (memset_space, memset_zero): Use MEMPCPY, not
- mempcpy. Patch by Ken'ichi Handa <handa@etl.go.jp>.
+ * 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.
- * manual/time.texi: Document %F and %f format for strftime.
+ * config.make.in: Revert patch from Sat Jan 18 22:15:26 1997,
+ leave install_root in place.
- * manual/arith.texi: Document copysign, nextafter and nan.
+ * 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.
-1997-11-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * elf/Makefile [yes==$(has-ldconfig)]: Correct dependencies of
+ ldconfig.
+ (CFLAGS-dl-load.c): New variable, avoid gcc warning.
- * test-installation.pl: New file. Tests for some installation
- problems.
+ * sysdeps/mach/hurd/configure.in: Add _LIBC_REENTRANT to DEFINES.
-1997-11-11 21:30 Ulrich Drepper <drepper@cygnus.com>
+ * 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.
- * 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.
+ * sysdeps/unix/readdir.c: Update copyright.
- * math/complex.h: Don't define _Imaginary_I, but instead _Complex_I.
- gcc does no yet know the `imaginary' keyword.
+ * 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.
- * math/test-math.c: Add little test for know gcc bug.
+ * 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.
- * math/tgmath.h: Make complex versions of log10() only available
- if __USE_GNU.
+ * sysdeps/unix/sysv/linux/alpha/ioctls.h: New file.
- * stdlib/test-canon.c: Fix typo.
+ * 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>.
- * sysdeps/generic/setenv.c: Avoid compilation warnings.
- Reported by Jim Meyering.
+ * time/Banner: Removed. Wrong and unnecessary information. It's now
+ in...
+ * time/README: New file.
+ * time/Makefile (distribute): Remove Banner, add README.
- * 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.
+Wed Jan 22 13:19:56 1997 Richard Henderson <rth@tamu.edu>
- * sysdeps/i386/i586/memcpy.S: New file.
- * sysdeps/i386/i586/mempcpy.S: New file.
+ * 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.
- * sysdeps/i386/i586/memset.S: Fix typo.
+1997-01-22 Paul Eggert <eggert@twinsun.com>
- * sysdeps/posix/getcwd.c: Define HAVE_MEMPCPY for _LIBC. Add casts.
+ * strftime.c (_strftime_copytm):
+ New function, to work around Solaris 2.5 tzset bug.
- * sysdeps/posix/system.c: Add comment to explain code.
+Wed Jan 22 23:05:14 1997 Ulrich Drepper <drepper@cygnus.com>
- * 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.
+ * sysdeps/mach/hurd/vdprintf.c: Complete de-ANSI-declfication.
+ Reported by Marcus G. Daniels <marcus@shannon.sysc.pdx.edu>.
- * wcsmbs/wchar.h: Define WCHAR_{MIN,MAX} if not already defined.
- Declare __wcsto{l,ul,ll,ull}_internal only if not already done.
+Wed Jan 22 13:58:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
- * 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.
+ * elf/Makefile (CFLAGS-dl-load.c): New Variable to keep gcc silent
+ since name_copy is initialized.
- * time/mktime.c: Little comment correction.
+Wed Jan 22 16:58:12 1997 Ulrich Drepper <drepper@cygnus.com>
-1997-11-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * 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.
- * sysdeps/libm-ieee754/s_sincosl.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/libm-ieee754/s_tanl.c: Fix typo.
+Tue Jan 21 18:35:55 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * sysdeps/libm-ieee754/s_floorl.c: Correct typos.
+ * misc/regexp.h (compile): Fix typos.
- * sysdeps/libm-ieee754/e_remainderl.c: Replace
- EXTRACT_LDOUBLE_WORDS by GET_LDOUBLE_WORDS.
+Tue Jan 21 01:01:59 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- * sysdeps/libm-ieee754/e_atan2l.c: Replace EXTRACT_LDOUBLE_WORDS
- by GET_LDOUBLE_WORDS.
+ * 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/libm-ieee754/s_scalbnl.c: Replace ";" by "," for correct
- variable declaration.
- * sysdeps/libm-ieee754/s_scalblnl.c: Likewise.
+1997-01-21 Paul Eggert <eggert@twinsun.com>
- * sysdeps/libm-ieee754/s_lrint.c (__lrint): Correct function.
+ * 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.
- * math/libm-test.c (sqrt_test): Add test for sqrt (0.25).
- (asin_test): Add more test.
+Tue Jan 21 23:10:40 1997 Ulrich Drepper <drepper@cygnus.com>
-1997-11-10 23:34 Ulrich Drepper <drepper@cygnus.com>
+ * version.h (VERSION): Bump to 1.102.
- * 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.
+ * sysdeps/unix/sysv/linux/alpha/Dist: Add kernel_sigaction.h.
-1997-11-10 07:40 H.J. Lu <hjl@gnu.ai.mit.edu>
+ * 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.
- * stdlib/exit.c (exit): Handle recursive calls to exit ().
+ * time/Banner: New file.
+ * time/Makefile (distribute): Add Banner.
-1997-11-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ 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/m68k/fpu/s_llrint.c: Fixed to take double argument
- instead of long double.
- * sysdeps/m68k/fpu/s_llrintf.c: New file.
- * sysdeps/m68k/fpu/s_llrintl.c: New file.
+Mon Jan 20 08:38:32 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
- * sysdeps/libm-ieee754/s_llrint.c: Make compilable and fix
- overflow condition.
- * sysdeps/libm-ieee754/s_llrintf.c: Fix overflow condition.
- * sysdeps/libm-ieee754/s_llrintl.c: Likewise.
- * sysdeps/libm-ieee754/s_llround.c: Likewise.
- * sysdeps/libm-ieee754/s_llroundf.c: Likewise.
- * sysdeps/libm-ieee754/s_llroundl.c: Likewise.
- * sysdeps/libm-ieee754/s_lrint.c: Likewise.
- * sysdeps/libm-ieee754/s_lrintf.c: Likewise.
- * sysdeps/libm-ieee754/s_lrintl.c: Likewise.
- * sysdeps/libm-ieee754/s_lround.c: Likewise.
- * sysdeps/libm-ieee754/s_lroundf.c: Likewise.
- * sysdeps/libm-ieee754/s_lroundl.c: Likewise.
+ * config.make.in (has-ldconfig): New variable.
- * math/libm-test.c: Test all three variants of lrint and llrint.
- Fix typos in lround and llround tests. Add tests for boundary
- cases for lrint and llround.
+ * configure, configure.in (has_ldconfig): New substitute.
-1997-11-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * sysdeps/unix/sysv/linux/configure.in (has_