Sun Jul 12 04:08:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

	* Makefile.in: added $(infodir) definition

Mon Jun 29 17:16:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

	* Makefile.in: added dummy info and install-info targets

Thu May 28 01:56:37 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)

	* Makefile.in (insincdir): Ensure this directory exists before
	attempting installation.

Fri May  1 18:16:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

	* stdlib/assert.c: now calls abort like it should
	* sys/a29khif: many many patches for 29khif work
	* machine/i386: gnulib2 expanded there.

Tue Apr 28 19:08:37 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

        Added accurate fp conversion routines to stdlib, moved dcvt from
	stdio to stdlib and called it ecvtbuf:
	* stdlib/mprec.c, mprec.h: new files for multiprec arithmetic 
	* stdlib/Makefile.in, efgcvt.c, strtod.c: modified to use new routines
	* libc.texinfo: Modifed to include the copyright info from the
	mprec files
	* stdlib/efgcvt.c: now xref to ecvtbuf in stdlib.
	* test/ : many vector which tested for the implementation defined
	returns of strange conversion requests have been updated to
	relflect the new implementation

Mon Apr 27 13:41:33 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)

	* libc.texinfo: new chapter on variable arg lists
	(stdarg.h/varargs.h)
	* libc.texinfo: new title
	* time/gmtime.c, time/localtime./c, time/mktime.c: (doc only)
	shorter headings for better formatting.

Fri Apr 24 11:26:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)

	* libc.texinfo: three more info menu entries
	* locale/locale.tex: new chapter
	* locale/locale/c: new doc for setlocale, localeconv
	* locale/Makefile.in: use new locale doc
	* signal/signal.tex: new chapter
	* signal/raise.c, signal/signal.c: new doc
	* signal/Makefile.in: use new doc
	* time/time.tex: new chapter
	* time/asctime.c time/clock.c time/ctime.c time/difftime.c
	time/gmtime.c time/localtime.c time/mktime.c time/strftime.c
	time/time.c: new doc
	* time/Makefile.in: use new doc

Tue Apr 21 14:48:50 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

	* math/log1p.c: split to use the new function way of float
	function definition. math/log1p.h deleted
	* math/scalb.c: obsolete and deleted
	* math/scalbn.c: created from part log1p.c
	* math/Makefile.in: know about log1p and scalbn

Tue Apr 21 12:32:21 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)

	* ctype/isupper.c: revise doc;
	  ctype/ctype.tex: use doc from isupper.c

	* string/bzero.c: new doc

Mon Apr 20 14:19:42 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)

	* stdlib/system.c, stdlib/exit.c, stdlib/abort.c: new doc
	* stdlib/Makefile.in: extract new doc
	* stdlib/stdlib.tex: use new doc

	* string/strerror.c: expanded doc.

	* stdio/Makefile.in: extract doc from more files
	* stdio/fopen.c, stdio/perror.c, stdio/remove.c, stdio/rename.c,
	  stdio/rewind.c, stdio/setbuf.c, stdio/setvbuf.c, stdio/sprintf.c,
	  stdio/tmpfile.c, stdio/tmpnam.c, stdio/vfprintf.c, stdio/vprintf.c,
	  stdio/vsprintf.c: new doc
	* stdio/stdio.tex: use new doc


Mon Apr 20 09:38:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

	* config/ebmon29k: added CROSS_CPP rule and other fixes
	* include/ieeefp.h: fixed ansi conflict with isnanf, isinff,
	finitef functions.
	* sys/a29khif/sys/*.h: ansidecl.h was renamed to _ansi.h some time
	ago.


	* stdio/stdio.h: added P_tmpdir for /tmp (SVID thing)
	* stdio/setbuf.c: added ansi style definition.
	* stdio/setvbuf.c: added ansi definition, now mallocs own buffer
	if none provided.
	* stdio/tmpfile.c: lint
	* stdio/tmpnam.c (worker): created. (tmpnam): mallocs buffer
	rather than using static, also make sure file isn't already
	present.  Uses P_tmpdir. (tempnam): rewritten to use new
	subroutine, and uses P_tmpdir.
	* stdio/siprintf.c: created

Mon Apr 13 09:12:58 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

	Release 1.03 for NEC, major mods. Main differences from release
	1.02::

	More tests in test/:
	* jn_vec.c, jnf_vec.c, yn_vec.c, ynf_vec.c, log2_vec.c,
	log2f_vec.c, atan2_vec.c, atan2f_vec.c: new test vectors.
	* test_ieee.c: tests for ieee flags & masks - get/set rounding,
	get/set mask, get/set sticky and get/set roundtoi.  Tests
	that setting the bits changes the way arithmetic is done.
	* string.c: added test to make sure memcmp does it with unsigned
	chars.
	* test.c: cleaned up and removed lint.
	* sprint_vec, sprint_ivec.c, convert.c, conv_vec.c, iconf_vec.c,
	dvec.c: tests for string to value conversions,  sprintf, scanf,
	atof, atoff, strtod, strtodf, atoi, atol, strtol, ecvtbuf, ecvt,
	ecvtf,	fcvtbuf, fcvt, fcvtf, gcvt, gcvtf.  Some attention paid to
	rounding in sprintf too.
	* test_is.c: tests for  isalnum, isalpha, isascii, iscntrl,
	isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
	isxdigit, toascii, tolower, toupper, _tolower, _toupper in macro
	and function form.
	* math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
	powf

	In the library:
	* stdlib/div.c, stdlib/ldiv.c, stdlib/strtod.c, stdlib/strtol.c,
	stdlib/stroul.c, stdlib/abs.c, stdlib/bsearch.c, stdlib/calloc.c,
	stdlib/getenv.c, stdlib/labs.c, stdlib/malloc.c: new documentation
	* stdlib/efgcvt.c: rewritten to use new _dcvt routines rather than
	sprintf.
	* stdio/dcvt.c: rewritten to make more useful elsewhere. 
	* Method of producting float versions of double functions has
	changed, functions will be modified gradually. So far:
	math/exp.c, math/pow.c, math/modf.c, math/sincos.c, math/fmod.c,
	math/tan.c have been altered
	* string/memcmp.c: now uses unsigned chars
	* string/bcmp.c, string/strcpy.c, stsring/strxfrm.c: fixed doc
	* sys/sysvnecv70.tex: fix example of sbrk code








 
 







 
 
 

