summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Add mkostemp() and mkostemps().jilles2013-08-094-21/+106
* Typo corrected.schweikh2013-07-121-1/+1
* mktemp(3): Add standards section. Prefer standard header.jilles2013-07-051-4/+29
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-2334-151/+53
* Renumber clauses to reduce diffs to other versionsemaste2013-04-2370-70/+70
* Spelling correctionemaste2013-04-111-1/+1
* Remove unused atomic headeremaste2013-04-111-1/+0
* mdoc: add missing El.joel2013-02-271-0/+1
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+639
* setbuf(3): Restore a BUGS section about setbuf().jilles2013-02-181-1/+4
* setbuf(3): Remove bugs section about ancient versions of BSD.jilles2013-02-151-17/+1
* mdoc: Remove EOL whitespace.joel2013-02-091-1/+1
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-56/+55
* - 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
OpenPOWER on IntegriCloud