aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.1
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-14 03:52:54 +0000
committerRoland McGrath <roland@gnu.org>1995-04-14 03:52:54 +0000
commite215c4786cff3ecc7961a60f5f79bed50f0fe8c1 (patch)
treefbf34cefb203f9aad43128e555c89ef700c6ea80 /ChangeLog.1
parent335aa3209b5d597a93733a7313e629e202731078 (diff)
downloadglibc-e215c4786cff3ecc7961a60f5f79bed50f0fe8c1.tar.xz
glibc-e215c4786cff3ecc7961a60f5f79bed50f0fe8c1.zip
* Makefile (distribute): Add ChangeLog.[0-9].
* configure.in: Add check for .set directive. * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE. * Makerules [! subdir] (O%-lib): Don't prepend ../. * sysdeps/generic/expm1.c: #undef expm1 before weak_alias. See ChangeLog.4 for earlier changes.
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.12670
1 files changed, 2670 insertions, 0 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
new file mode 100644
index 0000000000..1335a5f64a
--- /dev/null
+++ b/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.
+
+Tue Jun 30 21:14:53 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * configure: Add --os-release=* and --os-version=* options. Record
+ settings (which might be automagically guessed) in config.status.
+
+ * misc/mknod.c: Use __mode_t for arg in fn alias.
+
+ * posix/unistd.h (setregid): Declare to take __gid_t args.
+
+ * sysdeps/unix/bsd/i386/__wait3.S: Don't use lcall insn gas barfs on.
+
+ * posix/vfork.c: Move to sysdeps/generic/.
+
+ * Rules (others, tests): Export them.
+
+ * io/umask.c, io/mkdir.c, io/chmod.c: Use mode_t not int in arg decls.
+
+ * sysdeps/i386/ffs.c: #include <string.h>, not <bstring.h>.
+
+ * stdio/vfscanf.c: Use function_alias.
+
+ * stdio/vsscanf.c: Use va_list, not PTR, in arg decl in fn alias.
+
+ * sysdeps/unix/i386/sysdep.h (PSEUDO): Enough backslashes and
+ semicolons.
+
+ * stdio/stdio.h: For __gnuc_va_list, #test __GNUC_VA_LIST, not
+ __va_list_defined.
+
+ * stdio/fmemopen.c: Use memchr to find NUL for append mode.
+
+ * stdio/memstream.c (enlarge_buffer): Double the buffer size, rather
+ than adding 100. Don't clobber *INFO->bufsize when called with the
+ put limit reset. If the target has been set, extend and zero-fill
+ the buffer.
+ (seek): New function.
+ (open_memstream): Use it for seek io fn. Call fmemopen with "w+" mode.
+
+Sun Jun 28 19:01:01 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * stdio/fseek.c: Fail with EINVAL for a negative file pos.
+
+Fri Jun 26 00:07:53 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * Makeconfig (stdarg.h): New variable.
+ * Makefile (headers): Add $(stdarg.h).
+
+ * stdio/stdio.h: Change __va_list to __gnuc_va_list in decls.
+
+ * sysdeps/unix/morecore.c: Include malloc.h #ifndef _MALLOC_INTERNAL.
+ Don't include <stdio.h>.
+ (NULL): Define to 0 if not defined.
+
+ * sysdeps/i386/bzero.c: Include string.h, not bstring.h.
+
+Thu Jun 25 21:01:40 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * stdio/perror.c, string/strerror.c (_sys_errlist, _sys_nerr): Don't
+ declare #ifndef HAVE_GNU_LD.
+
+ * stdio/fwrite.c: Cast arg to write io func to const char * (from uns).
+
+ * sysdeps/unix/Makefile: If syscall.h doesn't exist in
+ $(sysincludedir), look for sys/syscall.h and create $(objpfx)syscall.h
+ to #include it.
+
+ * sysdeps/unix/morecore.c (__default_morecore): Deansideclized.
+ * malloc/*.c: Only #include <malloc.h> #ifndef _MALLOC_INTERNAL.
+
+Wed Jun 24 19:09:04 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * sysdeps/unix/snarf-ioctls: Avoid looking at a few particular
+ headers which tend to mislead us.
+
+ * Makefile (distribute): Add COPYING.
+
+ * configure (Makefile): When invoking make in srcdir, set ARCH
+ rather than objdir on the cmd line.
+
+ * posix/glob.c [DIRENT] (direct): Don't define to dirent.
+ [! DIRENT] (direct): Define to dirent.
+
+ * Make-dist [!subdir] (+tsrcs): Don't include $(distribute). It was
+ already included above.
+
+Mon Jun 22 16:58:34 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * Makerules (sysdep_routines): Export it.
+
+Wed Jun 17 17:58:05 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * posix/glob.c (my_realloc): Test only __GNU_LIBRARY__. Can't trust
+ STDC_HEADERS.
+
+Tue Jun 16 20:20:01 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
+
+ * resource/sys/resource.h (enum __rlimit_resource): Added MEMLOCK,
+ NPROC, OFILE.
+
+ * posix/Makefile (glob.tar): Include Makefile.in & configure, and not
+ Makefile.
+ (glob/configure): New rule.
+
+ * posix/glob/Makefile: Moved to posix/glob/Makefile.in.
+ (VPATH, srcdir, CPPFLAGS): Define to be replaced by autoconf.
+
+ * posix/glob.c: Rearranged conditionals for use with autoconf.
+
+Thu Jun 11 15:47:43 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/unix/bsd/sun/sparc/start.c: Added alias for start -> __start.
+
+Tue Jun 9 20:15:12 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/posix/rename.c: Return failure and don't remove the old
+ link if the link failed with other than EEXIST.
+
+ * posix/glob/Makefile: Fixed copyright notice.
+ (realclean): Don't remove ~ backup files.
+
+Thu Jun 4 16:41:56 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * time/Makefile (install-data): Don't include zoneinfo/.
+ Makerules already makes sure the necessary directories exist.
+
+ * setjmp/setjmp.h (sigsetjmp) [__GNUC__]: Use typeof hackery to
+ construct the type of the temporary var for the arg.
+ (_setjmp) [__FAVOR_BSD]: Make same as setjmp.
+
+ * malloc/malloc.h (mtrace): Declare.
+
+ * malloc/malloc.h, malloc/calloc.c, malloc/free.c, malloc/malloc.c,
+ malloc/mcheck.c, malloc/memalign.c, malloc/mstats.c,
+ malloc/mtrace.c, malloc/realloc.c, malloc/valloc.c: Deansideclized;
+ changed copyright notices to be independent of libc.
+ * malloc/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
+
+ * io/ftw.h, io/ftw.c: New.
+ * io/Makefile (headers): Added ftw.h.
+ (routines): Added ftw.
+
+Tue Jun 2 21:49:22 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/unix/bsd/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Use
+ __sighandler_t.
+
+ * posix/glob.c (__ptr_t): Define.
+
+Thu May 28 06:57:14 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/m68k/jmp_buf.h: Don't use PTR.
+
+Wed May 27 18:09:40 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * posix/{glob,fnmatch}.[ch]: Deansideclized; changed copyright
+ notice to be independent of libc.
+ * posix/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
+
+ * posix/unistd.h (_SC_2_FORT_RUN, _SC_2_LOCALDEF): Define.
+
+ * posix/unistd.h: Define _POSIX2_* without #ifdef __USE_POSIX2.
+
+ * posix/unistd.h (_POSIX2_FORT_DEV): Removed.
+
+ * posix/fnmatch.h (FNM_FILE_NAME): Alias for FNM_PATHNAME.
+
+Tue May 26 00:39:39 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * time/Makefile (install-data): Include zoneinfo/, so the directory
+ gets made.
+
+ * Makeconfig (+gcc-nowarn): Define to -w if using gcc.
+ * time/Makefile (tz-cc): Use it to suppress warnings for grody code.
+
+ * posix/Makefile (libposix.a), math/Makefile (libm.a): Make archive
+ containing /dev/null instead of nothing; ar won't create an empty
+ archive.
+
+ * Makerules (%/): Added generic mkdir rule.
+
+ * posix/Makefile (install-lib): Define to libposix.a.
+ (libposix.a): Create empty archive.
+
+ * posix/Makefile (distribute): Added utsnamelen.h.
+
+ * ctype/ctype.c (tolower, toupper): If the arg doesn't fit in a
+ char, return it unchanged.
+ * ctype/ctype.h (tolower, toupper): Don't define as macros.
+ [__GNUC__]: Define as extern inline functions.
+
+ * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h,
+ sysdeps/unix/bsd/sun/sunos4/uname.S: New.
+
+ * configure: Only do hacking to snarf uname info if the config uses
+ the generic uname implementation.
+
+ * Makeconfig (+defines): Define to include $(gnu_ld), rather than
+ -DHAVE_GNU_LD.
+ * configure: Write config.make with gnu_ld/gnu_as defns.
+
+ * sysdeps/unix/bsd/sun/sunos411: Renamed back to .../sunos4.
+ * sysdeps/unix/bsd/bsd44: Renamed to .../bsd4.4.
+
+ * Makeconfig: include $(objpfx)configparms instead of
+ $(objdir)/Makeconfig.
+ Define objpfx as soon as objdir is defined, so we can use it.
+
+ * sysdeps/generic/uname.c: Use UNAME_* from config-name.h.
+
+Mon May 25 19:33:07 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * configure: Accept all standard GNU configure options.
+ Expect to be run in object directory, and find source directory
+ elsewhere.
+ Write config.status as a shell script that can be run to recreate
+ the configuration.
+ Grok os names containing dots by trying each successively
+ less-precise substring.
+ Write Sysnames and config-name.h in current directory.
+ Write #define's for uname sysname, release, version, and machine
+ elts in config-name.h. Hackery to intuit release and version info.
+
+ * stdio/vsnprintf.c, stdio/vsprintf.c, stdio/vasprintf.c,
+ stdio/vdprintf.c, stdio/vfscanf.c, stdio/vscanf.c,
+ stdio/__vsscanf.c: Take arg list as va_list, not PTR.
+
+ * stdio/stdio.h: Replaced #include <stdarg.h> with magic.
+ Properly use __va_list in prototypes.
+
+ * Makeconfig (exec_prefix): Define.
+ (libdir, includedir, bindir): Use it.
+
+ * sysdeps/unix/sysv/Makefile [subdir==io] (sysdep-routines): Removed
+ __utssys.
+ * sysdeps/unix/sysv/Dist: Removed __utssys.S.
+ * sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/uname.c: Removed.
+ * sysdeps/unix/sysv/uname.S, sysdeps/unix/sysv/utsnamelen.h: New.
+
+ * posix/sys/utsname.h (_UTSNAME_LENGTH): Don't define; instead,
+ #include <utsnamelen.h> to define it.
+ * sysdeps/generic/utsnamelen.h: New.
+
+Sun May 24 00:07:45 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * sysdeps/generic/inet-cvt.h: Deansideclized.
+
+ * string/string.h (memfrob): First arg is __ptr_t, not char *.
+
+ * misc/sys/cdefs.h (__ptr_t): Made #define rather than a typedef.
+
+Fri May 22 01:52:04 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * Makefile, Rules, Makerules: Remove all rules for ansideclificating
+ headers.
+
+ * posix/glob.h, posix/fnmatch.h: Use explicit cruft for C++.
+ Define __P and const for C++/ANSI vs old C ourselves, to avoid
+ dependence on <sys/cdefs.h>.
+
+ * inet/Makefile: Remove cruft to snarf things from bsd/.
+ * inet/bsd/*.c: Moved to inet/.
+
+ * Makerules: Install headers from source directories into
+ $(includedir), rather than ansidecl madness.
+ * Makeconfig (ansi-incldir, trad-incldir): Removed.
+ (includedir): Define instead.
+
+ * assert/assert.h, ctype/ctype.h, dirent/dirent.h, grp/grp.h,
+ locale/locale.h, locale/localeinfo.h, math/math.h,
+ misc/sys/file.h, misc/sys/ioctl.h, misc/sys/ptrace.h,
+ misc/sys/uio.h, misc/sgtty.h, misc/nlist.h, posix/gnu/types.h,
+ posix/sys/wait.h, posix/sys/types.h, posix/sys/times.h,
+