summaryrefslogtreecommitdiff
path: root/include/stdio.h
AgeCommit message (Expand)Author
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2013-06-14libc: hide obstack relocationsBernhard Reutner-Fischer
2013-06-14libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintfAnthony G. Basile
2013-02-20rename: Use renameat if arch does not have the rename syscallMarkos Chandras
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.hPeter S. Mazinger
2012-06-15stdio.h: move uClibc specific parts to the common place for these changesPeter S. Mazinger
2012-06-15stdio.h: update partially, mainly for POSIX 2008Peter S. Mazinger
2012-06-15fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlockedPeter S. Mazinger
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2011-03-09remove unused hidden functionsPeter S. Mazinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-05Add some missing printf/scanf format attributesRon
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-09-30- fix whitespaceBernhard Reutner-Fischer
2008-05-30- pull wur settings from upstream. No other changes.Bernhard Reutner-Fischer
2006-12-15Patch from Bernhard Fischer:Eric Andersen
2005-12-08Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ...Peter S. Mazinger
2005-09-21disable obstack_printf in header, not supportedPeter S. Mazinger
2004-08-15Update to add missing c++ namespace support.Manuel Novoa III
2004-07-30cut-n-paste strikes againEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-08-27Obligatory forgotten file... sys_errlist garbage.Manuel Novoa III
2002-08-26sparc, alpha, and mips have different errno values than the otherManuel Novoa III
2002-08-09Fix some more warnings for non-thread-enabled compiles.David McCullough
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-02-26Be consistant and use an unsigned char * throughoutEric Andersen
2002-01-29Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen
2002-01-19Allow apps to use varargs.h (not that they should)Eric Andersen
2002-01-10Eliminate C++ style commentsEric Andersen
2001-11-21Finish off the getc putc adjustmentEric Andersen
2001-10-04Patch from David McCullough <davidm@lineo.com>:Eric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-08-24Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", andEric Andersen
2001-08-24Get rid of non standard macros for things that are functionsEric Andersen
2001-05-21Wrap getline() inside #ifdef __USE_GNUEric Andersen
2001-02-27stdio mostly rewritten... passes lots of tests now.Manuel Novoa III
2001-02-19Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III
2001-02-15Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype.Manuel Novoa III
2001-01-27Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III
2001-01-17Increase BUFSIZ to 512 to avoid bug in busybox tar.Manuel Novoa III
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-10-26Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen