OSDN Git Service

test: disable librt shmtest on non-MMU systems
[uclinux-h8/uClibc.git] / include / stdio.h
2013-06-14 Bernhard Reutner... libc: hide obstack relocations
2013-06-14 Anthony G. Basilelibc/misc/gnu/obprintf.c: implement obstack_printf...
2013-02-20 Markos Chandrasrename: Use renameat if arch does not have the rename...
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerstdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part...
2012-06-15 Peter S. Mazingerstdio.h: move uClibc specific parts to the common place...
2012-06-15 Peter S. Mazingerstdio.h: update partially, mainly for POSIX 2008
2012-06-15 Peter S. Mazingerfputc.c, stdio.h: no need for hidden putc, putc_unlocke...
2012-01-29 Bernhard Reutner... tmpnam, tempnam are obsolete in SUSV4
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerremove unused hidden functions
2009-07-20 Mike Frysingerfirst pass at implementing *at funcs
2009-07-06 RonAdd some missing printf/scanf format attributes
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-09-30 Bernhard Reutner... - fix whitespace
2008-05-30 Bernhard Reutner... - pull wur settings from upstream. No other changes.
2006-12-15 Eric AndersenPatch from Bernhard Fischer:
2005-12-08 Peter S. MazingerRemove __strto* from header (glibc sync), disable __asp...
2005-09-21 Peter S. Mazingerdisable obstack_printf in header, not supported
2004-08-15 Manuel Novoa III Update to add missing c++ namespace support.
2004-07-30 Eric Andersencut-n-paste strikes again
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-08-27 Manuel Novoa III Obligatory forgotten file... sys_errlist garbage.
2002-08-26 Manuel Novoa III sparc, alpha, and mips have different errno values...
2002-08-09 David McCulloughFix some more warnings for non-thread-enabled compiles.
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2002-02-26 Eric AndersenBe consistant and use an unsigned char * throughout
2002-01-29 Eric AndersenUpdates to the v850 architecture from Miles Bader ...
2002-01-19 Eric AndersenAllow apps to use varargs.h (not that they should)
2002-01-10 Eric AndersenEliminate C++ style comments
2001-11-21 Eric AndersenFinish off the getc putc adjustment
2001-10-04 Eric AndersenPatch from David McCullough <davidm@lineo.com>:
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-08-24 Eric AndersenUse "stdin", "stdout", and "stderr", not "_stdin",...
2001-08-24 Eric AndersenGet rid of non standard macros for things that are...
2001-05-21 Eric AndersenWrap getline() inside #ifdef __USE_GNU
2001-02-27 Manuel Novoa III stdio mostly rewritten... passes lots of tests now.
2001-02-19 Manuel Novoa III Lots of stdio cleanups. Several bug fixes, addition...
2001-02-15 Manuel Novoa III Fix stdin/stdout/stderr (that I broke) and add vdprintf...
2001-01-27 Manuel Novoa III Fixed (hopefully) 0-pad bug in printf. Added asprintf...
2001-01-17 Manuel Novoa III Increase BUFSIZ to 512 to avoid bug in busybox tar.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-07-05 Eric AndersenMore header file cleanup.
2000-05-14 Erik AndersenInitial revision