summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point inmatthew2012-06-262-4/+10
* Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther2012-06-011-2/+10
* Don't misleadingly suggest that fpos_t only needs to be a complex typematthew2012-05-221-4/+2
* Document that ftell() may return EOVERFLOW.matthew2012-05-221-6/+31
* Fix ftell() to return EOVERFLOW if the file offset is greater thanmatthew2012-05-212-23/+10
* document getdelim() and getline(), and a grammar fix whilst here;jmc2012-04-121-4/+6
* Implement getdelim(3) and getline(3).fgsch2012-03-214-3/+332
* Credit Keith Sklower and 2BSD for the first implementation of read-writeschwarze2012-01-221-2/+7
* Add missing header needed by iswspace()chl2012-01-181-1/+2
* Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).stsp2012-01-183-9/+210
* Document early history of a few functions specifically mentioned in 2BSDschwarze2012-01-152-4/+41
* Make __svfscanf() the unlocked, core of vfscanf() and use it inguenther2011-11-086-46/+23
* Sync scanf(3) to wscanf(3), and a few bits the opposite way:schwarze2011-11-022-66/+50
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-1610-10/+1531
* signedness fix; ok millertdtucker2011-10-021-2/+2
* some minor tweaks;jmc2011-09-031-11/+6
* make -column lists pretty again;jmc2011-09-033-77/+77
* missing $ in rcs tag; from Daniel Dickmansthen2011-07-291-1/+1
* Add support for C99 %ls and %lc format directives, as been documented instsp2011-07-062-7/+148
* from Tim van der Molen:jmc2011-07-051-5/+12
* Recognize %a, %A format specifiers, per C99.martynas2011-07-032-17/+12
* Properly implement the long double (%Lf) scanf without the precisionmartynas2011-07-031-8/+10
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-308-8/+16
* remove Xr for a page we don;t yet have; ok stspjmc2011-05-161-4/+3
* Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmcstsp2011-05-092-2/+592
* Always free the multibyte->wchar conversion buffer allocated in __mbsconv().stsp2011-05-091-1/+3
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-13/+3
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-288-3/+1806
* Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.stsp2011-04-248-1806/+3
* Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.stsp2011-04-248-3/+1806
* tweak previous; ok millertjmc2011-01-101-3/+4
* mkdtemp() is present in POSIX 1003.1-2008millert2011-01-101-11/+9
* mktemp(3) can be used, but not where mkstemp(3) is an alternative. Alsonicm2011-01-071-6/+6
* mktemp(3) (and thus mktemp(1)) no longer use the process ID whenmillert2010-12-271-3/+2
* Fix out of date comment; no code changemillert2010-12-221-2/+2
* The ssizearg member of union arg is pointless if it isn't of type ssize_tguenther2010-10-171-2/+2
* observe the following spelling:jmc2010-09-105-24/+24
* dispense with some wacky escape sequences;jmc2010-03-262-8/+8
* Various improvements, mainly regarding ERRORS.schwarze2010-03-221-40/+39
* When all tried file names already existed, mktemp(3) returned withoutschwarze2010-03-211-1/+3
* The previous commit didn't use the first X in the template if theguenther2010-02-111-3/+2
* Don't underrun the buffer when the template is all X's.guenther2010-02-081-7/+2
* .Bl always requires .It, even in .Bl -column;schwarze2010-01-031-67/+67
* Ooops, committed an unbaked changeguenther2009-11-211-2/+2
* Several stdio functions were failing to set the stream orientationguenther2009-11-216-7/+13
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-0944-133/+276
* ansifystsp2009-11-081-5/+2
* skip the \' formatting flag, grouping is not implemented; ok deraadt@naddy2009-10-281-1/+5
* Back out previous commit, as it caused too much growth for the installguenther2009-10-2244-276/+133
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-2144-133/+276