| Commit message (Expand) | Author | Age | Files | Lines |
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | das | 2009-04-06 | 2 | -4/+6 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | das | 2009-03-04 | 6 | -32/+198 |
* | Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the | das | 2009-03-02 | 1 | -43/+22 |
* | The argument corresponding to %zn is supposed to be an ssize_t *, not | das | 2009-03-02 | 2 | -6/+6 |
* | Use C99-style initializers. No functional change. | das | 2009-03-01 | 1 | -4/+9 |
* | Replace a dozen lines of code with a call to strnlen() / wcsnlen(). | das | 2009-02-28 | 2 | -33/+2 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 8 | -5/+377 |
* | Make sure %zd treats negative arguments properly on 32-bit platforms. | das | 2009-02-28 | 3 | -5/+8 |
* | Better wording for clearing EOF indicator. | trhodes | 2009-01-28 | 1 | -0/+4 |
* | Remove another comment about clearing EOF indicator. | trhodes | 2009-01-28 | 1 | -4/+1 |
* | Update the manpage to reflect r145172. | das | 2009-01-28 | 1 | -2/+1 |
* | Remove comment about clearerr() being the only method of clearing | trhodes | 2009-01-28 | 1 | -3/+1 |
* | Add support for multibyte thousands_sep encodings, e.g., U+066C. | das | 2009-01-22 | 3 | -173/+225 |
* | - Add support for multibyte decimal_point encodings, e.g., U+066B. | das | 2009-01-19 | 2 | -23/+49 |
* | Add support for multibyte decimal_point encodings, e.g., U+066B. | das | 2009-01-19 | 2 | -23/+35 |
* | When f[w]printf() is called on an unbuffered file like stdout, it | das | 2009-01-17 | 2 | -14/+23 |
* | Simplify printf's inlined output buffering routines. On amd64, this | das | 2009-01-17 | 1 | -18/+18 |
* | Introduce a local variable and use it instead of passed in parameter | rdivacky | 2009-01-15 | 2 | -2/+6 |
* | Reduce code duplication by moving functions that are identical in both | das | 2009-01-15 | 3 | -427/+216 |
* | Convert the insidious macros that handle printf()'s buffering into | das | 2009-01-15 | 3 | -86/+204 |
* | Set the error indicator on an attempt to write to a read-only stream. | das | 2009-01-08 | 1 | -0/+1 |
* | Consolidate some variable initializations. No substantive change. | das | 2008-12-11 | 2 | -13/+13 |
* | Move the xprintf hook to where it belongs; it shouldn't be in the | das | 2008-12-10 | 1 | -6/+4 |
* | Fix fread() to return a correct value on platforms where sizeof(int) != | ru | 2008-12-01 | 1 | -1/+1 |
* | Initialize "nconv" to a reasonable value in all code paths. Prior to | cperciva | 2008-08-04 | 1 | -1/+3 |
* | Fix a few bugs with the _gettemp() routine which implements mkstemp(), | jhb | 2008-07-28 | 1 | -11/+26 |
* | Use arc4random_uniform(3) since modulo size is not power of 2 | ache | 2008-07-22 | 1 | -1/+1 |
* | Fix a bogon in the previous commit and add some missing error checks. | das | 2008-06-29 | 1 | -9/+12 |
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 4 | -103/+162 |
* | Factor out the code that builds the argument table. We don't need separate | das | 2008-06-29 | 1 | -130/+47 |
* | Reduce the level of duplication between vfprintf() and vfwprintf() | das | 2008-06-29 | 5 | -975/+888 |
* | Begin de-spaghettifying the code that handles positional arguments. | das | 2008-06-29 | 2 | -188/+306 |
* | Remove useless call to getdtablesize(2) in fdopen(3) and its useless | antoine | 2008-05-10 | 1 | -4/+0 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | jhb | 2008-05-05 | 2 | -27/+0 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 10 | -140/+23 |
* | Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private | marcel | 2008-05-04 | 1 | -0/+6 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -0/+7 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 1 | -0/+14 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 12 | -112/+200 |
* | Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In the | jhb | 2008-04-22 | 1 | -0/+1 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 26 | -143/+72 |
* | Updates for changes in the way printf() handles hex floating point | das | 2008-04-12 | 1 | -4/+5 |
* | Add <limits.h> for SHRT_MAX. | jhb | 2008-02-27 | 3 | -0/+3 |
* | File descriptors are an int, but our stdio FILE object uses a short to hold | jhb | 2008-02-27 | 3 | -0/+39 |
* | Move all the xprintf-related symbols to FBSDprivate_1.0. | das | 2007-12-18 | 1 | -9/+13 |
* | Catch up with vfprintf.c,v 1.77. | das | 2007-12-18 | 1 | -0/+1 |
* | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | das | 2007-12-09 | 2 | -8/+0 |
* | Add rewind() to the list of functions which may fail and set errno | ache | 2007-06-18 | 1 | -1/+2 |
* | Add mbstate clear missed in one of the cases. | ache | 2007-06-18 | 1 | -5/+6 |
* | We should never zero-pad INF or NaN (yielding silly strings like "00inf") | das | 2007-05-08 | 1 | -0/+1 |