| Commit message (Expand) | Author | Age | Files | Lines |
* | fopen(3): Mention that the "x" mode option is from C11. | jilles | 2012-11-01 | 1 | -1/+5 |
* | Correct double "the the" | eadler | 2012-09-14 | 1 | -1/+1 |
* | The register_printf_render_std() function expects regular string. | pjd | 2012-07-04 | 1 | -1/+1 |
* | Only set _w to 0 when the file stream is not currently reading. Without | eadler | 2012-05-30 | 1 | -1/+1 |
* | Add two new locale-specific man pages: | issyl0 | 2012-05-23 | 3 | -1/+157 |
* | Minor mdoc nits. | joel | 2012-05-12 | 2 | -4/+4 |
* | Remove reference to non-existent FreeBSD Security Architecture | eadler | 2012-05-09 | 1 | -3/+1 |
* | Remove incorrect __restrict qualifier on several pointers | dumbbell | 2012-04-30 | 2 | -9/+9 |
* | Fix a bug in *wscanf's handling of non-wide %s, %c, and %[ | das | 2012-04-30 | 1 | -44/+9 |
* | Previously, vfscanf()'s wide character processing functions were | das | 2012-04-29 | 3 | -150/+83 |
* | Fix small documentation mistakes. | jlh | 2012-04-28 | 1 | -1/+1 |
* | Import stdbuf(1) and the shared library it relies on. | jlh | 2012-04-28 | 1 | -0/+4 |
* | Take the spinlock around clearing of the fp->_flags in fclose(3), which | kib | 2012-04-24 | 2 | -9/+21 |
* | Bugfix: Include whitespace characters in the count of the number of | das | 2012-04-22 | 1 | -1/+1 |
* | Bugfix: Correctly count the number of characters read for %l[ conversions. | das | 2012-04-22 | 1 | -7/+4 |
* | Bugfix: %n doesn't count as a conversion, so | das | 2012-04-22 | 2 | -2/+0 |
* | Refactor scanf to improve modularity. Conversions are now performed | das | 2012-04-22 | 2 | -668/+843 |
* | As noted by Peter Jeremy, r234528 only partially fixed the infinite | das | 2012-04-21 | 1 | -1/+1 |
* | If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1 | das | 2012-04-21 | 5 | -6/+29 |
* | - Fix the claim that the output is always null-terminated. This isn't | das | 2012-04-21 | 1 | -17/+29 |
* | Ensure that the {,v}swprintf functions always null-terminate the | das | 2012-04-21 | 1 | -0/+3 |
* | Fix a bug introduced in r187302 that was causing fputws() to enter an | das | 2012-04-21 | 1 | -1/+1 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Remove outdated comment of seven years | eadler | 2012-03-04 | 1 | -7/+0 |
* | Remove reference to gcc's non-standard -fwritable-strings, which | eadler | 2012-03-04 | 1 | -7/+1 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 42 | -182/+805 |
* | Add support for the 'x' mode option in fopen() as specified in the C1X | das | 2011-10-21 | 2 | -49/+60 |
* | Because we call __printf_out() with a on-stack buffer, also call | pjd | 2011-03-06 | 1 | -2/+4 |
* | Fix various issues in how %#T is handled: | pjd | 2011-03-06 | 1 | -7/+11 |
* | When reopening a stream backed by an open file descriptor, do not close | jhb | 2010-12-09 | 1 | -12/+9 |
* | Remove two unused variables, left over from the refactoring in r180104. | gavin | 2010-12-02 | 1 | -6/+0 |
* | Update the documentation to reflect changes to the implementation in | das | 2010-11-30 | 1 | -14/+14 |
* | Revert changes of 'assure' to 'ensure' made in r211936. | brucec | 2010-09-11 | 1 | -1/+1 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 4 | -98/+98 |
* | mdoc: fix parenthesis | uqs | 2010-05-11 | 1 | -2/+2 |
* | mdoc: use macro for +- that is understood by mdocml | uqs | 2010-05-11 | 2 | -4/+4 |
* | I feel this wording of the history is more clear. | obrien | 2010-04-05 | 2 | -9/+6 |
* | - Use an initializer macro to initialize fields in 'fake' FILE objects used | jhb | 2010-03-11 | 12 | -39/+22 |
* | In _gettemp(), check that the length of the path doesn't exceed | jh | 2010-02-28 | 1 | -0/+4 |
* | %U was macroized in mdoc(7), escape. | ru | 2010-02-16 | 1 | -1/+1 |
* | Give a less silly response to a silly request. | cperciva | 2010-01-10 | 2 | -3/+40 |
* | Remove unnecessary quoting and markup, add missing punctuation. | brueffer | 2010-01-08 | 1 | -3/+2 |
* | Use vsprintf instead of rolling our own. | delphij | 2009-12-21 | 1 | -9/+1 |
* | Use vsscanf instead of rolling our own. | delphij | 2009-12-21 | 1 | -24/+1 |
* | K&R -> ANSI prototype. | delphij | 2009-12-21 | 1 | -8/+3 |
* | (no commit message) | matteo | 2009-12-16 | 1 | -1/+2 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 2 | -6/+6 |
* | Fix the dprintf() prototype. | brueffer | 2009-12-02 | 1 | -2/+2 |
* | Eliminate more dead stores. | wollman | 2009-11-25 | 1 | -1/+1 |