summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile.inc
AgeCommit message (Expand)Author
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)Eric Faurot
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).Brad Smith
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt
2012-01-18Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).Stefan Sperling
2011-11-08Make __svfscanf() the unlocked, core of vfscanf() and use it inPhilip Guenthe
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-07-06Add support for C99 %ls and %lc format directives, as been documented inStefan Sperling
2011-05-09Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmcStefan Sperling
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-24Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.Stefan Sperling
2011-04-24Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.Stefan Sperling
2005-06-17next citrus step.Marc Espie
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
2000-03-28fseeko.3 and ftello.3Theo de Raadt
1999-08-07Local changes that should not have gone inTodd C. Miller
1999-08-07If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkTodd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove...Todd C. Miller
1998-08-28links to asnprintf and suchTheo de Raadt
1998-07-03link for mkstemps()Theo de Raadt
1997-11-29Build asprintf.c and vasprintf.cTodd C. Miller
1997-09-26Man link for mkdtemp(3).Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt