summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* On 4.X it was possible for an application to initialise a local FILEJohn Birrell2004-03-092-4/+10
* If handed a file pointer we can't write to, set errno properly to EBADFJordan K. Hubbard2004-03-021-1/+4
* Document dependence of mktemp(3) on the non-reentrant arc4random(3).Brian Feldman2004-02-201-0/+7
* Merge vfscanf.c,v 1.35.David Schultz2004-01-311-4/+10
* Fix the handling of negative hexadecimal numbers in integer formats.David Schultz2004-01-311-3/+9
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()David Schultz2004-01-231-19/+25
* Bring the *printf(3) documentation up to date with the code:David Schultz2004-01-191-37/+24
* Implement __hdtoa() and __hldtoa() and enable printf() support for %aDavid Schultz2004-01-181-5/+2
* Prototype __hdtoa() and __hldtoa().David Schultz2004-01-181-0/+2
* Fix some bugs affecting the %a and %A format specifiers. SinceDavid Schultz2004-01-181-6/+16
* Make intentions explicit with additional parenthesis.Jacques Vidrine2004-01-062-8/+8
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-061-2/+1
* Fix prototype for getchar_unlocked().Tim J. Robbins2003-12-071-1/+1
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to fakeTim J. Robbins2003-11-121-1/+30
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-056-37/+17
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedTim J. Robbins2003-11-043-9/+3
* Fix a typo that caused the optimized single-byte locale path not to be taken.Tim J. Robbins2003-11-011-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-082-3/+3
* Add more useful cross-references to the SEE ALSO section.Tim J. Robbins2003-07-051-2/+7
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.Tim J. Robbins2003-07-051-31/+16
* Fix two incorrect uses of sizeof: we need to divide the size of the bufferTim J. Robbins2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.Tim J. Robbins2003-07-051-93/+175
* When size is 1 should just null terminate the string. The dummy variableJordan K. Hubbard2003-07-021-3/+5
* Update to reflect changes in vfscanf.c,v 1.32. Remove bogusDavid Schultz2003-06-281-35/+14
* Revamp scanf's floating-point-parsing algorithm to supportDavid Schultz2003-06-281-94/+172
* Add or correct section number in .Xr. Use .Vt or .FnPhilippe Charnier2003-06-081-1/+1
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-1/+1
* %E-like %g and %G conversions should remove trailing zeroes unlessDavid Schultz2003-04-192-0/+14
* Merge in vfprintf.c rev. 1.58.Tim J. Robbins2003-04-141-9/+11
* Fix a bug where printf was erroneously printing a decimal point forDavid Schultz2003-04-141-8/+10
* Catch up with recent vfprintf.c changes.Tim J. Robbins2003-04-071-175/+215
* __wcsconv(): free(convbuf) before returning NULLAndrey A. Chernov2003-04-071-2/+4
* Today just isn't my day. Remove some old commented out code that snuckDavid Schultz2003-04-071-1/+1
* - %e conversions with precision 0 should not cause a decimal point toDavid Schultz2003-04-071-18/+22
* Rework the floating point code in printf(). Significant changes:David Schultz2003-04-052-151/+191
* Add missing #include to unbreak previous commit.David Schultz2003-04-051-0/+1
* Correct some buffer sizes.David Schultz2003-04-053-23/+42
* Merge vfprintf.c revision 1.52.Tim J. Robbins2003-03-141-2/+2
* Kludge around a bug that results from printf() assuming thatDavid Schultz2003-03-141-1/+1
* Unexpand RCS tag.Tim J. Robbins2003-03-141-1/+1
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'sTim J. Robbins2003-03-131-11/+10
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-121-9/+10
* MFp4: Add the standard "the {fgetws,fputws} function will fail if" textTim J. Robbins2003-03-092-0/+6
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-234-10/+12
* Fix the description for mkdtemp(), which creates directories, not files.Gregory Neil Shapiro2003-02-191-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-2/+2
* Fix use of an uninitialized pointer introduced in a previous revision.Mike Makonnen2003-02-061-0/+1
* Back out previous. Many people disagreed with removing the warning.Tim J. Robbins2003-01-301-0/+8
* Remove runtime warning about gets().Tim J. Robbins2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()Tim J. Robbins2003-01-301-5/+9