aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* MFC r219342, r219346:Mikolaj Golub2011-03-291-9/+15
* MFC 216334:John Baldwin2011-01-261-12/+9
* MFC 205021:John Baldwin2010-10-1212-39/+22
* MFC r203958: %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-10-061-1/+1
* MFH r200600: Clarify what's meant by NUL for getline.3Ulrich Spörlein2010-06-191-1/+2
* MFC r204447:Jaakko Heinonen2010-03-121-0/+4
* MFC r197752:David Schultz2010-01-241-2/+2
* MFC r200802:Xin LI2010-01-201-9/+1
* MFC r200800:Xin LI2010-01-201-24/+1
* MFC r200799:Xin LI2010-01-201-8/+3
* MFC: r201836Christian Brueffer2010-01-151-3/+2
* MFC: r200019Christian Brueffer2009-12-071-2/+2
* MFC revs 199781,199782,199784,199785,199786:Garrett Wollman2009-12-023-3/+3
* Fix fwrite() to return 0 when size or nmemb are zero.Ed Schouten2009-07-122-4/+9
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-062-4/+6
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-046-32/+198
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing theDavid Schultz2009-03-021-43/+22
* The argument corresponding to %zn is supposed to be an ssize_t *, notDavid Schultz2009-03-022-6/+6
* Use C99-style initializers. No functional change.David Schultz2009-03-011-4/+9
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().David Schultz2009-02-282-33/+2
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-288-5/+377
* Make sure %zd treats negative arguments properly on 32-bit platforms.David Schultz2009-02-283-5/+8
* Better wording for clearing EOF indicator.Tom Rhodes2009-01-281-0/+4
* Remove another comment about clearing EOF indicator.Tom Rhodes2009-01-281-4/+1
* Update the manpage to reflect r145172.David Schultz2009-01-281-2/+1
* Remove comment about clearerr() being the only method of clearingTom Rhodes2009-01-281-3/+1
* Add support for multibyte thousands_sep encodings, e.g., U+066C.David Schultz2009-01-223-173/+225
* - Add support for multibyte decimal_point encodings, e.g., U+066B.David Schultz2009-01-192-23/+49
* Add support for multibyte decimal_point encodings, e.g., U+066B.David Schultz2009-01-192-23/+35
* When f[w]printf() is called on an unbuffered file like stdout, itDavid Schultz2009-01-172-14/+23
* Simplify printf's inlined output buffering routines. On amd64, thisDavid Schultz2009-01-171-18/+18
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-152-2/+6
* Reduce code duplication by moving functions that are identical in bothDavid Schultz2009-01-153-427/+216
* Convert the insidious macros that handle printf()'s buffering intoDavid Schultz2009-01-153-86/+204
* Set the error indicator on an attempt to write to a read-only stream.David Schultz2009-01-081-0/+1
* Consolidate some variable initializations. No substantive change.David Schultz2008-12-112-13/+13
* Move the xprintf hook to where it belongs; it shouldn't be in theDavid Schultz2008-12-101-6/+4
* Fix fread() to return a correct value on platforms where sizeof(int) !=Ruslan Ermilov2008-12-011-1/+1
* Initialize "nconv" to a reasonable value in all code paths. Prior toColin Percival2008-08-041-1/+3
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),John Baldwin2008-07-281-11/+26
* Use arc4random_uniform(3) since modulo size is not power of 2Andrey A. Chernov2008-07-221-1/+1
* Fix a bogon in the previous commit and add some missing error checks.David Schultz2008-06-291-9/+12
* Correctly handle malloc() failure. While here, reduce the code size aDavid Schultz2008-06-294-103/+162
* Factor out the code that builds the argument table. We don't need separateDavid Schultz2008-06-291-130/+47
* Reduce the level of duplication between vfprintf() and vfwprintf()David Schultz2008-06-295-975/+888
* Begin de-spaghettifying the code that handles positional arguments.David Schultz2008-06-292-188/+306
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessAntoine Brodin2008-05-101-4/+0
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsJohn Baldwin2008-05-052-27/+0
* Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin2008-05-0510-140/+23
* Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the privateMarcel Moolenaar2008-05-041-0/+6