]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/stdio
This commit was generated by cvs2svn to compensate for changes in r90075,
[FreeBSD/FreeBSD.git] / lib / libc / stdio /
2002-02-01 obrienThis commit was generated by cvs2svn to compensate...
2002-02-01 sobomaxThis commit was generated by cvs2svn to compensate...
2002-01-31 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-27 obrienThis commit was generated by cvs2svn to compensate...
2002-01-27 krisThis commit was generated by cvs2svn to compensate...
2002-01-24 dwmaloneThis commit was generated by cvs2svn to compensate...
2002-01-18 ruThis commit was generated by cvs2svn to compensate...
2002-01-15 nectarThis commit was generated by cvs2svn to compensate...
2002-01-15 ruThis commit was generated by cvs2svn to compensate...
2002-01-14 acheThis commit was generated by cvs2svn to compensate...
2002-01-10 ruThis commit was generated by cvs2svn to compensate...
2002-01-09 rumdoc(7) police:
2002-01-07 psThis commit was generated by cvs2svn to compensate...
2002-01-07 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-06 chrisAll information from the "BUGS" section not belonging...
2002-01-06 chrisAdd new "SECURITY CONSIDERATIONS" sections.
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-17 phantomFix some style bugs
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-13 phantomAlso fix cases when thousands separator should be put...
2001-12-13 phantomRespect locale while handling of \' flag.
2001-12-12 rumdoc(7) police: Minor formatting nits and optimizations...
2001-12-07 phantom* localeconv() usage is not FLOATING_POINT specific...
2001-12-07 fennerRemove blank line.
2001-11-30 fennerImplement several of the c99 updates to printf(3):
2001-11-29 acheBack out national digits support, POSIX explicetely...
2001-11-28 acheDon't ever assume that isdigit() is always subset of...
2001-11-28 acheAllow national (non-ASCII) digits
2001-11-28 msmithThis commit was generated by cvs2svn to compensate...
2001-11-20 rumdoc(7) police: sort xrefs.
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-14 murrayCross-reference the fdopen and fileno manpages.
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-08 peterThis commit was generated by cvs2svn to compensate...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 obrienThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-27 obrienThis commit was generated by cvs2svn to compensate...
2001-10-26 ruThis commit was generated by cvs2svn to compensate...
2001-10-25 acheIn > LONG_MAX test use sseek return value and not _offs...
2001-10-24 acheHelp to recover from bad seek (i.e. negative or too...
2001-10-23 acheBack out read buffer invalidating via __SMOD.
2001-10-23 acheChange comment explaining another usage of __SMOD
2001-10-23 acheDisallow fseek() optimization in internal read buffer...
2001-10-15 bdeFixed style bugs in previous commit.
2001-10-14 dfrMake this compile on ia64.
2001-10-13 obrienThis commit was generated by cvs2svn to compensate...
2001-10-08 obrienThis commit was generated by cvs2svn to compensate...
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-01 rumdoc(7) police: Use the new .In macro for #include...
2001-09-07 ache1) If __SAPP stream is not seekable, remove __SAPP...
2001-09-07 acheFor now just back out seek error checking in __SAPP...
2001-09-07 msmithThis commit was generated by cvs2svn to compensate...
2001-09-05 mpThis commit was generated by cvs2svn to compensate...
2001-09-03 acheWhen __SOPT is cleared, clear __SOFF too.
2001-09-03 acheRe-arrange my funopen(3) fix to minimize differences...
2001-09-02 acheInternal seeks are overoptimized. They should remember...
2001-09-02 obrienThis commit was generated by cvs2svn to compensate...
2001-09-02 acheFix bug in off_t overflow checking: if fp->_offset...
2001-09-02 acheTypo seek(2) -> lseek(2)
2001-09-02 acheMove all stdio internal flags processing and setting...
2001-09-02 obrienThis commit was generated by cvs2svn to compensate...
2001-09-01 acheSave errno before function call and restore it on succe...
2001-09-01 acheRemove even more unneded checks, original code can...
2001-09-01 acheRemove two checks unneeded now (can't happens)
2001-09-01 acheMake fseek(... SEEK_CUR) fails if current file-position...
2001-09-01 acheNote that prev. commit addition is for ftell/ftello
2001-09-01 acheDescribe ESPIPE as result of unspecified file-position...
2001-09-01 acheDescribe file-position behaviour from POSIX
2001-09-01 acheStrict in the POSIX sence, if file position is unspecif...
2001-09-01 acheIf lseek to wrong value sucessfully happens despite...
2001-09-01 acheIf position is underflowed, don't try to hide that...
2001-09-01 acheBack out disabling ungetc() at 0, use different solution:
2001-08-31 acheAdd originally missing __sinit() call.
2001-08-31 acheSimplify offset underflow checks even more
2001-08-31 acheDescribe that we disallow ungetc at offset 0 now.
2001-08-31 acheDisallow ungetc at offset 0 (to prevent negative offset...
2001-08-31 acheDrop buffer first, _then_ ask for real position
2001-08-31 acheThe same big piece of ftell code repeated in 3 places...
2001-08-31 acheIf file offset is smaller than internal buffer characte...
2001-08-31 acheInitialize _offset to 0 in fopen(), it helps to optimiz...
2001-08-31 acheDetect fp->_offset overflow on read
2001-08-31 ruUse ``.Rv -std'' wherever possible.
2001-08-30 acheTry to discard some ungetc data in saved internal buffe...
2001-08-30 achegoto dumb; if can't obtain curoff for whence != SEEK_CU...
2001-08-30 acheAdd more EOVERFLOW checks.
2001-08-29 robertoThis commit was generated by cvs2svn to compensate...
2001-08-26 msmithThis commit was generated by cvs2svn to compensate...
2001-08-26 acheCosmetique fixes from bde
2001-08-23 asmodaiThis commit was generated by cvs2svn to compensate...
2001-08-23 acheCosmetique: correct English in comments
next