aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.old
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-09-01 09:31:43 -0400
committerZack Weinberg <zackw@panix.com>2017-09-01 09:31:43 -0400
commitce870587d5055437619680700ee5663a3cec66f6 (patch)
treefa4183ff6e3aab51276f5709ccdfdf93449cb89c /ChangeLog.old
parente0d2eb5a798613f9c24ad0056da86c8cfd19043d (diff)
downloadglibc-ce870587d5055437619680700ee5663a3cec66f6.tar.xz
glibc-ce870587d5055437619680700ee5663a3cec66f6.zip
Move all old ChangeLogs to a top-level ChangeLog.old directory.
Diffstat (limited to 'ChangeLog.old')
-rw-r--r--ChangeLog.old/ChangeLog.12670
-rw-r--r--ChangeLog.old/ChangeLog.1013265
-rw-r--r--ChangeLog.old/ChangeLog.1113405
-rw-r--r--ChangeLog.old/ChangeLog.1210098
-rw-r--r--ChangeLog.old/ChangeLog.1313829
-rw-r--r--ChangeLog.old/ChangeLog.1416759
-rw-r--r--ChangeLog.old/ChangeLog.155480
-rw-r--r--ChangeLog.old/ChangeLog.1613377
-rw-r--r--ChangeLog.old/ChangeLog.1715228
-rw-r--r--ChangeLog.old/ChangeLog.1896739
-rw-r--r--ChangeLog.old/ChangeLog.23742
-rw-r--r--ChangeLog.old/ChangeLog.31644
-rw-r--r--ChangeLog.old/ChangeLog.42324
-rw-r--r--ChangeLog.old/ChangeLog.510878
-rw-r--r--ChangeLog.old/ChangeLog.610547
-rw-r--r--ChangeLog.old/ChangeLog.714580
-rw-r--r--ChangeLog.old/ChangeLog.812549
-rw-r--r--ChangeLog.old/ChangeLog.96677
-rw-r--r--ChangeLog.old/ChangeLog.libidn184
-rw-r--r--ChangeLog.old/ChangeLog.localedata12593
-rw-r--r--ChangeLog.old/ChangeLog.nptl13230
-rw-r--r--ChangeLog.old/ChangeLog.nptl_db347
-rw-r--r--ChangeLog.old/ChangeLog.ports107
-rw-r--r--ChangeLog.old/ChangeLog.ports-aarch64624
-rw-r--r--ChangeLog.old/ChangeLog.ports-aix21
-rw-r--r--ChangeLog.old/ChangeLog.ports-alpha1052
-rw-r--r--ChangeLog.old/ChangeLog.ports-am33372
-rw-r--r--ChangeLog.old/ChangeLog.ports-arm2968
-rw-r--r--ChangeLog.old/ChangeLog.ports-cris40
-rw-r--r--ChangeLog.old/ChangeLog.ports-hppa1282
-rw-r--r--ChangeLog.old/ChangeLog.ports-ia641399
-rw-r--r--ChangeLog.old/ChangeLog.ports-linux-generic200
-rw-r--r--ChangeLog.old/ChangeLog.ports-m68k1451
-rw-r--r--ChangeLog.old/ChangeLog.ports-microblaze198
-rw-r--r--ChangeLog.old/ChangeLog.ports-mips2657
-rw-r--r--ChangeLog.old/ChangeLog.ports-powerpc413
-rw-r--r--ChangeLog.old/ChangeLog.ports-tile741
37 files changed, 303670 insertions, 0 deletions
diff --git a/ChangeLog.old/ChangeLog.1 b/ChangeLog.old/ChangeLog.1
new file mode 100644
index 0000000000..1c88068c60
--- /dev/null
+++ b/ChangeLog.old/ChangeLog.1
@@ -0,0 +1,2670 @@
+Thu Sep 3 17:31:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/unix/bsd/setgroups.S: New file. How did this manage not
+ to exist already??
+
+ * Version 1.04.
+
+ * sysdeps/generic/memmem.c (memmem): Fixed loop condition not to
+ use nonexistent variable.
+
+ * string/string.h (memmem): Put const qualifier on args.
+
+ * sysdeps/stub/sigaltstack.c (sigaltstack): Fix arg type.
+
+ * setjmp/sigsetjmp.c: #undef sigsetjmp before defining the function.
+
+Wed Sep 2 16:43:58 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * misc/Makefile (headers): Add syscall.h.
+ * sysdeps/unix/Makefile: Only generate syscall.h if it would
+ otherwise come from stub.
+ * sysdeps/stub/syscall.h: New file.
+
+ * time/Makefile (routines): Add stime.
+
+ * io/Makefile (routines): Add fchdir.
+
+ * signal/Makefile (routines): Add sigaltstack.
+
+ * string/Makefile (routines): Add memmem.
+
+ * setjmp/Makefile (routines): Add sigsetjmp, _setjmp.
+
+ * misc/Makefile (routines): Add getpass.
+
+ * Makefile (distribute): Add NEWS.
+
+ * Makerules (ar-it) [! objdir]: Pass `ru' instead of `u' to ar.
+ Use $(..)libc.a instead of $(libc.a).
+
+ * sysdeps/unix/sysv/i386/linux/sysdep.h (PSEUDO): Call numbers are
+ SYS_*, not __NR_*.
+
+ * sysdeps/unix/sysv/i386/linux/__wait.S: Prepend extra _ to
+ `__waitpid' for jmp.
+
+ * Makerules (check): New rule; alias for `tests'.
+
+ * sysdeps/stub/__setregid.c: Args are gid_t, not int.
+
+ * sysdeps/posix/readv.c: #include <string.h>.
+
+ * sysdeps/generic/printf_fp.c: If LDBL_DIG or LDBL_MAX_10_EXP is
+ defined by float.h, #define each to DBL_*.
+
+Tue Sep 1 16:29:07 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/unix/Makefile (syscall.h): Add missing backslashes.
+
+ * Makeconfig [!objdir && !..] (common-objpfx): Define as
+ `sysdeps/..'; The Almighty KludgeMeister 2000 wins again.
+
+ * Makerules (sysdep-Makefile): Rename to sysd-Makefile.
+
+ * Makeconfig (CC): Don't use -pipe by default.
+
+ * configure (switches): Put quotes around os-release and
+ os-version values.
+
+Mon Aug 31 19:33:15 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/stub/cbrt.c: New file.
+
+ * sysdeps/generic/cabs.c: New file.
+
+ * sysdeps/generic/ceil.c: New file, split from floor.c.
+ * sysdeps/generic/__rint.c: Replaced with code split from floor.c.
+ * sysdeps/generic/Makefile (routines): Don't remove ceil, __rint.
+
+Thu Aug 27 15:58:13 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
+
+ * malloc/malloc.h [! __STDC__] (ptrdiff_t): #define.
+
+Wed Aug 26 18:15:47 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * malloc/free.c (__free): Rename to _free_internal.
+ (free), malloc/malloc.c (morecore): Change callers.
+ * malloc/malloc.h: Change decl.
+
+Tue Aug 18 17:38:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/generic/__copysign.c: New file.
+
+ * sysdeps/unix/sysv/sysdep.h: #include <syscall.h>, not
+ <sys/syscall.h>. Don't #define _SYS_SYS_S; should no longer be
+ necessary.
+
+ * sysdeps/unix/Makefile (syscall.h): Replaced simple code to just
+ find the file in any of several places, with hairier code to find
+ it and massage it.
+
+ * malloc/Makefile (obstack.%): Remove rule.
+ (gpl2lgpl): Define this instead.
+ * posix/Makefile (gpl2lgpl): Define to include getopt source files.
+ * Makerules ($(gpl2lgpl)): New rule to snarf code and frob its
+ copying notices.
+
+Fri Aug 14 13:28:39 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * Makeconfig (common-objdir, common-objpfx): Define new vars.
+ (libc.a): Define in terms of $(common-objpfx).
+ Find config.make with $(common-objpfx), not $(objpfx).
+ * Makerules (common-objdir-compile): Define canned sequence.
+ (native-compile): Use $(@D)/$(@F) instead of stripping off $(objpfx).
+ * sysdeps/unix/Makefile, sysdeps/unix/bsd/Makefile,
+ sysdeps/generic/Makefile: Use it.
+ Use $(common-objpfx) for generated things not specific to one subdir.
+
+ * sysdeps/unix/Makefile (sysdep_headers): Add
+ $(sys/param.h-includes) to this instead of to headers.
+
+Thu Aug 13 18:30:58 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * posix/glob.c: Always #include <sys/types.h>.
+ [! USG]: Don't do it here.
+ [STDC_HEADERS]: Test this instead of __STDC__ for size_t.
+ [HAVE_STRCOLL]: Test this instead of ANSI_STRING for strcoll.
+
+ * posix/glob/Makefile.in (Makefile): Remove rule.
+
+Wed Aug 12 16:12:52 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/sparc/jmp_buf.h: Deansideclized.
+
+ * sysdeps/generic/make_siglist.c: #undef HAVE_SYS_SIGLIST, not
+ SYS_SIGLIST_MISSING.
+ * sysdeps/generic/signame.[ch]: Re-symlinked from /gd/gnu/lib.
+ Who's been removing random things from my source tree??
+
+Tue Aug 11 15:01:50 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * posix/getconf.c (main): Cast printf field with arg to int.
+
+ * Makefile (distribute): Remove ansidecl, ansidecl.m4.
+
+ * posix/glob.c [_AIX]: Don't declare alloca.
+
+Mon Aug 10 17:09:40 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/m68k/fpu/__math.h (__expm1): Define just like expm1.
+
+ * sysdeps/unix/ioctls-tmpl.c [SMIOSTATS, SMIOGETREBOOT0,
+ ZIOCBCMD]: Include headers for these.
+
+Fri Aug 7 16:01:43 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * string/tester.c (main): Use sys_nerr and sys_errlist, not _sys_*.
+
+ * stdio/stdio.h [__USE_GNU] (_sys_nerr, _sys_errlist): Declare.
+
+ * string/strerror.c, stdio/perror.c
+ [HAVE_GNU_LD] (_sys_errlist, _sys_nerr): Remove decls.
+
+ * stdio/memstream.c (enlarge_buffer): Notice when target is -1 and
+ don't treat it as a huge value.
+
+ * stdio/tst-printf.c: #if 0 code that tickles printf_fp bugs.
+
+ * grp/testgrp.c: Don't bomb if uid not in passwd file.
+
+ * stdlib/tst-strtol.c (tests): C-t on LONG_MIN and LONG_MIN-1 elts.
+
+ * stdlib/strtol.c: Use int flag NEGATIVE instead of char 1/-1 SIGN.
+ Fixed checking for overflow of long int that fits in unsigned long
+ int--must cast LONG_MIN before negating!
+
+Thu Aug 6 18:46:24 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * stdio/bug3.c (main): Define ansideclifily.
+
+ * sysdeps/unix/bsd/sun/sparc/__pipe.S: Define __pipe, not ___pipe.
+
+ * math/test-math.c (main): Remove unused vars.
+
+ * io/flock.c: #include <sys/file.h>, and not fcntl.h or sys/types.h.
+
+ * sysdeps/m68k/fpu/__math.h (__rint): Define just like rint.
+
+ * math/math.h (__rint): Declare.
+
+ * configure (esix*): base_os=unix/sysv.
+
+ * dirent/getdents.c: #include <dirent.h>.
+
+ * Rules (subdir): Avoid TAB before # at end of defn.
+
+ * sysdeps/unix/bsd/bsd4.4/__wait3.c: Last arg type is struct rusage *.
+
+Tue Aug 4 18:19:43 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/ieee754/Makefile: Removed.
+
+ * math/math.h: Declare __expm1.
+
+Mon Aug 3 13:02:05 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/ieee754/cabs.c (cabs, z_abs): Members of structure have __.
+
+ * sysdeps/unix/bsd/seq386: Remove directory.
+
+Thu Jul 30 15:42:01 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/unix/bsd/sun/sparc/sigcontext.h: Deansideclized.
+
+ * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Make last arg struct rusage
+ instead of PTR.
+
+ * sysdeps/unix/morecore.c (__default_morecore): Make arg ptrdiff_t.
+
+ * sysdeps/ieee754/cabs.c (cabs, z_abs): Use `struct __complex' for arg.
+
+ * sysdeps/generic/pow.c: #include <limits.h>.
+
+ * sysdeps/generic/mathimpl.c: #include <math.h> before frobnication.
+
+ * misc/getusersh.c (okshells): Make const.
+ (initshells): Properly declare static.
+
+ * sysdeps/unix/bsd/__tcgetatr.c: Cast sg_[io]speed to (unsigned char)
+ to avoid gcc warnings.
+
+ * math/bsd/common/atan2.c, math/bsd/common/tan.c,
+ math/bsd/common/sincos.c, math/bsd/common/trig.h,
+ math/bsd/common_source/__expm1.c, math/bsd/common_source/fmod.c,
+ math/bsd/common_source/acosh.c, math/bsd/common_source/log.c,
+ math/bsd/common_source/asincos.c, math/bsd/common_source/asinh.c,
+ math/bsd/common_source/log1p.c, math/bsd/common_source/atan.c,
+ math/bsd/common_source/log__L.c, math/bsd/common_source/atanh.c,
+ math/bsd/common_source/mathimpl.h, math/bsd/common_source/cosh.c,
+ math/bsd/common_source/exp.c, math/bsd/common_source/sinh.c,
+ math/bsd/common_source/exp__E.c, math/bsd/common_source/tanh.c,
+ math/bsd/common_source/floor.c: Moved to sysdeps/generic.
+ * math/bsd/ieee/{cabs,cbrt,support}.c: Moved to sysdeps/ieee754.
+ * All above + sysdeps/generic/mathimpl.h, sysdeps/generic/pow.c: New
+ code from 4.4/net2.
+
+ * sysdeps/generic/ffs.c: #include <string.h>, not <bstring.h>.
+
+ * posix/glob/Makefile.in (Makefile): Depend on config.status; invoke
+ it directly instead of using $(SHELL).
+
+ * posix/glob.c [! USG]: #include <sys/types.h> before <sys/dir.h>.
+
+Tue Jul 28 17:54:23 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/unix/bsd/ultrix42: Renamed to ultrix4.
+
+ * sysdeps/unix/sysv/isc2.2/__rename.S: New.
+ * configure (isc*): base_os=unix/sysv.
+
+ * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Use
+ "export foo := $(foo)" instead of ifdef have_export_directive.
+ * Makeconfig (have_export_directive): Remove; move .NOEXPORT down.
+
+Mon Jul 27 18:01:30 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * configure: Remove redundant test to set os_used.
+
+Sun Jul 26 17:03:31 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * README.template: Don't mention Q+A.
+ * Makefile (distribute): Remove Q+A.
+
+ * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Put
+ "ifdef have_export_directive" around uses of `export' directive.
+ They are only needed for dist and tags anyway.
+ * Makeconfig (have_export_directive): Add commented-out defn, and
+ comment to explain.
+ (.NOEXPORT): Add special target for old versions of GNU make.
+
+ * posix/glob.c [_AIX]: #pragma alloca first thing.
+ [ANSI_STRING]: Remove #define's for index et al.
+
+Thu Jul 23 21:49:53 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * misc/getpass.c: New.
+ * posix/unistd.h (getpass): Declare.
+
+ * posix/unistd.h (getusershell, setusershell, endusershell): Declare.
+ * misc/Makefile (routines): Add getusersh.
+ * misc/getusersh.c: New.
+
+Tue Jul 14 20:03:57 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * stdlib/Makefile (tests): Add testdiv.
+ * stdlib/testdiv.c: New.
+
+ * sysdeps/unix/sysv/i386/linux/{rename,__mkdir,__rmdir,__dup2,
+ getpgrp,__setpgrp,setsid}.S: New files.
+
+ * sysdeps/unix/__getppid.S: If SYS_getppid is defined, use it rather
+ than alternate value of getpid.
+ * __gete[ug]id.S: Similar.
+
+ * sysdeps/unix/sysv/i386/linux/__waitpid.S: New file.
+ * sysdeps/unix/sysv/i386/linux/__wait.S: New file.
+ * sysdeps/posix/__wait3.c: New file.
+
+ * sysdeps/unix/sysv/i386/linux/socket.S: New file.
+ * bind.S, connect.S, listen.S, accept.S, getsockname.S,
+ getpeername.S, socketpair.S: Also new (and trivial).
+
+Mon Jul 13 17:41:46 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/unix/sysv/i386/linux/sysdep.[hS]: New files.
+
+ * configure (linux*): base_os=unix/sysv
+ (gnu*, linux*): Always set --with-gnu-ld and --with-gnu-as.
+
+ * stdio/obstream.c: #include <string.h>
+ (obstack_vprintf): Use bzero rather than memset.
+
+ * stdio/glue.c (unix_FILE.glue): Add two members, which will overlap
+ get_limit and put_limit in GNU stdio.
+ (_iob): Initialize them to same as `streamp'.
+
+Thu Jul 9 21:27:39 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * stdio/stdio.h (open_obstack_stream, obstack_printf,
+ obstack_vprintf): Declare.
+
+ * posix/glob.c [STDC_STRINGS]: Don't test this.
+ [! ANSI_STRING]: Put memcpy, strrchr, memset defns here instead.
+
+ * posix/glob/Makefile.in (glob.o, fnmatch.o): / after $(srcdir).
+
+Tue Jul 7 03:11:23 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * stdio/Makefile (routines): Add obstream.
+
+ * Makerules (%.o: %.S, %.o: %.c): If using gcc, put the file name
+ before the options on the command line.
+
+ * malloc/Makefile (dist-routines): Define with routines for malloc.tar.
+ (routines): Define with that plus the rest.
+ (nodist): Remove.
+ (routines): Add obstack.
+ (headers): Add obstack.h.
+ (obstack.%): New rule.
+
+ * stdio/glue.c: Add comments.
+
+ * stdio/printf.h (struct printf_info.spec): Make unsigned char.
+
+ * stdio/stdio.h (__validfp): Fixed glued-stream snarfing.
+
+Mon Jul 6 20:00:47 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/i386/jmp_buf.h: Deansideclized.
+
+ * sysdeps/posix/Makefile (objdir-CPPFLAGS): Define; if in parent
+ dir, add ..s to -Is.
+ (mk-stdiolim): Use it in place of $(CPPFLAGS).
+
+Sat Jul 4 20:44:42 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * posix/glob/Makefile.in (glob.o, fnmatch.o): Put $(srcdir) on deps.
+
+Wed Jul 1 00:13:40 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/generic/strstr.c: If NEEDLE is "", return end of HAYSTACK.
+
+ * string/tester.c (main): Remove decls of sys_nerr and sys_errlist.
+
+ * configure: Accept --prefix=*, --exec_prefix=* options.
+ Set values in config.make and config.status.
+
+ * io/umask.c: Fixed return type in fn alias.
+
+ * posix/glob.c [! ANSI_STRING]: #define strcoll to strcmp.
+ Remove extra decls of free, qsort, malloc, and realloc.
+
+ * dirent/alphasort.c: #include <string.h>, and not <stdlib.h>.
+
+ * sysdeps/unix/bsd/i386/__wait3.S: Load SYS_wait into %eax before
+ trapping. Use literal .byte instead of lcall to avoid gas bug.
+ Use 0(REG), not (REG), for register-indirect addressing.
+
+ * configure: Make config.status executable.