summaryrefslogtreecommitdiff
path: root/libio/iogetline.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove libiommitchel2001-02-051-112/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39453 138bc75d-0d04-0410-961f-82ee72b054a4
* (_IO_getline_info): Don't read anything for N==0.drepper1998-08-251-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21973 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/linux.mt (IO_OBJECTS): Add iogetline.o.law1998-02-171-23/+57
| | | | | | | | | | | | | | | | * config/linuxlibc1.mt: Ditto. * iogetline.c (_IO_getline_info): Renamed from _IO_getline. (_IO_getline): Just call _IO_getline_info. * isgetline.cc (istream::getline, istream::get, _sb_readline): Call _IO_getline_info instead of _IO_getline and get the EOF information. * sbgetline.cc (streambuf::sgetline): Ditto. * libioP.h (_IO_getline_info): New declaration. * iogetline.c (_IO_getline): Handle the case when there is no buffer. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18042 138bc75d-0d04-0410-961f-82ee72b054a4
* Insert libio rewrite and its various changes from devo.brendan1997-09-061-30/+34
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15129 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionjason1997-08-211-0/+74
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4