glibc/stdio-common
Ulrich Drepper 24f25de656 Update.
* version.h (VERSION): Bump to 2.0.99.

	* posix/fnmath.h: Don't redefine __P when used in glibc.
	* posix/glob.h: Likewise.

	* inet/rcmd.c (__ivaliduser2): Fix memory leak.
	Patch by Dick Streefland <dick_streefland@tasking.com>.

	* stdio-common/tst-ungetc.c: Add more test cases.

	* sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
	* sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
	definitions to ...
	* sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here.  New file.
	* sysdeps/unix/sysv/linux/fpathconf.c: New file.
	* sysdeps/unix/sysv/linux/pathconf.c: New file.
	* sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
	* sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.

1998-10-20  Philip Blundell  <pb@nexus.co.uk>

	* sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
	<asm/ptrace.h> to define struct pt_regs.
	* sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
	including <asm/ptrace.h> here.

	* sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
	C_SYMBOL_NAME macro.

1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
	end of enumerator list.
	* sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
	* posix/wordexp.h: Likewise.

	* db/db.h: Use __PMT instead of __P in typedefs.
	* db/mpool.h: Likewise.
	* sysdeps/generic/bits/siginfo.h: Likewise.
	* nis/rpcsvc/ypclnt.h: Likewise.

1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
1998-10-23 13:44:50 +00:00
..
_itoa.c Update. 1998-09-09 11:53:19 +00:00
_itoa.h
.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 Update. 1997-05-26 23:01:17 +00:00
bug3.c 1997-05-07 16:31 Ulrich Drepper <drepper@cygnus.com> 1997-05-07 14:34:37 +00:00
bug4.c 1997-05-07 16:31 Ulrich Drepper <drepper@cygnus.com> 1997-05-07 14:34:37 +00:00
bug5.c Update. 1998-07-04 10:39:13 +00:00
bug6.c Update. 1997-05-26 23:01:17 +00:00
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 Update. 1997-10-12 04:05:44 +00:00
fscanf.c Update. 1997-05-26 23:01:17 +00:00
getline.c
getw.c Update. 1998-07-16 13:49:59 +00:00
itoa-digits.c Update. 1997-10-26 20:13:00 +00:00
Makefile Update. 1998-09-16 17:54:34 +00:00
perror.c Update. 1998-04-15 10:15:16 +00:00
printf_fp.c Update. 1998-09-09 11:53:19 +00:00
printf_fphex.c Update. 1997-12-22 20:53:38 +00:00
printf_size.c Update. 1997-04-30 15:51:34 +00:00
printf-parse.h Update. 1998-07-31 11:14:46 +00:00
printf-prs.c
printf.c Update. 1997-10-15 05:34:02 +00:00
printf.h Update. 1998-07-04 10:39:13 +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
scanf8.c
scanf9.c
scanf10.c
scanf11.c
scanf.c Update. 1997-10-15 05:34:02 +00:00
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-08-08 20:02:34 +00:00
temptest.c Update. 1997-06-19 19:11:22 +00:00
test_rdwr.c Update. 1998-07-06 17:09:00 +00:00
test-fseek.c
test-fwrite.c
test-popen.c Update. 1998-01-30 11:44:34 +00:00
tfformat.c Update. 1997-08-04 14:31:26 +00:00
tiformat.c Update. 1998-01-30 11:44:34 +00:00
tmpfile64.c Update. 1998-08-08 20:02:34 +00:00
tmpfile.c Update. 1998-08-08 20:02:34 +00:00
tmpnam_r.c Update. 1998-08-03 16:47:01 +00:00
tmpnam.c Update. 1998-09-10 13:11:25 +00:00
tst-ferror.c Update. 1997-04-08 23:42:08 +00:00
tst-ferror.input Update. 1997-04-08 23:42:08 +00:00
tst-fileno.c
tst-printf.c %z is now recognized by printf. 1998-07-29 09:04:25 +00:00
tst-printfsz.c Add description of printf_size and printf_size_info. 1997-04-19 11:22:31 +00:00
tst-ungetc.c Update. 1998-10-23 13:44:50 +00:00
tst-wc-printf.c Update. 1998-04-28 14:15:46 +00:00
tstdiomisc.c
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-07-28 16:26:04 +00:00
vfscanf.c Update. 1998-09-18 18:51:34 +00:00
vprintf.c
xbug.c Update. 1998-01-21 17:04:36 +00:00