This is the mail archive of the glibc-cvs@sourceware.cygnus.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 fileops.c


CVSROOT:	/glibc/cvsfiles
Module name:	libc
Changes by:	drepper@egcs.cygnus.com	99/06/16 21:21:29

Modified files:
	libio          : fileops.c 

Log message:
	(_IO_new_file_close_it): Reset normal or widedata buffers based on mode.
	(new_do_write): Set _IO_write_end to _IO_buf_end if stream is wide oriented.
	(_IO_new_file_overflow): Don't depend only on _IO_CURRENTLY_PUTTING
	flag to be enough to signal unallocated buffer.  For wide oriented
	stream don't make it linebuffered.  Don't use _IO_do_flush, use
	_IO_new_do_write directly.
	(_IO_new_file_seekoff): Change return value type to _IO_off64_t.
	(_IO_file_seek): Likewise.


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