summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2013-12-17f_prealloc() goes away. Comment from the original source file:Theo de Raadt
2013-12-04express final disapproval of the interfaces in libcompat, such asTheo de Raadt
2013-11-25Use iswupper() for wide characters, not isupper(); ok deraadtStefan Sperling
2013-11-13oops should not be staticTheo de Raadt
2013-11-12a __fputwc_unlock() prototype was available in fvwrite.h, so use thatTheo de Raadt
2013-11-12both files contain a function which should only be static.Theo de Raadt
2013-11-01Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyPhilip Guenther
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-07-18HISTORY; tweaks and ok sobrado@ jmc@Ingo Schwarze
2013-07-17more library historyIngo Schwarze
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
2013-04-01When there are multiple groups of functions with their own #includesPhilip Guenther
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)Eric Faurot
2013-03-28Correct version numberMartin Pieuchot
2013-03-27Add an open_wmemstream(3) implementation and fix various issues forMartin Pieuchot
2013-03-12Return EINVAL if there are fewer than six template Xs in the path.Philip Guenther
2013-03-05tweak wording of scanf return value; prompted by Jan Stary; ok jmc@Otto Moerbeek
2013-03-04Update STANDARDS section as appropriate for C99.Brad Smith
2013-03-02Fix the combination of 'j' format flag and the XPG "<num>$" modifier.Philip Guenther
2013-01-31Add a bunch of missing functions.Brad Smith
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).Brad Smith
2013-01-03some small cleanup;Jason McIntyre
2013-01-01Add an implementation based on tedu@'s design of fmemopen(3) andMartin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-03tweak text for consistency; from artturi almJason McIntyre
2012-09-07tmpname -> tempnam; from Artturi AlmJason McIntyre
2012-09-01sync comment with reality.Federico G. Schwindt
2012-06-26Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point inMatthew Dempsky
2012-06-01Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),Philip Guenthe
2012-05-22Don't misleadingly suggest that fpos_t only needs to be a complex typeMatthew Dempsky
2012-05-22Document that ftell() may return EOVERFLOW.Matthew Dempsky
2012-05-21Fix ftell() to return EOVERFLOW if the file offset is greater thanMatthew Dempsky
2012-04-12document getdelim() and getline(), and a grammar fix whilst here;Jason McIntyre
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt
2012-01-22Credit Keith Sklower and 2BSD for the first implementation of read-writeIngo Schwarze
2012-01-18Add missing header needed by iswspace()Charles Longeau
2012-01-18Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).Stefan Sperling
2012-01-15Document early history of a few functions specifically mentioned in 2BSDIngo Schwarze
2011-11-08Make __svfscanf() the unlocked, core of vfscanf() and use it inPhilip Guenthe
2011-11-02Sync scanf(3) to wscanf(3), and a few bits the opposite way:Ingo Schwarze
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-10-02signedness fix; ok millertDarren Tucker
2011-09-03some minor tweaks;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-07-29missing $ in rcs tag; from Daniel DickmanStuart Henderson
2011-07-06Add support for C99 %ls and %lc format directives, as been documented inStefan Sperling
2011-07-05from Tim van der Molen:Jason McIntyre