glibc/stdio
Roland McGrath 35c53530e9 2001-07-20 Roland McGrath <roland@frob.com>
* libio/stdio_ext.h: Moved to ...
	* stdio-common/stdio_ext.h: ... here.
	* libio/Makefile (headers): Move stdio_ext.h from here ...
	* stdio-common/Makefile (headers): ... to here.
	* include/stdio_ext.h: New file.
	* stdio/Makefile (routines): Add the stdio_ext.h functions here.
	* stdio/Versions (GLIBC_2.2.4): Export the stdio_ext.h functions.
	* stdio/__flbf.c: New file.
	* stdio/__fbufsize.c: New file.
	* stdio/__fpending.c: New file.
	* stdio/__fpurge.c: New file.
	* stdio/__freadable.c: New file.
	* stdio/__freading.c: New file.
	* stdio/__fsetlocking.c: New file.
	* stdio/__fwritable.c: New file.
	* stdio/__fwriting.c: New file.
2001-07-21 05:09:59 +00:00
..
__fbufsize.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__flbf.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__fpending.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__fpurge.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__freadable.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__freading.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__fsetlocking.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__fwritable.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
__fwriting.c 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
.cvsignore
clearerr.c
fclose.c
fcloseall.c
feof.c
ferror.c
fflush.c
fgetc.c
fgetpos.c
fgets.c
fileno.c
fmemopen.c
fopen.c
fopncook.c
fputc.c
fputs.c
fread.c
freopen.c
fseek.c
fsetpos.c
ftell.c
fwrite.c
getc.c
getchar.c
getdelim.c
gets.c
glue.c
internals.c
linewrap.c
linewrap.h
Makefile 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
memstream.c
newstream.c
obstream.c
putc.c
putchar.c
puts.c
rewind.c
setbuf.c
setbuffer.c
setlinebuf.c
setvbuf.c
stdio.h
ungetc.c
vasprintf.c
Versions 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c