aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a couple of markup typos.John Baldwin2015-08-021-3/+3
* Add fdclose(3) function.Mariusz Zaborski2015-07-043-27/+134
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-233-3/+3
* Support file verification in MAC.Craig Rodrigues2015-04-221-0/+4
* libc: clean some set-but-not-used errors.Pedro F. Giffuni2015-02-181-3/+0
* In r268924 __fflush was modified so that when write(2) was not successful,Xin LI2014-12-101-4/+6
* Fix prototypes.Kevin Lo2014-10-281-3/+3
* Fix the example: free the memory that was allocated by getline().Nick Hibma2014-07-311-0/+1
* In the "Too many open files" edge cases don't try to preserve oldAndrey A. Chernov2014-07-261-0/+8