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