ack/lang/cem/libcc.ansi/stdio
1993-10-07 09:44:03 +00:00
..
.distr Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
clearerr.c clearerr is now also a macro 1991-01-03 14:23:54 +00:00
data.c deleted _tname from __iobuf structure 1990-04-09 15:38:02 +00:00
doprnt.c Fix to icompute.c: always had one digit too much 1993-08-26 10:08:37 +00:00
doscan.c differing characters should be left untouched 1992-01-24 13:05:30 +00:00
ecvt.c changed names of ?cvt : namespace problems 1990-02-27 16:48:01 +00:00
fclose.c changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
feof.c made a lot of changes 1989-12-18 15:04:14 +00:00
ferror.c made a lot of changes 1989-12-18 15:04:14 +00:00
fflush.c improved _doscan(); fflush() doesn't call fseek() anymore 1990-04-04 15:52:01 +00:00
fgetc.c Initial revision 1989-05-30 13:34:25 +00:00
fgetpos.c made a lot of changes 1989-12-18 15:04:14 +00:00
fgets.c made a lot of changes 1989-12-18 15:04:14 +00:00
fileno.c made a lot of changes 1989-12-18 15:04:14 +00:00
fillbuf.c Fix: set error flag in some error cases 1993-10-07 09:44:03 +00:00
fltpr.c Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
flushbuf.c Fixed bug in flushbuf: did not reset stream->_ptr on write error 1993-01-14 10:02:28 +00:00
fopen.c Fix FOPEN_MAX array bound error 1991-02-22 16:32:05 +00:00
fprintf.c made a lot of changes 1989-12-18 15:04:14 +00:00
fputc.c Initial revision 1989-05-30 13:34:25 +00:00
fputs.c made a lot of changes 1989-12-18 15:04:14 +00:00
fread.c made a lot of changes 1989-12-18 15:04:14 +00:00
freopen.c fixed freopen() bug by deleting some code 1990-08-28 13:44:48 +00:00
fscanf.c Initial revision 1989-05-30 13:34:25 +00:00
fseek.c fixed some lint complaints 1991-09-30 16:24:45 +00:00
fsetpos.c Initial revision 1989-05-30 13:34:25 +00:00
ftell.c changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
fwrite.c made a lot of changes 1989-12-18 15:04:14 +00:00
gcvt.c changed names of ?cvt : namespace problems 1990-02-27 16:48:01 +00:00
getc.c made a lot of changes 1989-12-18 15:04:14 +00:00
getchar.c made a lot of changes 1989-12-18 15:04:14 +00:00
gets.c made a lot of changes 1989-12-18 15:04:14 +00:00
icompute.c Fix to icompute.c: always had one digit too much 1993-08-26 10:08:37 +00:00
isatty.c changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
LIST Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
loc_incl.h Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
Makefile changed Makefile again 1989-12-19 15:06:03 +00:00
perror.c Use fputs instead of printf in perror.c 1990-05-21 10:20:15 +00:00
printf.c made a lot of changes 1989-12-18 15:04:14 +00:00
putc.c made a lot of changes 1989-12-18 15:04:14 +00:00
putchar.c made a lot of changes 1989-12-18 15:04:14 +00:00
puts.c made a lot of changes 1989-12-18 15:04:14 +00:00
remove.c changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
rename.c added #if because rename() is also in POSIX 1990-09-11 10:26:42 +00:00
rewind.c Initial revision 1989-05-30 13:34:25 +00:00
scanf.c Initial revision 1989-05-30 13:34:25 +00:00
setbuf.c various fixes and improvements 1989-06-26 10:37:05 +00:00
setvbuf.c set _IOMYBUF in setvbuf() when necessary 1990-12-14 14:47:26 +00:00
sprintf.c made a lot of changes 1989-12-18 15:04:14 +00:00
sscanf.c changed first arg of sscanf() to const char * 1990-09-26 13:19:19 +00:00
tmpfile.c changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
tmpnam.c Fixed tmpnam(): name contained null-byte 1991-02-26 09:28:39 +00:00
ungetc.c bug fixes for scanf() 1990-03-28 16:33:05 +00:00
vfprintf.c made a lot of changes 1989-12-18 15:04:14 +00:00
vprintf.c made a lot of changes 1989-12-18 15:04:14 +00:00
vsprintf.c vsprintf() sets _IOWRITING flag 1990-11-13 10:56:53 +00:00