aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* MFC r243731,r255303: libc: Allow setting close-on-exec in fopen/freopen/Jilles Tjoelker2013-10-274-23/+55
* MFC 246120,246148,246206,246587,247411,247415:John Baldwin2013-06-287-9/+950
* MFH r242738:Greg Lehey2013-05-191-1/+1
* MFC r246824,r246952: setbuf(3): Bring BUGS section up to date.Jilles Tjoelker2013-03-231-15/+2
* MFC r243753:Eitan Adler2012-12-091-2/+2
* MFC r242460: fopen(3): Mention that the "x" mode option is from C11.Jilles Tjoelker2012-11-081-1/+5
* MFC r233648:Eitan Adler2012-06-181-1/+1
* MFC r236288:Eitan Adler2012-06-131-1/+1
* Merge r235848 from head to stable/9:Isabell Long2012-06-043-1/+157
* MFC the xlocale implementation.David Chisnall2012-05-2242-182/+805
* MFC r235202:Eitan Adler2012-05-121-3/+1
* MFC r234772:Jeremie Le Hen2012-05-081-0/+4
* MFC r234657:Konstantin Belousov2012-05-012-9/+21
* MFC r234529:David Schultz2012-04-241-0/+3
* MFC r234528, r234536:David Schultz2012-04-241-2/+2
* MFC r232505:Eitan Adler2012-03-191-7/+0
* MFC r232504:Eitan Adler2012-03-191-7/+1
* MFC r226604:David Schultz2012-01-092-49/+60
* Because we call __printf_out() with a on-stack buffer, also callPawel Jakub Dawidek2011-03-061-2/+4
* Fix various issues in how %#T is handled:Pawel Jakub Dawidek2011-03-061-7/+11
* When reopening a stream backed by an open file descriptor, do not closeJohn Baldwin2010-12-091-12/+9
* Remove two unused variables, left over from the refactoring in r180104.Gavin Atkinson2010-12-021-6/+0
* Update the documentation to reflect changes to the implementation inDavid Schultz2010-11-301-14/+14
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-1/+1
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-134-98/+98
* mdoc: fix parenthesisUlrich Spörlein2010-05-111-2/+2
* mdoc: use macro for +- that is understood by mdocmlUlrich Spörlein2010-05-112-4/+4
* I feel this wording of the history is more clear.David E. O'Brien2010-04-052-9/+6
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin2010-03-1112-39/+22
* In _gettemp(), check that the length of the path doesn't exceedJaakko Heinonen2010-02-281-0/+4
* %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-02-161-1/+1
* Give a less silly response to a silly request.Colin Percival2010-01-102-3/+40
* Remove unnecessary quoting and markup, add missing punctuation.Christian Brueffer2010-01-081-3/+2
* Use vsprintf instead of rolling our own.Xin LI2009-12-211-9/+1
* Use vsscanf instead of rolling our own.Xin LI2009-12-211-24/+1
* K&R -> ANSI prototype.Xin LI2009-12-211-8/+3
* (no commit message)Matteo Riondato2009-12-161-1/+2
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-052-6/+6
* Fix the dprintf() prototype.Christian Brueffer2009-12-021-2/+2
* Eliminate more dead stores.Garrett Wollman2009-11-251-1/+1
* Make all three if conditions look similar by always initializing nsecGarrett Wollman2009-11-251-1/+2
* In __mbsconv(), if prec was zero, nconv could have been usedGarrett Wollman2009-11-251-1/+1
* Eliminate dead store.Garrett Wollman2009-11-251-1/+1
* Better glibc compatibility for getline/getdelim:David Schultz2009-10-041-2/+2
* Make the description of `b' a little better.Ed Schouten2009-09-091-1/+1
* Fix fwrite() to return 0 when size or nmemb are zero.Ed Schouten2009-07-122-4/+9
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-062-4/+6
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-046-32/+198
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing theDavid Schultz2009-03-021-43/+22