summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Fix prototype for getchar_unlocked().tjr2003-12-071-1/+1
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to faketjr2003-11-121-1/+30
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-056-37/+17
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedtjr2003-11-043-9/+3
* Fix a typo that caused the optimized single-byte locale path not to be taken.tjr2003-11-011-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-082-3/+3
* Add more useful cross-references to the SEE ALSO section.tjr2003-07-051-2/+7
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.tjr2003-07-051-31/+16
* Fix two incorrect uses of sizeof: we need to divide the size of the buffertjr2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.tjr2003-07-051-93/+175
* When size is 1 should just null terminate the string. The dummy variablejkh2003-07-021-3/+5
* Update to reflect changes in vfscanf.c,v 1.32. Remove bogusdas2003-06-281-35/+14
* Revamp scanf's floating-point-parsing algorithm to supportdas2003-06-281-94/+172
* Add or correct section number in .Xr. Use .Vt or .Fncharnier2003-06-081-1/+1
* Assorted mdoc(7) fixes.ru2003-05-221-1/+1
* %E-like %g and %G conversions should remove trailing zeroes unlessdas2003-04-192-0/+14
* Merge in vfprintf.c rev. 1.58.tjr2003-04-141-9/+11
* Fix a bug where printf was erroneously printing a decimal point fordas2003-04-141-8/+10
* Catch up with recent vfprintf.c changes.tjr2003-04-071-175/+215
* __wcsconv(): free(convbuf) before returning NULLache2003-04-071-2/+4
* Today just isn't my day. Remove some old commented out code that snuckdas2003-04-071-1/+1
* - %e conversions with precision 0 should not cause a decimal point todas2003-04-071-18/+22
* Rework the floating point code in printf(). Significant changes:das2003-04-052-151/+191
* Add missing #include to unbreak previous commit.das2003-04-051-0/+1
* Correct some buffer sizes.das2003-04-053-23/+42
* Merge vfprintf.c revision 1.52.tjr2003-03-141-2/+2
* Kludge around a bug that results from printf() assuming thatdas2003-03-141-1/+1
* Unexpand RCS tag.tjr2003-03-141-1/+1
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'stjr2003-03-131-11/+10
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-121-9/+10
* MFp4: Add the standard "the {fgetws,fputws} function will fail if" texttjr2003-03-092-0/+6
* mdoc(7) police: markup laundry.ru2003-02-234-10/+12
* Fix the description for mkdtemp(), which creates directories, not files.gshapiro2003-02-191-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-2/+2
* Fix use of an uninitialized pointer introduced in a previous revision.mtm2003-02-061-0/+1
* Back out previous. Many people disagreed with removing the warning.tjr2003-01-301-0/+8
* Remove runtime warning about gets().tjr2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()tjr2003-01-301-5/+9
* Remove part of my stateful locale patch that slipped into the previous rev.tjr2003-01-261-3/+0
* Initial implementation of the C99 feature whereby calling freopen() withtjr2003-01-262-2/+94
* Lock the stream before calling __sfileno() to retrieve the file descriptor.tjr2003-01-131-2/+10
* Add missing word to "Return Values" section.tjr2003-01-131-0/+1
* The macro versions of putc() and putchar() are gone.tjr2003-01-101-9/+3
* There is no macro version of getc() anymore.tjr2003-01-101-2/+1
* Bring the list of function-like macros up to date with reality.tjr2003-01-101-28/+20
* spell multiple correctly.alfred2003-01-101-1/+1
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()tjr2003-01-102-3/+38
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().tjr2003-01-102-1/+106
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),tjr2003-01-103-6/+68
* Add function versions of getchar_unlocked(), getc_unlocked(),tjr2003-01-102-1/+96
OpenPOWER on IntegriCloud