summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set the stream orientation in open_{,w}memstream().guenther2013-04-032-2/+4
* When there are multiple groups of functions with their own #includesguenther2013-04-011-2/+3
* Enable fmemopen(3) and open_{w,}memstream(3)eric2013-03-281-12/+13
* Correct version numbermpi2013-03-282-6/+6
* Add an open_wmemstream(3) implementation and fix various issues formpi2013-03-273-55/+211
* Return EINVAL if there are fewer than six template Xs in the path.guenther2013-03-122-24/+30
* tweak wording of scanf return value; prompted by Jan Stary; ok jmc@otto2013-03-051-4/+5
* Update STANDARDS section as appropriate for C99.brad2013-03-042-7/+9
* Fix the combination of 'j' format flag and the XPG "<num>$" modifier.guenther2013-03-021-2/+11
* Add a bunch of missing functions.brad2013-01-311-2/+19
* Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad2013-01-305-8/+155
* some small cleanup;jmc2013-01-032-13/+14
* Add an implementation based on tedu@'s design of fmemopen(3) andmpi2013-01-014-0/+655
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-057-16/+7
* tweak text for consistency; from artturi almjmc2012-10-031-3/+4
* tmpname -> tempnam; from Artturi Almjmc2012-09-071-3/+3
* sync comment with reality.fgsch2012-09-011-2/+2
* 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