summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/local.h
AgeCommit message (Expand)Author
2014-06-18add mkostemp, mkostemps, mkstemps from FreeBSD.christos
2013-10-04avoid linker warning for compat symbols that are used internally in libc,christos
2013-04-19Add scanf_l and wscanf_l families.joerg
2013-04-19Add explicit locale versions for the printf family. Replace asprintf,joerg
2012-03-27- widen the internal read and write calls to match the syscallschristos
2012-03-15fix signature.christos
2012-03-15ansi prototypes.christos
2012-01-22From tnozaki@: make fpos_t a complex object that keeps track of the parsechristos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-10-24Replace _FPOS_OVERFLOW() macro with a static inline function calledtron
2010-10-23tell lint to shut up.christos
2010-10-22not that it can happen, but make the test more robust.christos
2010-10-22implement EOVERFLOWchristos
2010-09-06add dprintf and vdprintfchristos
2010-01-11Use a proper char */size_t pair in __sfileext to keep track of the linejoerg
2009-12-02Reinstate __getdelim which does no locking.roy
2009-12-01Remove __getdelim and just use getdelim.roy
2009-09-24__getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF.roy
2005-05-14Add the missing wide char support functions from freebsd.christos
2005-02-09A little libc namespace housekeeping exercise:kleink
2004-05-10After discussion with christos, turn fgetstr() into an internal function.drochner
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-18Move guts of flockfile()/funlockfile() to __flockfile_internal(), whichnathanw
2003-03-07add fgetws() and fputws() (lib/20576).tshiozak
2003-02-01Revert the conversion to libpthread's recursive mutexes. Too muchnathanw
2003-01-21Use recursive mutexes from libpthread rather than implementingnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2002-05-24* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.thorpej
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
1998-07-27Add a mktempdir(), like mkstemp(), but it creates a directory.mycroft
1998-07-27If AUDIT, do not compile certain functions.mycroft
1998-02-02merge lite-2perry
1997-07-13Fix RCSID'schristos
1995-02-02Merged with 4.4lite.jtc
1994-01-04rename fgetline()cgd
1993-08-01Add RCS identifiers.mycroft
1993-05-07update with new files from Chris Torekcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd