Thu Apr  9 01:49:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* Version 1.03.

	* grp/testgrp.c: Print members correctly.

	* stdio/test-popen.c: Pipe to cat rather than more, and then check
	output file.  Better error checking.

	* setjmp/tst-setjmp.c: Notice if we didn't jump the right number of
	times.

	* signal/tst-signal.c, string/testcopy.c, stdio/bug[12345].c: Print
	msgs that more clearly say whether we won or lost.  Better error
	checking.

	* sysdeps/generic/printf_fp.c: Completely rewritten from scratch.
	Now uses Steele & White's "Dragon4" algorithm to do things right.

Wed Apr  8 01:08:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* sysdeps/i386/__longjmp.c: Test for VAL==0 before clobbering regs.
	Wire V to AX, rather than DX.  Use "a" constraint on unused operand
	in jmp asm, rather than global reg var, to force value into AX.

Tue Apr  7 17:51:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* posix/Makefile (headers): Added tar.h.
	* posix/tar.h: New file, from djm.

Mon Apr  6 01:39:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* time/tzfile.c (struct ttinfo): Made `isstd' member be unsigned
	char instead of 1-bit bitfield.

	* time/tzfile.c (__tzfile_default): New function.
	* time/__tzset.c: Call it when no rule is given.
	* time/Makefile: Install posixrules just like localtime.
	* time/Makeconfig (posixrules, posixrules-file): New config vars.

	* time/time.h (struct tm): Add `tz_gmtoff', `tz_zone'.
	* time/localtime.c: Set those members.

	* sysdeps/ieee754/__drem.c: XOR the signs of X and the result,
	rather than setting the sign of the result to that of X.

	* sysdeps/unix/bsd/make-local_lim.c: Don't do MAXUPRC or MAXLINK if
	<sys/param.h> didn't define them.

	* sysdeps/posix/__sigvec.c: Fixed braino: SA_ONSTACK should be
	SA_RESTART.

	* pwd/getpw.c, pwd/putpwent.c: Use %u fmt for uid and gid (which are
	unsigned).

	* time/time.h (tzname, daylight, timezone): Don't #define to __.
	* time/tzfile.c, time/__tzset.c, time/localtime.c, time/strftime.c
	[! HAVE_GNU_LD]: #define __ to plain for above three vars.

Thu Apr  2 03:39:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* locale/Makefile (routines): Add localeconv.

	* sysdeps/i386/jmp_buf.h: Removed `__dx' elt; replaced with `__pc'.
	__bp and __sp are PTRs.
	* sysdeps/i386/setjmp.c: Rewritten.  Use global reg vars to save regs.
	Use arithmetic on address of arg to get caller's PC, BP, and SP.
	* sysdeps/i386/__longjmp.c: Rewritten.  Use global reg vars to
	restore regs.

Wed Apr  1 23:13:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* Moved sysdeps/unix/i386/{bsd,sysv} to
	sysdeps/unix/{bsd,sysv}/i386, and updated Implies files.
	Implied dirs come before parents, and we want unix/i386 before
	unix/{sysv,bsd}.

	* io/chown.c: Fixed types in fn alias.

Wed Apr  1 14:18:58 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)

	* sysdeps/generic/memcmp.c
	(memcmp_common_alignment, memcmp_not_common_alignment):
	Move back do0 label to its original position, after the loop.
	Add comment before do0 labels.
	* sysdeps/generic/wordcopy.c (_wordcopy_fwd_aligned): Indentation.
	Add comment before do0 labels.

Wed Apr  1 02:16:19 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* sysdeps/unix/sysv/Makefile [subdir==misc]: Generate sysdep header
	termio.h from sysv_termio.h.

	* sysdeps/generic/make_siglist.c: New file.
	* sysdeps/generic/signame.[ch]: Symlink'd from /gd/gnu/lib.
	* sysdeps/generic/Makefile: Generate siglist.c with above.
	* sysdeps/generic/Dist: Add make_siglist.c, signame.[ch].

	* sysdeps/unix/bsd/Makefile (before-compile): Define properly as a
	variable.

	* sysdeps/unix/bsd/make_siglist.c: Generate #define _sys_siglist
	sys_siglist #ifndef HAVE_GNU_LD.
	* stdio/psignal.h, string/strsignal.h [! HAVE_GNU_LD]:
	#define _sys_siglist sys_siglist.

	* sysdeps/unix/sysv/signum.h (SIGCHLD): Changed #.
	(SIGUSR1, SIGUSR2, SIGPWR): Added.
	(_NSIG): Updated.

	* sysdeps/unix/sysv/utmp.h: New.

	* sysdeps/unix/bsd/getlogin.c: Moved to sysdeps/unix/getlogin.c.

	* sysdeps/unix/sysv/r4/bsddir.h, sysdeps/unix/sysv/r4/readdir.c,
	sysdeps/unix/sysv/r4/closedir.c, sysdeps/unix/sysv/r4/rewinddir.c,
	sysdeps/unix/sysv/r4/opendir.c, sysdeps/unix/sysv/r4/sys_getdents.S,
	sysdeps/unix/sysv/r4/Makefile: New.

	* sysdeps/unix/sysv/tcflow.c: New.

	* sysdeps/unix/sysv/sysv_termio.h: Add lots of bits; VMIN and VTIME
	elts of c_cc.
	* sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcsetattr.c: Use
	VMIN and VTIME elts from sysv termio struct.

	* sysdeps/unix/sysv/__gethstnm.c: New.

	* sysdeps/unix/sysv/local_lim.h (NGROUPS_MAX): Define as 0.

	* sysdeps/unix/sysv/fcntlbits.h (struct __flock): Changed l_pid to
	short; added l_sysid.

	* sysdeps/unix/sysv/__sigact.c: New.

	* sysdeps/unix/sysv/r4/__access.S: New; just #include bsd/__access.S.

	* sysdeps/unix/sysv/Makefile: Fixed typo: sysdep-routines =>
	sysdep_routines.

	* sysdeps/unix/i386/sysv/__sigret.S,
	sysdeps/unix/i386/sysv/signal.S: New.

	* signal/Makefile (routines): Added sigret, __sigret.
	* signal/sigret.c: New; fn alias to __sigreturn.
	* sysdeps/stub/__sigret.c: New.

	* sysdeps/unix/i386/sysdep.h (PSEUDO): Use hard-coded numbers for
	lcalls insn--GAS bug.

	* sysdeps/unix/bsd/readdir.c (D_NAMLEN): New macro; define if not
	already defined, to return length of a direct elt.

	* sysdeps/stub/__getgrps.c: #include <limits.h>; if NGROUPS_MAX is
	defined as 0, always return 0, and no stub warning.

	* sysdeps/posix/system.c: Don't fail if sigprocmask fails with ENOSYS.

	* sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c: Doc fix.

	* sysdeps/posix/__gettod.c: Use CONST where appropriate and not
	where not.

	* sysdeps/i386/memchr.c, sysdeps/i386/strlen.c: Changed `repnz' to
	`repne'.

	* stdio/fgets.c: Notice returned char from __fillbf in length calc.

	* misc/sys/ioctl.h: Always define `struct sgttyb'.

	* stdlib/alloca.h: #undef __alloca, too.
	Always #define alloca == __alloca.

	* signal/signal.h (__kill): Fixed type in decl.
	* posix/unistd.h (setgid): Fixed type in decl.
	* posix/setpgid.c, posix/setgid.c, signal/kill.c, posix/fork.c,
	  posix/vfork.c, posix/getpid.c, posix/getppid.c, posix/setsid.c:
	Fixed DEFUNs in fn aliases.
	* pwd/getpw.c: Fixed type in defn.

Mon Mar 30 17:06:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* sysdeps/generic/printf_fp.c: In %f, decrement PREC for each
	leading zero in the fractional part.

	* sysdeps/ieee754/ieee754.h: Made all elts unsigned.
	* sysdeps/ieee754/__drem.c: Return NAN if Y is zero.
	* sysdeps/ieee754/ldexp.c: Rewritten.
	* sysdeps/ieee754/__logb.c: Handle denormalized numbers.

	* posix/sys/wait.h: #include <endian.h>

	* sysdeps/ieee754/fl.h: Fixed NAN and HUGE_VAL bit patterns; added
	code for little endian.

	* sysdeps/generic/frexp.c: Add one to exponent to give the result a
	digit before the point.  Use negative exponent rather than division.

	* math/__finite.c: Return zero for NaN.
	* math/math.h: Doc fix for same.

	* stdio/__getdelim.c: Correctly notice when the buffer is full.

	* sysdeps/unix/bsd/opendir.c: Pass arg to fcntl F_SETFD by value,
	not by reference.

	* time/__tzset.c: Correct default rule: M4.1.0,M10.5.0.

	* time/__tzset.c: Move ptr past Mfoobar syntax after parsing it.

	* time/__tzset.c: Properly parse the DST offset (or its absence).

	* sysdeps/unix/make_errlist.c: Write an #ifdef HAVE_GNU_LD, rather
	than testing it when compiling make_errlist.

	* time/tzfile.c (__tzfile_read): Convert transitions to host byte
	order.

	* Makeconfig (localtime-file): New config var.
	* time/Makefile (tzfile.o, zic.o): Use it for TZDEFAULT.

	* stdio/Makefile (tests): Added tstgetline.
	* stdio/tstgetline.c: New; test for getline.

	* Makeconfig (sysincludedir): Define and document.
	* sysdeps/unix/snarf-ioctls, sysdeps/unix/Makefile: Use
	${sysincludedirs} in place of hard-coded /usr/include.

Fri Mar 27 13:33:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* string/Makefile (headers): Added endian.h.

	* sysdeps/ieee754/__drem.c: Fixed typo which made X and Y be the
	same location.

	* sysdeps/generic/__lstat.c: #include <gnu-stabs.h>

	* stdio/internals.c (flushbuf): Increment target as well as offset
	when we write out the single char.

	* grp/Makefile (tests): Add testgrp (formerly bug1).

Thu Mar 26 14:59:45 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* stdio/fread.c: Don't read directly when we need to seek first.

Wed Mar 25 02:34:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* sysdeps/unix/bsd/alarm.c: There are 1000000 usecs in a sec.

	* sysdeps/unix/bsd/sun/ptrace.c: Removed.

	* stdio/fgets.c: For unbuffered stream, don't return EOF after
	reading some data.
	Added missing parens.

Tue Mar 24 18:31:07 1992  Torbjorn Granlund  (tege@hal)

	* sysdeps/i386/memset.c: Move code that puts C in all four nibbles of
	X inside `if' statement.  Include sysdeps/i386/memset.c (not bzero).
	* sysdeps/i386/memchr.c: Rewrite to be faster.  Include
	sysdeps/generic/memchr.c (not bzero).

Tue Mar 24 01:21:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* io/Makefile (routines): Add getdirname.
	* posix/unistd.h [__USE_GNU]: Declare getdirname.
	* io/getdirname.c: New.

	* Makeconfig (stddef.h): Define and document.
	* Makefile (headers): Use $(stddef.h) for stddef.h.

Mon Mar 23 18:04:56 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/posix/mktemp.c: Do PID % 100000 for 5 digits.

	* time/Makefile (tzfiles): Remove pacificnew; it won't compile.
	(distribute): Put it here instead.

	* stdio/printf-prs.c [HAVE_LONGLONG]: Fixed missed var name change
	from code snarf.

	* stdio/fgets.c: Return NULL when we get EOF.

	* posix/execvp.c, sysdeps/posix/putenv.c [! HAVE_GNU_LD]: Define
	__environ as environ.

	* sysdeps/unix/bsd/Makefile, sysdeps/unix/Makefile: In rules to
	compile generator programs, cd into $(objdir) first to avoid
	braindead cc clobbering foo.o in cwdir.

	* sysdeps/m68k/setjmp.c: Deref fpregs array in asm.

	* time/Makefile (zones-%): Fixed generated rules.

	* math/Makefile (libm.a): Use r cmd to ar.

	* time/Makefile (zones-%): In echo commands, put \\\\n outside of
	quotes instead of \\n inside single quotes.  SysV echo is braindead.

	* io/fchown.c, io/fchmod.c, misc/bsd-compat.c: Fixed DEFUNs in fn
	aliases.

	* time/Makefile (echo-zonenames): New target; tell user what all
	timezones defined in all zone files are.
	* Makeconfig (localtime): Comment about using above.

Sun Mar 22 18:34:02 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* time/australasia (NZ): Updated rules.

Sat Mar 21 01:00:49 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* stdio/printf-prs.c [__GNUC__]: Define HAVE_LONGLONG.

Fri Mar 20 00:35:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* Version 1.02.

	* stdio/Makefile (routines): Add __getdelim, __getline.

	* sysdeps/unix/i386/start.c: No ../ in #include file name.

	* sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c
	(__stdio_seek): Doc fix.

	* sysdeps/posix/mk-stdiolim.c: Add one to L_tmpnam, for the null
	terminator.

	* sysdeps/posix/__dup2.c: Use an extra fcntl call to check that the
	first fd is valid.  Close the second fd before doing the dup.

	* pwd/pwdread.c, grp/grpread.c: Use __getline.  Ignore lines
	beginning with #.

	* Makeconfig (objdir): If $(ARCH) starts with a slash, don't prepend
	$(..).

Thu Mar 19 21:36:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* Makefile (install-lib): Add Mcrt1.o.
	(Mcrt1.o): Create empty file.

Wed Mar 18 16:00:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* Makeconfig (+link): Use $(libdir) for gnulib.

Tue Mar 17 20:12:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* math/bsd/common_source/mathimpl.h: Include <endian.h>.
	[__LITTLE_ENDIAN]: #define national.

	* /home/gd2/gnu/libc/stdio/__vfscanf.c: EOF at end of string is not
	an error.

	* stdio/tstscanf.c: Added new sscanf test.

	* stdio/vfprintf.c: For %#x, print 0x after padding 0s, not before.

	* stdio/fputs.c: Reverse size args to fwrite and test for returning
	LEN, rather than 1, so 0-length wins.

	* io/gnu/fcntl.h: Moved to sysdeps/unix/bsd/fcntlbits.h.
	* io/Makefile (headers), io/fcntl.h: gnu/fcntl.h -> fcntlbits.h.
	* sysdeps/stub/fcntlbits.h, sysdeps/unix/sysv/fcntlbits.h: New.

	* stdio/fopen.c (__getmode): Don't fall through in switch after 'a'
	case.

	* locale/C-ctype_ct.c (__ctype_b_C): Use symbolic constants.
	9..12 are not _NOgraph.

Tue Mar 17 19:04:01 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)

	* string/testcopy.c: Fix typo in comment.

Tue Mar 17 19:57:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* sysdeps/generic/strstr.c, string/string.h, string/tester.c
	(strstr): Arguments were reversed.

Tue Mar 17 18:52:39 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)

	* sysdeps/i386/memcopy.h (WORD_COPY_BWD): Divide nbytes by 4.
	* sysdeps/i386/memchr.c: Rewrite.  Handle zero length correctly.
	Don't ask gcc to allocate eax to two regs.

Tue Mar 17 17:31:06 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* posix/unistd.h (getpagesize): Declare as size_t.

	* Makeconfig (CC): Define unless origin is default.

	* stdio/__getdelim.c: Be sure to leave room for the terminating null.

	* string/testcopy.c: New version from tege.

	* malloc/dist-README: Changed mailing list addr to bug-glibc.

	* sysdeps/unix/bsd/__sigproc.c: Use right mask for SIG_UNBLOCK.

	* Makefile, Rules (clean, mostlyclean): Put - before rm commands.

Tue Mar 17 11:14:40 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)

	* sysdeps/rs6000/memcopy.h (BYTE_COPY_BWD): Assign __nbytes.
	* sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Copy memory, not just
	pointers.  Clean up switch expression.

Mon Mar 16 05:09:23 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* posix/wordexp.c: New.

	* time/tzfile.c (__tzfile_read): Don't die if some of the sections
	of the datafile are empty.

	* stdio/getline.c, stdio/getdelim.c: Moved to
	__getline.c/__getdelim.c.
	New files with fn aliases.
	* stdio/stdio.h (__getline, __getdelim): Declare.

	* time/Makefile (zonenames): Hair to find the names of zones
	described by $(tzfiles).
	(install-data): Install zoneinfo/$(zonenames).
	Rules to make zones from tzfiles.
	[localtime] (zoneinfo/localtime): Make from zoneinfo/$(localtime).
	* Makeconfig (localtime): New user-frobbable variable.

Sun Mar 15 00:01:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* Makerules (sysdep-Makefile): Do if ... else true to avoid bogus
	nonzero status.

	* Makefile: Denewlinify +sysdep-subdirs after including sysd-dirs.

	* sysdeps/vax/__infnan.c [!__GNUC__]: Error.

	* zic.c, scheck.c, emkdir.c, ialloc.c, private.h, tzfile.h: Snarfed
	from localtime3 dist.
	* time/Makefile (others): Added zic.
	(distribute): Added private.h, emkdir.c, ialloc.c, scheck.c.
	(install): Defined: zic, zdump.

	* Makeconfig (bindir): Define.
	* Makerules: Add rule to install $(install) in $(bindir).
	(+install): Include $(install) in $(bindir).

	* sysdeps/unix/Makefile: Moved siglist.c rules to unix/bsd/Makefile.
	* sysdeps/unix/make_siglist.c: Moved to bsd/.
	* sysdeps/unix/Dist: Remove it.
	* sysdeps/unix/bsd/Dist: Add it.

	* malloc/Makefile (malloc/gmalloc.c): Depend on headers and sources.

	* sysdeps/unix/bsd/sun/sun4/__sigvec.S: Doc fix.

	* sysdeps/stub/stty.c, sysdeps/stub/gtty.c: Include <stddef.h>.

	* sysdeps/unix/sysv/__fstat.c: Include sysv_stat.h.

	* misc/bsd-compat.c: Define _BSD_SOURCE rather than __FAVOR_BSD.
	(longjmp): Use function_alias_void.

	* time/Makefile (tzfile.o): Compile with
	-DTZDIR='"$(datadir)/zoneinfo"'.d

Sat Mar 14 23:26:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* Makeconfig (INSTALL_DATA, INSTALL_PROGRAM, INSTALL): Don't define
	if already defined.

	* setjmp/longjmp.c: Use function_alias_void.

	* gnu-stabs.h (function_alias_void): New macro.

	* gnu-stabs.h [!HAVE_GNU_LD] (function_alias): Fixed not to loop.

Fri Mar 13 17:20:19 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Include null
	terminator in length calculation.

	* stdio/fgets.c: Be sure to return NULL on error/eof for unbuffered
	stream.  If N==1, don't write the first char if !seen.
	When the buffer is empty, notice the effect of __fillbf after
	calling it, avoiding a (costly) no-op iteration.
	Don't return NULL for reading no chars; only for EOF or error.
	Don't write terminator at beginning of S if eof on first char.

	* malloc/Makefile (libmcheck.a), Makefile (crt0.o): Remove target
	first; don't use -f to ln.

	* posix/execl.c, posix/execv.c, sysdeps/posix/getenv.c,
	sysdeps/posix/system.c [HAVE_GNU_LD]: #define __environ environ

	* posix/unistd.h [__OPTIMIZE__] (execv): Removed defn.  Can't know
	whether to use __environ or environ.

	* io/fchown.c, io/chown.c, io/open.c, misc/select.c,
	signal/sigvec.c, time/adjtime.c: Fixed DEFUNs in fn aliases.

	* time/__tzset.c: Don't dereference NULL if getenv returns it.

Thu Mar 12 16:01:33 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* sysdeps/ieee754/sqrt.c: Replaced undefined var ref `k' with constant.

	* sysdeps/i386/__longjmp.c: #include <stdlib.h>.

	* time/tzfile.c (__tzfile_compute): Use types[0] if TIMER falls
	between transitions[0] and transitions[1].
	Always set __tzname[INFO->isdst] to the name for INFO.

	* sysdeps/i386/__longjmp.c: Changed register names for gcc; eax/%eax
	-> ax.

	* sysdeps/unix/snarf-ioctls: Avoid infinite recursion.

Wed Mar 11 00:16:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* Version 1.01.

	* Makefile (munch-init.c): Made $(objpfx)munch-init.c.

	* signal/sigvec.c, signal/sigaction.c, stdio/vsscanf.c: Fixed DEFUNs
	in fn aliases.

	* sysdeps/m68k/68881/68881-switch/switch.c: Merged vars have_fpu and
	test_fpu into one.

	* sysdeps/mach/i386/start.c, sysdeps/vax/setjmp.c,
	sysdeps/vax/__longjmp.c, sysdeps/vax/__infnan.c,
	sysdeps/unix/start.c, sysdeps/unix/bsd/sun/sun4/sigtramp.c,
	sysdeps/unix/bsd/sun/sun4/start.c,
	sysdeps/unix/bsd/hp9k3bsd/start.c, sysdeps/sparc/sqrt.c,
	sysdeps/rs6000/ffs.c, sysdeps/m88k/ffs.c, sysdeps/m68k/setjmp.c,
	sysdeps/m68k/__longjmp.c, sysdeps/m68k/68881/printf_fp.c,
	sysdeps/m68k/68881/atan2.c, sysdeps/m68k/68881/__logb.c,
	sysdeps/m68k/68881/68881-switch/switch.c, sysdeps/m68k/ffs.c,
	sysdeps/i386/memset.c, sysdeps/i386/memchr.c, sysdeps/i386/ffs.c,
	sysdeps/i386/bzero.c, sysdeps/i386/__longjmp.c, sysdeps/am29k/ffs.c
	[! __GNUC__]: Either include the generic (or in some cases, ieee754)
	version, or do a #error.

	* Rules: Null out `objects' at end to shrink environment some.
	(+objs): Define with := from $(objects).
	(clean): Use that instead of $(objects).

	* sysdeps/i386/setjmp.c: Doubled % where it wanted to be literal.

	* posix/getgrps.c, io/flock.c, io/mkdir.c, io/read.c, io/write.c,
	io/stat.c, misc/getdents.c, misc/mknod.c, misc/utimes.c: Fixed
	DEFUNs in fn aliases.

	* sysdeps/unix/bsd/hp9k3bsd/sysdep.S: Use # instead of kludge cookie.

	* posix/getegid.c: Fixed type in DEFUN.

	* time/tzfile.c (__tzfile_compute): If TIMER is before any
	transition in the file, use the first non-DST type, rather than the
	type of the first transition in the file.

Tue Mar 10 20:01:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* configure: Take optional -nfp arg.
	(news, sun3, hp300): Prepend m68k/68881 unless -nfp is given.
	* sysdeps/unix/bsd/hp9k3bsd/Implies: Don't specify 68881.

	* stdio/getdelim.c: When the buffer is empty, notice the effect of
	__fillbf after calling it, avoiding a (costly) no-op iteration.

	* sysdeps/vax/__memccpy.c: Fixed comments.

	* stdio/fmemopen.c: Set all fns and seen bit before we might call
	something that would care (fclose).

	* configure (sun3, sun-3): Mean sun3os4, not sun3os3.
	(sun3os3): Use just unix/bsd/sun/sun3/os3.
	* sysdeps/unix/bsd/sun/sun3/os3: New directory.
	(sysdeps/unix/bsd/sun/sunos3/__wait.S): Moved to there.
	* sysdeps/unix/bsd/sun/sun3/sysdep.h: Fixed; took hp9k3bsd/sysdep.h
	and changed movel foo, d0 to pea foo for syscall no.
	* sysdeps/unix/bsd/sun/sun3/__brk.S: Fixed pea addr mode.
	* sysdeps/unix/bsd/sun/sun3/sethostid.S: errnos.h, not gnu/errno.h.
	Use .stabs directly, not gnu-stabs.h (which uses `asm').
	* sysdeps/m68k/setjmp.c: Changed asm for first moveml, so it works
	on sun3.
	* sysdeps/unix/bsd/sun/sun3/start.c: Removed ../ from #include path.

Sun Mar  8 16:33:33 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* misc/makefile (headers): Added stab.h, stab.def.
	* Many files: Changed __GNU_STAB__ to HAVE_GNU_LD.

Sat Mar  7 21:21:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* time/mktime.c: Normalize the struct values before checking for out
	of range values.

Fri Mar  6 11:43:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* sysdeps/ieee754/ldexp.c: New.

	* stdio/internals.c (flushbuf): When priming the stream for writing,
	advance the target pos to account for chars gotten from the buffer.

	* sysdeps/generic/Makefile: For math routines, don't filter out
	__finite.

	* sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Fixed bugs.

	* misc/Makefile (routines): Remove flock.

	* stdlib/strtod.c: Fixed typo in checking for exponent overflow.
	Do set *ENDPTR on overflow or underflow.

	* sysdeps/sparc/fl.h: Removed.  Should use ieee754 version.

	* sysdeps/generic/Makefile: For math routines, don't filter out
	__copysign, __scalb, __drem and __logb; and don't add support.

	* sysdeps/ieee754/__drem.c: New.
	* sysdeps/ieee754/sqrt.c: New.
	* sysdeps/stub/__drem.c: New.
	* sysdeps/stub/sqrt.c: New.
	* sysdeps/stub/__logb.c: New.
	* sysdeps/ieee754/__logb.c: New.

	* sysdeps/ieee754/__infnan.c: Include <float.h> and use NAN macro
	rather than cooking one up by hand.

	* sysdeps/unix/bsd/getlogin.c: Open /dev/tty, rather than using stdin.
	Make sure the name is always null-terminated.

Thu Mar  5 17:11:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* sysdeps/m68k/68881/__scalb.c: Removed.
	* sysdeps/m68k/68881/__math.h: Removed defn of __scalb.
	* math/math.h [__OPTIMIZE__]: Define __scalb to be ldexp.
	* math/__scalb.c: New; fn alias for ldexp.

	* stdio/Makefile (tests): Added bug4 and bug5.
	* stdio/bug4.c, stdio/bug5.c: Test cases from reported bugs just fixed.

	* stdio/internals.c (flushbuf): If nothing was written by the user,
	but there is previously gotten data, don't write anything out.

	* stdio/internals.c (seek_to_target): Call __stdio_check_offset first.

	* sysdeps/unix/sysv/sysv_termio.h: New file.
	* sysdeps/unix/sysv/Dist: Include it.
	* sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c,
	sysdeps/unix/sysv/tcsendbrk.c, sysdeps/unix/sysv/tcgetpgrp.c,
	sysdeps/unix/sysv/tcflush.c, sysdeps/unix/sysv/tcdrain.c,
	sysdeps/unix/sysv/__tcgetatr.c: New files.

	* stdio/internals.c (fillbuf): Don't set the put_limit on writable
	streams.  Wait for first write attempt to prime them, so we don't
	flush the unchanged data unnecessarily.

	* stdlib/exit.c: Look for NULL terminator on ld set, rather than
	using length word.

	* Makefile (headers): Remove stdarg.h and varargs.h.
	Users will get them from GCC.
	* stdio/printf.h: Include <stdarg.h> to use va_list.
	* stdio/stdio.h: Don't include <stdarg.h> with magic.
	Use PTR in place of __va_list in prototypes.
	* stdio/__vsscanf.c, stdio/vscanf.c, stdio/vfscanf.c,
	stdio/__vfscanf.c, stdio/vdprintf.c, stdio/vasprintf.c,
	stdio/vsprintf.c, stdio/vsnprintf.c, stdio/vprintf.c,
	stdio/vfprintf.c: Fixed DEFUNs.

	* sysdeps/ieee754/ieee754.h: New file; declares union ieee754_double.
	* sysdeps/ieee754/Dist: Add it.
	* sysdeps/ieee754/__copysign.c, sysdeps/ieee754/__infnan.c,
	sysdeps/ieee754/__isinf.c, sysdeps/ieee754/__isnan.c,
	sysdeps/ieee754/__printf_fp.c: Use it.

	* sysdeps/unix/sysv/uname.c: New.
	* sysdeps/unix/sysv/__utssys.S: New.
	* sysdeps/unix/sysv/Makefile (routines): Add __utssys.
	* sysdeps/unix/sysv/Dist: Add __utssys.S.

	* sysdeps/unix/sysv/__rmdir.c: New; runs `rmdir' shell command.

	* sysdeps/unix/sysv/__mkdir.c: New; runs `mkdir' shell command.

	* sysdeps/generic/__lstat.c: New; fn alias for __stat.

	* sysdeps/unix/sysv/__gethostname.c: New; uses uname.

	* sysdeps/unix/Makefile (sys/params.h): Protect with
	_GNU_SYS_PARAM_H, in case the system's file uses _SYS_PARAM_H itself.

	* stdio/internals.c (__stdio_check_offset): Call init_stream to make
	sure we have fns.

	* stdio/fread.c: Don't call __fillbf if the put_limit is past the
	beginning of the buffer; only if !seen, no buffer, or pushed back.

	* stdio/fopen.c (__getmode): Set create bit for "a" mode.

	* io/mkdir.c: #undef mkdir before fn alias.

	* time/tzfile.c (__tzfile_compute): Don't decrement I if it's zero.

	* Makefile (crt0.o): Use ln -f.

	* math/Makefile (install): Install libm.a.
	(libm.a): Make an empty archive.

Wed Mar  4 19:54:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* README.template: Added note about long filenames in dist.

	* io/Makefile (routines): flock -> __flock
	* flock.c: New file, fn alias.
	* sysdeps/unix/bsd/flock.S: Renamed to sysdeps/unix/bsd/__flock.S;
	made __flock.
	* sysdeps/mach/hurd/flock.c: Renamed to sysdeps/mach/hurd/__flock.c;
	made __flock.
	* sysdeps/stub/flock.c: Renamed to sysdeps/stub/__flock.c; made
	__flock.

	* time/time.h (__isleap): Fixed; every 400th year is not a leap
	year, not every 1000th.

	* stdio/internals.c (flushbuf): Increment the target position the
	amount the user wrote into the buffer, not the amount we wrote out
	to the file (which is greater if we read a block and modified it
	in the middle).

	* stdio/internals.c (flushbuf): Set get_limit to the beginning of
	the buffer for all streams, except when we have just read in a block.

Sat Feb 29 15:56:22 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* posix/Makefile (others): Removed logname, id.
	* time/Makefile (others): Removed date.

	* sysdeps/unix/bsd/sun/sun4/start.c: Make an alias called `start'
	(no leading underscore, so it can't conflict with C symbols) for
	`_start'.

Thu Feb 27 14:32:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* set-init.c: Look for NULL terminator on set.  ld is broken and
	doesn't set the length word correctly.

	* setjmp/_longjmp.c, signal/sigaction.c, signal/sigvec.c,
	signal/ssignal.c, string/bcmp.c, time/setitmr.c, posix/execve.c,
	posix/getegid.c, posix/geteuid.c, posix/getgid.c, posix/getuid.c,
	posix/getgrps.c, posix/setuid.c, posix/wait3.c, posix/wait4.c,
	posix/waitpid.c, io/lseek.c, io/open.c, io/read.c, io/write.c,
	resource/getrusage.c, misc/getpgsz.c, misc/gethstnm.c,
	misc/select.c: Fixed DEFUNs in fn aliases.

Wed Feb 26 00:20:25 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/generic/Makefile (routines): Add asincos.

	* time/tzfile.c (__tzfile_compute): Set __tzname properly, so isdst
	is the right index into it.

Tue Feb 25 01:42:16 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/unix/bsd/sun/sun4/sysdep.h (ENTRY): .align 2, not .align 4.
	This one is powers of two.

	* time/__tzset.c: If TZ is :FILE, try FILE and if __tzfile_read
	fails, then use defaults.

	* sysdeps/generic/Makefile (routines): Add sincos.

	* sysdeps/posix/cuserid.c: Set the result to the empty string on
	failure.

	* string/string.h, string/strings.h, sysdeps/i386/memchr.c: Fixed
	spelling in comment.

	* string/makefile (tests): Include (uncomment) testcopy.  We do have
	papers for it from tege.

	* malloc/dist-README: Fixed mailing list addr.

	* resource/sys/vtimes.h (struct vtimes): Renamed vm_outblk to
	vm_oublk; fixed comment.
	* sysdeps/generic/vtimes.c: Renamed here too.

	* Make-dist (README): Depend on version.c.

Tue Feb 18 18:14:50 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* Version 1.00.

	* time/tzfile.c (__tzfile_compute): Fixed transition comparison.

	* sysdeps/unix/bsd/sun/sun3/Makefile: Fixed typo.

Mon Feb 17 05:04:00 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* Version 0.6.

	* Makefile (distribute): Add Q+A.
	* Q+A: New doc file from rich@cygnus.com.

	* malloc/Makefile (distribute): Add mcheck-init.c.

Mon Feb 17 00:39:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/unix/sysv/utime.c: Removed.
	* sysdeps/unix/sysv/utime.S: New file.

	* sysdeps/unix/sysv/signum.h: New file.

	* sysdeps/unix/sysv/local_lim.h: New file.

	* sysdeps/unix/sysv/sysv_stat.h: New file.
	* sysdeps/unix/sysv/__stat.c, sysdeps/unix/sysv/__fstat.c: New files.
	* sysdeps/unix/sysv/Makefile: New file.
	(+sysdep-routines): Define to sys_stat and sys_fstat.
	* sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S: New
	files.
	* sysdeps/unix/sysv/Dist: Created to include sysv_stat.h,
	sys_stat.S, and sys_fstat.S.

	* sysdeps/stub/__setreuid.c: Include <sys/types.h>.

	* sysdeps/posix/__sigblock.c: Fixed typo.

	* stdio/internals.c (__flshfp): Don't return EOF if at EOF; only
	for errors.

	* signal/gnu/signal.h: Move #include <signum.h> outside repeat #ifdef.

	* sysdeps/unix/sysv/filebits.h: Created.

	* misc/Makefile (distribute): Define to bsd-compat.c.

	* misc/Makefile (headers): Remove filebits.h.
	* io/Makefile (headers): Put it here.

	* Makefile (+posix_dirs): Add io.
	* io/Makefile: New file for new subdir.
	Contains many headers and routines moved from posix.
	* posix/Makefile: Remove many headers and routines now in io.
	* Moved many files from posix to io.

	* stdlib/alloca.h: Get size_t from stddef.h.

	* misc/bsd-compat.c (getgroups): Removed.  Not needed, because gid_t
	is now the same size as int.

	* Makefile (distribute): Include NOTES.
	* NOTES: New file, infoized node from intro.texinfo about the
	feature-test macros.
	* README.template: Mention NOTES.

	* sysdeps/unix/bsd/sun/sun3/Makefile: include hp9k3bsd version.

	* Makeconfig: Use $(..) for config.status.

	* configure (i386-sysv): unix/i386/sysv, not unix/sysv/i386.
	* unix/i386/sysv/Implies: unix/sysv, not unix/i386.

Sun Feb 16 00:42:53 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* Version 0.5.

	* posix/Makefile (headers): Remove confstr.h.
	(distribute): Define this instead to contain it.

	* ansidecl: Added copyright notice.

	* stdio/getdelim.c: New file.
	* stdio/getline.c (getsome): Renamed to getdelim and moved there.
	* stdio/Makefile (routines): Add getdelim.
	* stdio/stdio.h: Declare getdelim.

	* misc/gnu/file.h: Moved to sysdeps/unix/bsd/filebits.h.
	* sysdeps/stub/filebits.h: New file.
	* misc/Makefile: gnu/file.h is now filebits.h.
	* posix/fcntl.h: Changed #include.

	* stdio/getline.c (getsome): If MAX_CANON isn't defined, use a default.
	Don't leak old *LINEPTR storage if *N < 2.
	Don't bang *LINEPTR to NULL if realloc fails.

	* Makerules: Don't use override when nulling out sources, routines,
	and aux if they came from the environment.  Better not make with -e.

	* Makefile (sysdirs, Sysnames): Put outside of ifndef sysdirs.

	* string/Makefile (tests): No testcopy, pending papers.

	* Makefile (headers): No sysdep.h.
	(distribute): Here instead.
	(no-install): No longer needed.

Sat Feb 15 17:10:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* Makefile (distribute): Add INSTALL.
	* Make-dist (INSTALL): Make from manual/maint.texinfo.
	(README): Make from README.template.

	* Makefile (+other-dirs): Removed inet.
	* sysdeps/unix/inet/Subdirs: Created, adding inet.

	* sysdeps/unix/sysv/setrlimit.c: Include stddef and errno.h.

	* math/drem.c, setjmp/longjmp.c, malloc/cfree.c, string/bcmp.c,
	time/getitmr.c, misc/ioctl.c: Fixed defuns in function_alias.

	* Makefile (headers): Put sysdep.h back.
	(no-install): And define this to it.
	* Makerules (+install): Filter out $(no-install) from the list.

	* string/testcopy.c: New test program for bcopy from tege.
	* string/Makefile (tests): Add it.

	* Makefile (sysdep-subdirs): Renamed to sysd-dirs.

	* Make-dist (tardir): Omit the release name; it made names too long.

Sat Feb 15 12:53:02 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)

	* sysdeps/rs6000/memcopy.h (WORD_COPY_FWD, WORD_COPY_BWD):
	Use CTR register for looping (speed enhancement).  Don't emit
	labels, jump relative from `$' instead (makes multiple expansions
	possible).  Clean up indentation of asm code (were different in each
	macro).
	* sysdeps/rs6000/memcopy.h (WORD_COPY_BWD):
	Add asm output specs (were missing completely).

	* sysdeps/generic/memcpy.c,memmove.c: Make DSTP and SRCP unsigned
	(safer with non-ANSI compilers).

Fri Feb 14 01:52:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* Version 0.4.1.

	* Makefile, Rules: Changed clean and clobber targets into
	mostlyclean, clean, and realclean.

	* Makeconfig: Added comments describing objdir/Makeconfig and
	editting Makeconfig.
	(prefix, libdir, INSTALL, INSTALL_DATA): New variables for installing.
	* Makerules (install): New target.
	* Makefile (+subdir_targets): Add subdir_install.
	(install): Depend on subdir_install.
	(install-lib): Define variable to install libc.a and crt0.o.
	* misc/Makefile (install-lib): Install bsd-compat.
	* malloc/Makefile (install-lib): Install mcheck-init.

	* Version 0.4.

Thu Feb 13 21:39:31 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/unix/glue-ctype.c: Moved to unix/bsd.
	* sysdeps/unix/Makefile: Moved glue-ctype stuff to unix/bsd/Makefile.
	* sysdeps/unix/Dist: No glue-ctype.
	* sysdeps/unix/bsd/Dist: Here instead.

	* sysdeps/sparc/divrem.m4: Don't use insn aliases Sun as doesn't grok.

Wed Feb 12 12:12:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* sysdeps/m68k/setjmp.c: Use m, rather than g, constraint when
	saving fp regs.

	* Renamed oodles of files, changed all the relevant Makefiles (I
	think).  File names now fit in 14 chars for losing System V.  Gag me
	with a death star.
	See =longnames for translations, and =shorten.el for method.

	* grp/initgroups.c: Removed redundant test.

	* malloc/mtrace.c: Use %p fmt for pointers.

Tue Feb 11 02:04:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* stdlib/alloca.h: New file.
	* stdlib/stdlib.h: Moved alloca decls there; #include <alloca.h>
	instead.
	* stdlib/Makefile (headers): Added alloca.h.

	* stdio/getline.c (getsome): Fixed bugs.

	* math/bsd/common_source/mathimpl.h: #define expm1 __expm1.
	* math/bsd/common_source/expm1.c: Renamed to __expm1.c
	* math/bsd/mc68881/expm1.s: Renamed to __expm1.s; renamed fn too.
	* math/expm1.c: New file, fn alias expm1 -> __expm1.

	* math/Makefile (routines): Add __rint.
	* math/rint.c: New file, fn alias rint -> __rint.
	* math/bsd/common_source/floor.c (rint): Renamed to __rint.
	* sysdeps/generic/Makefile: Remove __rint, not rint.

	* math/Makefile (BSDmath-files): Always include it, and don't depend
	on undependable things.

	* Makerules (sysdep-Makefile): Always include it, and make it
	without depending on make vars that might not be right yet.

Mon Feb 10 00:55:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* stdlib/stdlib.h: #undef alloca before declaring it.

	* sysdeps/sparc/__longjmp.S: Use be instead of bz.

	* sysdeps/unix/bsd/Dist: Add bsdtty.h.

	* tzfile.c (__tzfile_read): Don't allocate space for 0 leaps.
	Don't loop infinitely.

	* sysdeps/unix/Makefile (make-errnos.c): Use tr to eat newlines in
	errnos file.

	* sysdeps/unix/bsd/sun/sun4/__brk.S: Fix andn arg order.

	* posix/Makefile: Don't get getopt by vpath.  Turns out to be too
	much hassle for dist.  Just made symlinks in posix/ instead.

	* manual/Makefile: Renamed summary.out to summary.texinfo.

	* manual/summary.awk: New file, to make summary.out.
	Replaces `process-definitions.el'.
	* manual/Makefile (summary.out): Create using summary.awk.

	* manual/Makefile: Created.
	* Makefile, Make-dist: Use it to format and distribute the manual.

Mon Feb 10 00:32:17 1992  Jim Meyering  (meyering@churchy.gnu.ai.mit.edu)

	* All Makefiles:
	Whenever using shell redirection to create a target,
	do not create the target directly like this

	    foo: bar
		    process $< > $@

	That loses when `process' fails (interrupt, disk full, ...)
	and bar exists and looks up-to-date, but isn't.
	This sort of failure is particularly insidious when
	the initial error message is obscured by lots of subsequent
	output (echoed commands etc).

	Instead use rules like this

	    foo: bar
		    process $< > $@-tmp
		    mv $@-tmp $@

	Using this paradigm, as long as process returns non-zero
	whenever it fails, the target won't be touched.

Sun Feb  9 22:58:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* posix/unistd.h (getopt): Fixed prototype.
	* sysdeps/generic/memset.c, stdio/vdprintf.c: Fixed DEFUNs.

	* Makerules (lib): Use $(RANLIB) for ranlib.
	* Makeconfig: Define it.

	* configure: Create config.status to set ARCH, if successful.
	* Makeconfig: include config.status ifndef ARCH.

Thu Feb  6 20:57:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* ansidecl.h (INCLUDE, STARTCOMMENT, ENDCOMMENT): New magic words.
	* sysdeps/m68k/68881/fl.h: Use new magic to snarf ieee754/fl.h during
	ansideclification.

	* sysdeps/ieee754/fl.h: New file, taken mostly from the old
	68881 file.  HUGE_VAL redone to be machine independent.
	(NAN): New macro for an IEEE NaN, done like HUGE_VAL.
	* sysdeps/m68k/68881/fl.h: Now #includes ieee754/fl.h, and overrides
	FLT_ROUNDS for 68881 magic.  NB: the #include is a prob. for install.

Wed Jan 29 17:11:25 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* sysdeps/posix/getcwd.c: Don't use chdir; use a long ../../../...
	path name instead.

Fri Jan 17 02:51:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* posix/Makefile (headers): Added getopt.h.
	(routines): Added getopt1.
	Get getopt* from /home/gd/gnu/lib by vpath.

	* Makerules (+ansideclificate): Don't assume . is in PATH.

Thu Jan 16 18:43:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* posix/glob.c [sgi]: No alloca.h, after all.

Wed Jan 15 14:17:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* termios/termios.h: Reworked to be compatible with 4.4BSD.
	* termios/speed.c, sysdeps/unix/bsd/{__tcgetattr,tcsetattr}.c: Store
	speeds as their own values (B9600==9600, etc.) and translate to BSD
	values only for ioctl.
	* termios/cfsetpseed.c: New fn to set both speeds at once (from 4.4).

Tue Jan 14 21:18:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* sysdeps/unix/i386/__brk.S: __end, not ___end.
	Get the arg off the stack correctly.

	* sysdeps/unix/Makefile: Allow errnos like EL3HLT.

	* sysdeps/posix/{readv,writev}.c: Typos.

	* sysdeps/posix/__sigpause.c: Rewritten to know that sigset_t is a
	mask, and to pass a (sigset_t *) instead of sigset_t to sigsuspend.

	* sysdeps/i386/memset.c: Include <memcopy.h>.

	* sysdeps/generic/uname.c (uname): Save and restore errno if
	gethostname gets ENOSYS.

	* stdio/perror.c (perror): Check correctly for S == "".
	Check correctly for ERRNUM being in range.

	* find-sysdirs: Don't use fgrep -s, since USG apparently doesn't
	have that flag.  Just >/dev/null instead.

Mon Jan 13 17:00:15 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)

	* sysdeps/generic/wordcopy.c (all four functions): Move do0 label to
	the ultimate store statement at the end of each function.  (Used to
	be in the loop.)

Tue Jan  7 18:40:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* resource/sys/resource.h (struct rusage): Change `ru_outblock' to
	`ru_oublock'.

	* sysdeps/generic/stpcpy.c: Fixed off-by-one bug.

Thu Jan  2 15:19:01 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* sysdeps/sparc/Dist: Add umul.S and mul.S.

Tue Dec 31 15:33:39 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* signal/signal.h [__USE_GNU]: Add user-visible `sighandler_t' ==
	__sighandler_t.

	* termios/speed.c (speedtab): Made const.

	* posix/Makefile (routines): Add flock.

Tue Dec 31 03:38:30 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)

	* termios/speed.c: Accept and return speeds as actual baud rates.
	* termios/termios.h (B110, etc.): Define B110 as 110, etc.
	Likewise for _B110, etc.

Thu Oct 24 16:19:49 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)

	* ansidecl: Put `M4OPTS=+quiet' in the environment make GNU m4 quiet.

Sun Oct 20 19:31:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* Make-dist (tardir): Define as `libc-RELEASE-VERSION', strings
	snarfed from version.c.
	($(..)$(tardir)): Add rule to make as symlink to . (parent dir).
	[subdir] (dist), [parent] (dist.tar): Depend on that.
	[subdir] (tarsources), [parent] (+tsrcs): Add $(tardir)/ to files.

	* sysdeps/sparc/Makefile (distribute): Move data into Dist file.

Fri Oct 18 15:27:58 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* Makefile (subdirs): Add $(sysdep-subdirs), so sysdep makefiles can
	add subdirs.

	* posix/glob.c [sgi]: Use <sys/dir.h>.

	* stdio/fopen.c: If not appending, initialize the offset to 0.

	* sysdeps/generic/strcasecmp.c: Fixed losing braindead code.

Tue Oct  8 15:27:54 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)

	* Version 0.1.
	* This ChangeLog is lacking much information.
	* After this release, I hope to maintain the log well. 

Fri Jul 26 18:02:57 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* stdio/Makefile (routines): Remove _cleanup.

Thu Jul 25 23:12:45 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* stdio/memstream.c (close_memstream): Removed.
	(trim_buffer): New fn to be io_funcs->__close for memstreams.
	(open_memstream): Take arg char **BUFLOC.  Stuff it in
	stream->__fd, and store the location of the initial buffer in
	*BUFLOC.
	(enlarge_buffer): Keep *(char **) stream->__fd updated to be the
	location of the buffer.

Tue Jul 23 14:11:29 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* posix/glob.c: Don't #include <stddef.h> #ifdef sun.
	Is there anyone on the face of the planet other than me capable of
	implementing the ANSI C standard to spec????

	* posix/glob.c [DIRENT]: #include <sys/types.h> before <dirent.h>
	#ifdef USG.

Mon Jul 22 17:06:24 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* sysdeps/posix/make-stdio_limits.c: #include <posix1_limits.h>,
	not <posix_limits.h>.

	* README: Refer to COPYING.LIB, not COPYING.

	* config.libc: Renamed to `configure'.

Local Variables:
mode: indented-text
left-margin: 8
fill-column: 76
version-control: never
End:
