summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile.inc
AgeCommit message (Collapse)Author
2005-06-17next citrus step.Marc Espie
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well...
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
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. ↵Todd C. Miller
Remove references...
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
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt