aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r310138Enji Cooper2016-12-221-31/+0
* vfprintf(3): Add support for kernel %b formatConrad Meyer2016-12-161-0/+31
* Detect integer overflow and limit the number of positionalRuslan Bukin2016-10-311-12/+33
* Fix error handling.Andrey A. Chernov2016-09-051-4/+10
* Fix n == 1 case. Here should be no physical read (fill buffer) attemptAndrey A. Chernov2016-09-051-2/+6
* 1) Prevent out of bounds access to ws[-1] (passed buffer) which happensAndrey A. Chernov2016-09-051-2/+2
* Fix errors handling.Andrey A. Chernov2016-09-051-6/+18
* fgetwc(3) may set both __SEOF and __SERR at once (in case of incompleteAndrey A. Chernov2016-09-011-1/+11
* If error happens, don't overwrite original errno comes from __mbrtowc()Andrey A. Chernov2016-09-011-5/+8
* Original fgetln() from 44lite return sucess for line tail errors,Andrey A. Chernov2016-08-252-4/+6
* Remove "Fast path", it bypass __wcrtomb() and all its error checking.Andrey A. Chernov2016-08-251-13/+3
* Don't check for __SERR which may stick from one of any previous stdioAndrey A. Chernov2016-08-253-2/+14
* 1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed toAndrey A. Chernov2016-08-222-24/+7
* Fix error processing.Andrey A. Chernov2016-08-221-1/+13
* Remove usage of _WITH_DPRINTFBaptiste Daroussin2016-07-301-1/+0
* Remove last traces of _WITH_GETLINEBaptiste Daroussin2016-07-301-1/+0
* Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin2016-07-302-60/+2
* 1) Eliminate possibility to call __*collate_range_cmp() with inclompleteAndrey A. Chernov2016-07-141-3/+3
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-141-5/+22
* Remove broken support for collation in [a-z] type ranges.Andrey A. Chernov2016-07-101-22/+5
* Fix regression from r301461.Pedro F. Giffuni2016-06-101-3/+3
* libc: Actually export fopencookie(3)Conrad Meyer2016-05-121-0/+1
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-114-3/+329
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-1/+0
* freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-2/+2
* freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-1/+2
* Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-2/+2
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-1/+1
* getln: We cannot expand the buffer beyond INT_MAX.Pedro F. Giffuni2016-02-152-2/+12
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-0/+3
* Use __alignof__ instead of assuming int64_t to get the rightWarner Losh2015-12-301-10/+1
* The FILE structure has a mbstate_t in it. This structure needs to beWarner Losh2015-12-271-2/+14
* Use stdint.h instead of inttypes.h as the latter pollutes namespace moreEnji Cooper2015-12-092-4/+4
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includeEnji Cooper2015-12-082-0/+6
* Link fclose(3) to fdclose(3)Enji Cooper2015-11-251-1/+1
* markup fixesDag-Erling Smørgrav2015-11-231-3/+9
* 1) Remove my overcomplicated error fallback and just return errorAndrey A. Chernov2015-11-121-11/+3
* Reorganize code to elimitate one _sseek() call for append modes.Andrey A. Chernov2015-11-081-21/+14
* Microoptimize.Andrey A. Chernov2015-11-011-4/+3
* Addition to prev. commit.Andrey A. Chernov2015-11-011-4/+6
* Don't seek to the end if write buffer is empty (in append modes).Andrey A. Chernov2015-11-011-11/+12
* Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov2015-10-286-10/+7
* According to POSIX, a write operation shall start at the current size ofAndrey A. Chernov2015-10-251-0/+3
* Since no room left in the _flags, reuse __SALC for O_APPEND.Andrey A. Chernov2015-10-245-19/+31
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-203-8/+6
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Remove names from some prototypesCraig Rodrigues2015-09-201-2/+2
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-203-0/+6
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-3/+4