| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r242460: fopen(3): Mention that the "x" mode option is from C11. | Jilles Tjoelker | 2012-11-08 | 1 | -1/+5 |
| * | MFC r236288: | Eitan Adler | 2012-06-13 | 1 | -1/+1 |
| * | MFC r234772: | Jeremie Le Hen | 2012-05-08 | 1 | -0/+4 |
| * | MFC r234657: | Konstantin Belousov | 2012-05-01 | 2 | -9/+21 |
| * | MFC r234529: | David Schultz | 2012-04-24 | 1 | -0/+3 |
| * | MFC r234528, r234536: | David Schultz | 2012-04-24 | 1 | -2/+2 |
| * | MFC r232505: | Eitan Adler | 2012-03-19 | 1 | -7/+0 |
| * | MFC r232504: | Eitan Adler | 2012-03-19 | 1 | -7/+1 |
| * | Merge r216121 from head: | Gavin Atkinson | 2012-03-11 | 1 | -6/+0 |
| * | MFC r226604: | David Schultz | 2012-01-09 | 2 | -51/+62 |
| * | MFC r219342, r219346: | Mikolaj Golub | 2011-03-29 | 1 | -9/+15 |
| * | MFC 216334: | John Baldwin | 2011-01-26 | 1 | -12/+9 |
| * | MFC 205021: | John Baldwin | 2010-10-12 | 12 | -39/+22 |
| * | MFC r203958: %U was macroized in mdoc(7), escape. | Ruslan Ermilov | 2010-10-06 | 1 | -1/+1 |
| * | MFH r200600: Clarify what's meant by NUL for getline.3 | Ulrich Spörlein | 2010-06-19 | 1 | -1/+2 |
| * | MFC r204447: | Jaakko Heinonen | 2010-03-12 | 1 | -0/+4 |
| * | MFC r197752: | David Schultz | 2010-01-24 | 1 | -2/+2 |
| * | MFC r200802: | Xin LI | 2010-01-20 | 1 | -9/+1 |
| * | MFC r200800: | Xin LI | 2010-01-20 | 1 | -24/+1 |
| * | MFC r200799: | Xin LI | 2010-01-20 | 1 | -8/+3 |
| * | MFC: r201836 | Christian Brueffer | 2010-01-15 | 1 | -3/+2 |
| * | MFC: r200019 | Christian Brueffer | 2009-12-07 | 1 | -2/+2 |
| * | MFC revs 199781,199782,199784,199785,199786: | Garrett Wollman | 2009-12-02 | 3 | -3/+3 |
| * | Fix fwrite() to return 0 when size or nmemb are zero. | Ed Schouten | 2009-07-12 | 2 | -4/+9 |
| * | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | David Schultz | 2009-04-06 | 2 | -4/+6 |
| * | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | David Schultz | 2009-03-04 | 6 | -32/+198 |
| * | Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the | David Schultz | 2009-03-02 | 1 | -43/+22 |
| * | The argument corresponding to %zn is supposed to be an ssize_t *, not | David Schultz | 2009-03-02 | 2 | -6/+6 |
| * | Use C99-style initializers. No functional change. | David Schultz | 2009-03-01 | 1 | -4/+9 |
| * | Replace a dozen lines of code with a call to strnlen() / wcsnlen(). | David Schultz | 2009-02-28 | 2 | -33/+2 |
| * | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 8 | -5/+377 |
| * | Make sure %zd treats negative arguments properly on 32-bit platforms. | David Schultz | 2009-02-28 | 3 | -5/+8 |
| * | Better wording for clearing EOF indicator. | Tom Rhodes | 2009-01-28 | 1 | -0/+4 |
| * | Remove another comment about clearing EOF indicator. | Tom Rhodes | 2009-01-28 | 1 | -4/+1 |
| * | Update the manpage to reflect r145172. | David Schultz | 2009-01-28 | 1 | -2/+1 |
| * | Remove comment about clearerr() being the only method of clearing | Tom Rhodes | 2009-01-28 | 1 | -3/+1 |
| * | Add support for multibyte thousands_sep encodings, e.g., U+066C. | David Schultz | 2009-01-22 | 3 | -173/+225 |
| * | - Add support for multibyte decimal_point encodings, e.g., U+066B. | David Schultz | 2009-01-19 | 2 | -23/+49 |
| * | Add support for multibyte decimal_point encodings, e.g., U+066B. | David Schultz | 2009-01-19 | 2 | -23/+35 |
| * | When f[w]printf() is called on an unbuffered file like stdout, it | David Schultz | 2009-01-17 | 2 | -14/+23 |
| * | Simplify printf's inlined output buffering routines. On amd64, this | David Schultz | 2009-01-17 | 1 | -18/+18 |
| * | Introduce a local variable and use it instead of passed in parameter | Roman Divacky | 2009-01-15 | 2 | -2/+6 |
| * | Reduce code duplication by moving functions that are identical in both | David Schultz | 2009-01-15 | 3 | -427/+216 |
| * | Convert the insidious macros that handle printf()'s buffering into | David Schultz | 2009-01-15 | 3 | -86/+204 |
| * | Set the error indicator on an attempt to write to a read-only stream. | David Schultz | 2009-01-08 | 1 | -0/+1 |
| * | Consolidate some variable initializations. No substantive change. | David Schultz | 2008-12-11 | 2 | -13/+13 |
| * | Move the xprintf hook to where it belongs; it shouldn't be in the | David Schultz | 2008-12-10 | 1 | -6/+4 |
| * | Fix fread() to return a correct value on platforms where sizeof(int) != | Ruslan Ermilov | 2008-12-01 | 1 | -1/+1 |
| * | Initialize "nconv" to a reasonable value in all code paths. Prior to | Colin Percival | 2008-08-04 | 1 | -1/+3 |
| * | Fix a few bugs with the _gettemp() routine which implements mkstemp(), | John Baldwin | 2008-07-28 | 1 | -11/+26 |