.. |
_flock_stub.c
|
Backout the previous revision due to objections.
|
2004-03-09 04:51:58 +00:00 |
asprintf.c
|
|
|
clrerr.c
|
|
|
fclose.3
|
|
|
fclose.c
|
|
|
fdopen.c
|
|
|
feof.c
|
Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),
|
2004-03-17 01:43:08 +00:00 |
ferror.3
|
|
|
ferror.c
|
Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),
|
2004-03-17 01:43:08 +00:00 |
fflush.3
|
|
|
fflush.c
|
|
|
fgetc.c
|
Do not redundantly set the stream orientation in getc(), putc(), and
|
2004-03-19 09:04:56 +00:00 |
fgetln.3
|
|
|
fgetln.c
|
Set the stream orientation explicitly in fgetln() instead of relying on
|
2004-03-10 09:28:38 +00:00 |
fgetpos.c
|
|
|
fgets.3
|
|
|
fgets.c
|
|
|
fgetwc.c
|
|
|
fgetws.3
|
|
|
fgetws.c
|
|
|
fileno.c
|
Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),
|
2004-03-17 01:43:08 +00:00 |
findfp.c
|
|
|
flags.c
|
|
|
floatio.h
|
Prototype __hdtoa() and __hldtoa().
|
2004-01-18 08:28:47 +00:00 |
flockfile.3
|
|
|
fopen.3
|
|
|
fopen.c
|
|
|
fprintf.c
|
|
|
fpurge.c
|
|
|
fputc.c
|
Do not redundantly set the stream orientation in getc(), putc(), and
|
2004-03-19 09:04:56 +00:00 |
fputs.3
|
|
|
fputs.c
|
|
|
fputwc.c
|
|
|
fputws.3
|
|
|
fputws.c
|
|
|
fread.3
|
|
|
fread.c
|
|
|
freopen.c
|
|
|
fscanf.c
|
|
|
fseek.3
|
Improve documentation for fgetpos() and fsetpos(), and discourage
|
2004-03-20 08:38:27 +00:00 |
fseek.c
|
|
|
fsetpos.c
|
|
|
ftell.c
|
|
|
funopen.3
|
Mention that funopen() uses fpos_t incorrectly in the BUGS section.
|
2004-03-20 08:41:12 +00:00 |
funopen.c
|
|
|
fvwrite.c
|
If handed a file pointer we can't write to, set errno properly to EBADF
|
2004-03-02 19:43:51 +00:00 |
fvwrite.h
|
|
|
fwalk.c
|
|
|
fwide.3
|
|
|
fwide.c
|
|
|
fwprintf.c
|
|
|
fwrite.c
|
|
|
fwscanf.c
|
|
|
getc.3
|
Re-add text that says getc() is a macro (back out rev. 1.16.)
|
2004-03-17 12:37:28 +00:00 |
getc.c
|
Do not redundantly set the stream orientation in getc(), putc(), and
|
2004-03-19 09:04:56 +00:00 |
getchar.c
|
Do not redundantly set the stream orientation in getc(), putc(), and
|
2004-03-19 09:04:56 +00:00 |
gets.c
|
|
|
getw.c
|
|
|
getwc.3
|
Refer to "wide characters" instead of "wide-characters".
|
2004-03-16 13:30:11 +00:00 |
getwc.c
|
|
|
getwchar.c
|
|
|
glue.h
|
|
|
local.h
|
Backout the previous revision due to objections.
|
2004-03-09 04:51:58 +00:00 |
makebuf.c
|
|
|
Makefile.inc
|
|
|
mktemp.3
|
Document dependence of mktemp(3) on the non-reentrant arc4random(3).
|
2004-02-20 04:08:28 +00:00 |
mktemp.c
|
|
|
perror.c
|
|
|
printf.3
|
Bring the *printf(3) documentation up to date with the code:
|
2004-01-19 08:28:30 +00:00 |
printf.c
|
|
|
putc.3
|
Re-add description of putc() macro (back out rev. 1.13.)
|
2004-03-17 12:46:17 +00:00 |
putc.c
|
Do not redundantly set the stream orientation in getc(), putc(), and
|
2004-03-19 09:04:56 +00:00 |
putchar.c
|
Do not redundantly set the stream orientation in getc(), putc(), and
|
2004-03-19 09:04:56 +00:00 |
puts.c
|
Set stream orientation in puts().
|
2004-03-10 09:15:38 +00:00 |
putw.c
|
|
|
putwc.3
|
Refer to "wide characters" instead of "wide-characters".
|
2004-03-16 13:30:11 +00:00 |
putwc.c
|
|
|
putwchar.c
|
|
|
refill.c
|
|
|
remove.3
|
|
|
remove.c
|
|
|
rewind.c
|
|
|
rget.c
|
|
|
scanf.3
|
|
|
scanf.c
|
|
|
setbuf.3
|
|
|
setbuf.c
|
|
|
setbuffer.c
|
|
|
setvbuf.c
|
|
|
snprintf.c
|
|
|
sprintf.c
|
|
|
sscanf.c
|
|
|
stdio.3
|
Update list of macros defined in <stdio.h>.
|
2004-03-17 12:54:06 +00:00 |
stdio.c
|
|
|
swprintf.c
|
|
|
swscanf.c
|
|
|
tempnam.c
|
|
|
tmpfile.c
|
|
|
tmpnam.3
|
|
|
tmpnam.c
|
|
|
ungetc.3
|
|
|
ungetc.c
|
Set stream orientation in ungetc() instead of __ungetc(). This avoids
|
2004-03-10 12:41:11 +00:00 |
ungetwc.3
|
Refer to "wide characters" instead of "wide-characters".
|
2004-03-16 13:30:11 +00:00 |
ungetwc.c
|
|
|
unlocked.c
|
|
|
vasprintf.c
|
|
|
vfprintf.c
|
Implement __hdtoa() and __hldtoa() and enable printf() support for %a
|
2004-01-18 10:32:49 +00:00 |
vfscanf.c
|
Fix the handling of negative hexadecimal numbers in integer formats.
|
2004-01-31 23:16:09 +00:00 |
vfwprintf.c
|
Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()
|
2004-01-23 22:48:16 +00:00 |
vfwscanf.c
|
Merge vfscanf.c,v 1.35.
|
2004-01-31 23:18:53 +00:00 |
vprintf.c
|
|
|
vscanf.c
|
|
|
vsnprintf.c
|
|
|
vsprintf.c
|
|
|
vsscanf.c
|
|
|
vswprintf.c
|
Pass NULL instead of a pointer to a zeroed mbstate_t object.
|
2003-11-05 08:20:45 +00:00 |
vswscanf.c
|
Pass NULL instead of a pointer to a zeroed mbstate_t object.
|
2003-11-05 08:20:45 +00:00 |
vwprintf.c
|
|
|
vwscanf.c
|
|
|
wbuf.c
|
|
|
wprintf.3
|
|
|
wprintf.c
|
|
|
wscanf.3
|
|
|
wscanf.c
|
|
|
wsetup.c
|
|
|