summaryrefslogtreecommitdiff
path: root/include/stdio.h
AgeCommit message (Expand)Author
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-21Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.Todd C. Miller
1999-09-17Be thorough about NULL as __null for C++.Marc Espie
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1997-11-29Add __attribute__ for asprintf.Todd C. Miller
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller
1996-10-28Do not enable putc() macro implementation if _POSIX_SOURCE is defined;Thorsten Lockert
1996-07-26export non-constipated sys_errlist[] to userlandTheo de Raadt
1996-07-25Partially revert back to the old behaviour of declaring sys_errlist here.Jason Downs
1996-05-01typo in __STRICT_ANSI__Theo de Raadt
1996-03-24Prefix "long long" with "/* LONGLONG */" to shut up lint(1)Thorsten Lockert
1996-01-29from netbsd; move sys_nerr/sys_errlist decls to errno.hTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt