summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add fgetwln(3) from FreeBSD and bump libc minor revision.millert2015-01-121-8/+8
* Move guts of setbuf.3 into setvbuf.3 to make it clear which onemillert2014-11-251-5/+5
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-1/+3
* c11 compliance: remove gets()tedu2014-03-231-3/+2
* Enable fmemopen(3) and open_{w,}memstream(3)eric2013-03-281-12/+13
* Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad2013-01-301-3/+4
* Implement getdelim(3) and getline(3).fgsch2012-03-211-3/+6
* Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).stsp2012-01-181-2/+2
* Make __svfscanf() the unlocked, core of vfscanf() and use it inguenther2011-11-081-2/+2
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-3/+6
* Add support for C99 %ls and %lc format directives, as been documented instsp2011-07-061-2/+2
* Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmcstsp2011-05-091-2/+4
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-281-2/+3
* Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.stsp2011-04-241-3/+2
* Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.stsp2011-04-241-2/+3
* next citrus step.espie2005-06-171-3/+9
* let vfscanf be a real function. Use a weak_alias on systems where thisespie2005-05-111-2/+2
* fseeko.3 and ftello.3deraadt2000-03-281-1/+2
* Local changes that should not have gone inmillert1999-08-071-2/+2
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-071-2/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-3/+3
* v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references...millert1998-08-301-3/+2
* links to asnprintf and suchderaadt1998-08-281-2/+3
* link for mkstemps()deraadt1998-07-031-1/+2
* Build asprintf.c and vasprintf.cmillert1997-11-291-4/+4
* Man link for mkdtemp(3).millert1997-09-261-1/+2
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+41