summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/local.h
AgeCommit message (Expand)Author
2016-05-23Make _fwalk and _cleanup completely internal to libcPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2015-10-25Hide __atexit and __atexit_register_cleanup()Philip Guenther
2015-10-04wrap _fwalk() so internal calls are direct (at least until we stopPhilip Guenther
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
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-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
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-06-17next citrus step.Marc Espie
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
2005-03-30ansi + de-registerPatrick Latifi
2005-03-08fix typo in comment.Moritz Jodeit
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt