| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-24 | add SEEK_DATA/SEEK_HOLE | Waldemar Brodkorb | 1 | -1/+4 |
| 2016-12-21 | remove obstack support | Waldemar Brodkorb | 1 | -16/+0 |
| 2015-03-13 | unistd.h: put getppid under XOPEN2K8 | Bernhard Reutner-Fischer | 1 | -22/+29 |
| 2013-06-14 | libc: hide obstack relocations | Bernhard Reutner-Fischer | 1 | -0/+1 |
| 2013-06-14 | libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintf | Anthony G. Basile | 1 | -2/+2 |
| 2013-02-20 | rename: Use renameat if arch does not have the rename syscall | Markos Chandras | 1 | -0/+1 |
| 2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger | 1 | -54/+54 |
| 2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | 1 | -3/+2 |
| 2012-06-15 | stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h | Peter S. Mazinger | 1 | -7/+0 |
| 2012-06-15 | stdio.h: move uClibc specific parts to the common place for these changes | Peter S. Mazinger | 1 | -10/+7 |
| 2012-06-15 | stdio.h: update partially, mainly for POSIX 2008 | Peter S. Mazinger | 1 | -6/+19 |
| 2012-06-15 | fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlocked | Peter S. Mazinger | 1 | -3/+0 |
| 2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer | 1 | -3/+5 |
| 2011-03-09 | remove unused hidden functions | Peter S. Mazinger | 1 | -1/+0 |
| 2009-07-20 | first pass at implementing *at funcs | Mike Frysinger | 1 | -0/+5 |
| 2009-07-05 | Add some missing printf/scanf format attributes | Ron | 1 | -5/+10 |
| 2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 1 | -0/+41 |
| 2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | 1 | -0/+8 |
| 2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 1 | -0/+2 |
| 2008-09-30 | - fix whitespace | Bernhard Reutner-Fischer | 1 | -2/+2 |
| 2008-05-30 | - pull wur settings from upstream. No other changes. | Bernhard Reutner-Fischer | 1 | -44/+48 |
| 2006-12-15 | Patch from Bernhard Fischer: | Eric Andersen | 1 | -0/+7 |
| 2005-12-08 | Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ... | Peter S. Mazinger | 1 | -0/+4 |
| 2005-09-21 | disable obstack_printf in header, not supported | Peter S. Mazinger | 1 | -1/+1 |
| 2004-08-15 | Update to add missing c++ namespace support. | Manuel Novoa III | 1 | -144/+344 |
| 2004-07-30 | cut-n-paste strikes again | Eric Andersen | 1 | -1/+1 |
| 2004-07-30 | Cleanup some dead wood in the header files | Eric Andersen | 1 | -16/+5 |
| 2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 1 | -25/+44 |
| 2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 1 | -1/+1 |
| 2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 1 | -0/+16 |
| 2002-08-27 | Obligatory forgotten file... sys_errlist garbage. | Manuel Novoa III | 1 | -0/+12 |
| 2002-08-26 | sparc, alpha, and mips have different errno values than the other | Manuel Novoa III | 1 | -12/+0 |
| 2002-08-09 | Fix some more warnings for non-thread-enabled compiles. | David McCullough | 1 | -3/+2 |
| 2002-03-12 | Swap in the new stdio code. | Manuel Novoa III | 1 | -62/+30 |
| 2002-02-26 | Be consistant and use an unsigned char * throughout | Eric Andersen | 1 | -1/+1 |
| 2002-01-29 | Updates to the v850 architecture from Miles Bader <miles@gnu.org> | Eric Andersen | 1 | -1/+1 |
| 2002-01-19 | Allow apps to use varargs.h (not that they should) | Eric Andersen | 1 | -10/+13 |
| 2002-01-10 | Eliminate C++ style comments | Eric Andersen | 1 | -6/+6 |
| 2001-11-21 | Finish off the getc putc adjustment | Eric Andersen | 1 | -8/+0 |
| 2001-10-04 | Patch from David McCullough <davidm@lineo.com>: | Eric Andersen | 1 | -15/+16 |
| 2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 1 | -190/+393 |
| 2001-08-24 | Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and | Eric Andersen | 1 | -9/+9 |
| 2001-08-24 | Get rid of non standard macros for things that are functions | Eric Andersen | 1 | -14/+6 |
| 2001-05-21 | Wrap getline() inside #ifdef __USE_GNU | Eric Andersen | 1 | -0/+2 |
| 2001-02-27 | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | 1 | -19/+34 |
| 2001-02-19 | Lots of stdio cleanups. Several bug fixes, addition of a number of functions | Manuel Novoa III | 1 | -32/+38 |
| 2001-02-15 | Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype. | Manuel Novoa III | 1 | -4/+11 |
| 2001-01-27 | Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked | Manuel Novoa III | 1 | -0/+4 |
| 2001-01-17 | Increase BUFSIZ to 512 to avoid bug in busybox tar. | Manuel Novoa III | 1 | -1/+1 |
| 2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 1 | -9/+5 |