glibc/stdlib
Ulrich Drepper feb3c93435 update from main archive 961208
Mon Dec  9 03:39:30 1996  Ulrich Drepper  <drepper@cygnus.com>

	* config.make.in (defines): Add @USE_NEW_MALLOC@.
	* Makefile.in: Define USE_NEW_MALLOC to -DUSE_NEW_MALLOC if
	we use the new malloc.

	* malloc.h: Use either <malloc/malloc.h> or <new-malloc/malloc.h>
	depending on USE_NEW_MALLOC.

	Fix some more POSIX.1 problems.
	* libio/fileops.c (_IO_file_underflow): Set errno to EBADF if used
	on a write-only stream.
	(_IO_file_overflow): Set errno to EBADF if used on a read-only
	stream.
	(_IO_file_seekoff): POSIX.1 requires that fseek() after an fflush()
	call really positions the file offset to the correct position
	and no read-ahead happens.

	* locale/C-monetary.c: Set mon_grouping file to "" and "\377"
	to pass POSIX test suite.
	* stdio-common/vfprintf.c: Handle empty string as grouping command
	correctly.
	* stdlib/grouping.h: Likewise.

	* misc/syslog.c: Case first argument of __libc_cleanup_region_start.

	* signal/sigsetops.h: Update copyright.  Don't include ansidecl.h.

	* stdio-common/printf_fp.c: Update copyright.

Sun Dec  8 16:39:28 1996  Andreas Jaeger  <aj@arthur.pfalz.de>

	* time/Makefile: Compile ap.c with NO_MCHECK flag if new-malloc
	used (not otherwise).

	* misc/syslog.c (vsyslog): Cast argument to __libc_cleanup_region
	to get Hurd macros right.
1996-12-09 03:15:25 +00:00
..
.cvsignore
a64l.c
abs.c
alloca.h update from main archive 961114 1996-11-15 04:08:00 +00:00
atexit.c update from main archive 961105 1996-11-06 04:24:40 +00:00
atof.c
atoi.c
atol.c
bsearch.c
canonicalize.c update from main archive 961207 1996-12-08 08:01:13 +00:00
drand48-iter.c update from main archive 961119 1996-11-20 03:45:51 +00:00
drand48.c
drand48_r.c
erand48.c
erand48_r.c
exit.c
exit.h
fpioconst.c
fpioconst.h
gen-mpn-copy
getsubopt.c update from main archive 961203 1996-12-04 01:41:39 +00:00
gmp-impl.h
gmp.h
grouping.h update from main archive 961208 1996-12-09 03:15:25 +00:00
jrand48.c
jrand48_r.c
l64a.c update from main archive 961201 1996-12-02 04:00:15 +00:00
labs.c
lcong48.c
lcong48_r.c
llabs.c
longlong.h
lrand48.c
lrand48_r.c
Makefile update from main archive 961207 1996-12-08 08:01:13 +00:00
mblen.c
mbstowcs.c
mbtowc.c
monetary.h
mp_clz_tab.c
mrand48.c
mrand48_r.c
msort.c
nrand48.c
nrand48_r.c
on_exit.c
qsort.c
rand.c update from main archive 961203 1996-12-04 01:41:39 +00:00
rand_r.c update from main archive 961206 1996-12-07 03:30:25 +00:00
random.c *** empty log message *** 1996-11-05 05:07:48 +00:00
random_r.c update from main archive 961203 1996-12-04 01:41:39 +00:00
rpmatch.c
secure-getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
seed48.c
seed48_r.c
srand48.c
srand48_r.c
stdlib.h update from main archive 961203 1996-12-04 01:41:39 +00:00
strfmon.c update from main archive 961201 1996-12-02 04:00:15 +00:00
strtod.c update from main archive 961126 1996-11-27 06:13:15 +00:00
strtof.c
strtol.c update from main archive 961105 1996-11-06 04:24:40 +00:00
strtold.c
strtoq.c
strtoul.c
strtouq.c
test-canon.c update from main archive 961109 1996-11-10 02:21:51 +00:00
testdiv.c
testdiv.input
testmb.c
testrand.c
testsort.c
tst-strtod.c update from main archive 961119 1996-11-20 03:45:51 +00:00
tst-strtol.c update from main archive 961119 1996-11-20 03:45:51 +00:00
wcstombs.c
wctomb.c