summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-312-32/+118
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-304-7/+224
* The getline function returns the number of characters read, noteadler2012-12-011-2/+2
* libc: Allow setting close-on-exec in fopen/freopen/fdopen.jilles2012-11-304-2/+33
* Clarify that the ' flag is an apostrophe.grog2012-11-081-1/+1
* fopen(3): Mention that the "x" mode option is from C11.jilles2012-11-011-1/+5
* Correct double "the the"eadler2012-09-141-1/+1
* The register_printf_render_std() function expects regular string.pjd2012-07-041-1/+1
* Only set _w to 0 when the file stream is not currently reading. Withouteadler2012-05-301-1/+1
* Add two new locale-specific man pages:issyl02012-05-233-1/+157
* Minor mdoc nits.joel2012-05-122-4/+4
* Remove reference to non-existent FreeBSD Security Architectureeadler2012-05-091-3/+1
* Remove incorrect __restrict qualifier on several pointersdumbbell2012-04-302-9/+9
* Fix a bug in *wscanf's handling of non-wide %s, %c, and %[das2012-04-301-44/+9
* Previously, vfscanf()'s wide character processing functions weredas2012-04-293-150/+83
* Fix small documentation mistakes.jlh2012-04-281-1/+1
* Import stdbuf(1) and the shared library it relies on.jlh2012-04-281-0/+4
* Take the spinlock around clearing of the fp->_flags in fclose(3), whichkib2012-04-242-9/+21
* Bugfix: Include whitespace characters in the count of the number ofdas2012-04-221-1/+1
* Bugfix: Correctly count the number of characters read for %l[ conversions.das2012-04-221-7/+4
* Bugfix: %n doesn't count as a conversion, sodas2012-04-222-2/+0
* Refactor scanf to improve modularity. Conversions are now performeddas2012-04-222-668/+843
* As noted by Peter Jeremy, r234528 only partially fixed the infinitedas2012-04-211-1/+1
* If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1das2012-04-215-6/+29
* - Fix the claim that the output is always null-terminated. This isn'tdas2012-04-211-17/+29
* Ensure that the {,v}swprintf functions always null-terminate thedas2012-04-211-0/+3
* Fix a bug introduced in r187302 that was causing fputws() to enter andas2012-04-211-1/+1
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Remove outdated comment of seven yearseadler2012-03-041-7/+0
* Remove reference to gcc's non-standard -fwritable-strings, whicheadler2012-03-041-7/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-2042-182/+805
* Add support for the 'x' mode option in fopen() as specified in the C1Xdas2011-10-212-49/+60
* Because we call __printf_out() with a on-stack buffer, also callpjd2011-03-061-2/+4
* Fix various issues in how %#T is handled:pjd2011-03-061-7/+11
* When reopening a stream backed by an open file descriptor, do not closejhb2010-12-091-12/+9
* Remove two unused variables, left over from the refactoring in r180104.gavin2010-12-021-6/+0
* Update the documentation to reflect changes to the implementation indas2010-11-301-14/+14
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-111-1/+1
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-134-98/+98
* mdoc: fix parenthesisuqs2010-05-111-2/+2
* mdoc: use macro for +- that is understood by mdocmluqs2010-05-112-4/+4
* I feel this wording of the history is more clear.obrien2010-04-052-9/+6
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-1112-39/+22
* In _gettemp(), check that the length of the path doesn't exceedjh2010-02-281-0/+4
* %U was macroized in mdoc(7), escape.ru2010-02-161-1/+1
* Give a less silly response to a silly request.cperciva2010-01-102-3/+40
* Remove unnecessary quoting and markup, add missing punctuation.brueffer2010-01-081-3/+2
* Use vsprintf instead of rolling our own.delphij2009-12-211-9/+1
* Use vsscanf instead of rolling our own.delphij2009-12-211-24/+1
OpenPOWER on IntegriCloud