glibc/stdio-common
Ulrich Drepper 4caef86ca6 Update.
1999-01-23  Ulrich Drepper  <drepper@cygnus.com>

	* nss/nss_files/files-XXX.c (internal_getent): Make sure the buffer has
	at least two bytes (not one).  Correct buflen parameter type.
	* nss/nss_files/files-alias.c (get_next_alias): Make sure buffer
	has at least two bytes.  Use fgets_unlocked instead of fgets.

	* ctype/ctype.h: Don't user __tolower directly for tolower
	implementation.  Use inline function which tests for the range
	first.  Make _tolower equivalent to old tolower macros.
	Likewise for toupper.
	* ctype/ctype.c: Change tolower/toupper definition accordingly.

	* argp/argp-help.c: Use _tolower instead of tolower if possible.
	* inet/ether_aton_r.c: Likewise.
	* inet/ether_line.c: Likewise.
	* inet/rcmd.c: Likewise.
	* intl/l10nflist.c: Likewise.
	* locale/programs/ld-collate.c: Likewise.
	* locale/programs/linereader.c: Likewise.
	* locale/programs/localedef.c: Likewise.
	* nis/nss_nis/nis-alias.c: Likewise.
	* nis/nss_nis/nis-network.c: Likewise.
	* posix/regex.c: Likewise.
	* resolv/inet_net_pton.c: Likewise.
	* stdio-common/printf_fp.c: Likewise.
	* stdio-common/vfscanf.c: Likewise.
	* sysdeps/generic/strcasestr.c: Likewise.

	* math/bits/mathcalls.h: Fix typo.
1999-01-23 22:17:17 +00:00
..
_itoa.c Update. 1998-11-16 19:12:54 +00:00
_itoa.h Update. 1998-10-29 15:17:25 +00:00
.cvsignore
asprintf.c Update. 1998-07-16 13:49:59 +00:00
bug1.c Update. 1998-07-04 10:39:13 +00:00
bug1.input
bug2.c
bug3.c
bug4.c
bug5.c Update. 1998-07-04 10:39:13 +00:00
bug6.c
bug6.input
bug7.c
bug8.c
bug9.c
bug10.c
bug11.c
bug12.c Update. 1998-06-15 14:55:03 +00:00
dprintf.c Update. 1998-07-16 13:49:59 +00:00
errnobug.c
fprintf.c
fscanf.c
getline.c
getw.c Update. 1998-07-16 13:49:59 +00:00
itoa-digits.c
Makefile Update. 1998-12-14 15:23:56 +00:00
perror.c
printf_fp.c Update. 1999-01-23 22:17:17 +00:00
printf_fphex.c Update. 1998-12-12 17:15:19 +00:00
printf_size.c Update. 1998-12-12 17:15:19 +00:00
printf-parse.h Update. 1998-07-31 11:14:46 +00:00
printf-prs.c
printf.c
printf.h Update. 1998-12-04 20:58:15 +00:00
psignal.c
putw.c Update. 1998-07-16 13:49:59 +00:00
reg-printf.c
scanf1.c
scanf2.c
scanf3.c
scanf4.c
scanf5.c
scanf6.c
scanf7.c Update. 1998-11-13 19:03:53 +00:00
scanf8.c
scanf9.c
scanf10.c
scanf11.c
scanf.c
snprintf.c Update. 1998-07-16 13:49:59 +00:00
sprintf.c Update. 1998-07-16 13:49:59 +00:00
sscanf.c Update. 1998-07-16 13:49:59 +00:00
stdio_lim.h.in Update. 1998-09-14 11:43:26 +00:00
tempnam.c Update. 1998-12-14 15:23:56 +00:00
temptest.c
test_rdwr.c Update. 1998-07-06 17:09:00 +00:00
test-fseek.c
test-fwrite.c
test-popen.c
tfformat.c
tiformat.c
tmpfile64.c Update. 1998-12-14 15:23:56 +00:00
tmpfile.c Update. 1998-12-14 15:23:56 +00:00
tmpnam_r.c Update. 1998-12-14 15:23:56 +00:00
tmpnam.c Update. 1998-12-14 15:23:56 +00:00
tst-ferror.c
tst-ferror.input
tst-fileno.c
tst-printf.c %z is now recognized by printf. 1998-07-29 09:04:25 +00:00
tst-printfsz.c
tst-tmpnam.c Update. 1998-12-15 00:02:24 +00:00
tst-ungetc.c Update. 1998-10-23 13:44:50 +00:00
tst-wc-printf.c
tstdiomisc.c Update. 1998-11-13 19:38:37 +00:00
tstgetln.c Update. 1998-07-04 10:39:13 +00:00
tstgetln.input
tstscanf.c Update. 1998-09-20 09:48:01 +00:00
tstscanf.input
Versions Update. 1998-08-08 20:02:34 +00:00
vfprintf.c Update. 1998-10-29 20:36:52 +00:00
vfscanf.c Update. 1999-01-23 22:17:17 +00:00
vprintf.c
xbug.c