This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc libio/Makefile stdio/Versions stdio/Makef ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2001-07-20 22:10:00

Modified files:
	libio          : Makefile 
	stdio          : Versions Makefile 
	stdio-common   : Makefile 
Added files:
	stdio          : __fwritable.c __flbf.c __fbufsize.c 
	                 __fwriting.c __fsetlocking.c __fpending.c 
	                 __freading.c __freadable.c __fpurge.c 
	stdio-common   : stdio_ext.h 
	include        : stdio_ext.h 
Removed files:
	libio          : stdio_ext.h 

Log message:
	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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]