OSDN Git Service

remove uClibc_mutex.h on install
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / bits / uClibc_stdio.h
2012-06-15 Peter S. Mazingerremove uClibc_mutex.h on install
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. MazingeruClibc_stdio.h: change the guard used to include stdio...
2012-06-15 Peter S. MazingeruClibc_stdio.h: guard internals with _LIBC
2012-06-15 Peter S. MazingeruClibc_stdio.h: remove consistency check
2012-06-15 Peter S. MazingeruClibc_stdio.h: remove parts solved in features.h
2012-06-15 Peter S. Mazingerstdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part...
2012-06-15 Peter S. MazingeruClibc_stdio.h: move internal to _stdio.h and make...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-10-17 Austin Foxleyrework internal uClibc mutexes to support futex locking...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2007-01-28 Bernhard Reutner... - commentary typo fix
2007-01-09 Joakim TjernlundAurelien Jacobs writes:
2006-12-08 Eric AndersenFill in a few more of the missing pieces...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-06 Eric Andersenstdio update from mjn3
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2005-12-16 Peter S. MazingerBetter guards within _LIBC, cleanup, typos
2005-12-16 Peter S. MazingerDisable some unused stuff, better guard for libc
2005-12-14 Peter S. MazingerDo hidden brk, hide _brk as well for some archs, conver...
2005-12-11 Peter S. MazingerMake sure we are really within uClibc only, these bits...
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2005-11-09 Mike Frysingerbooooring license updates
2004-05-07 Manuel Novoa III Fix a couple of issues in configurations I hadn't tested.
2004-04-14 Manuel Novoa III Fix typo.
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-11-06 Manuel Novoa III Add a utility macro.
2003-11-05 Manuel Novoa III Remove erroneous trailing semicolon.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-03 Manuel Novoa III Implement locale-specific grouping in printf for base...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-07-07 Manuel Novoa III Attempt to clean up the strerror_r situation.
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-18 Manuel Novoa III Fix perror() and printf("%m") to not call strerror...
2002-03-12 Manuel Novoa III Fix another O_LARGEFILE bug. Also, I forget to make...
2002-03-12 Manuel Novoa III Oops.. had left thread support forced on.
2002-03-12 Eric AndersenFixup redefinition of NL_ARGMAX
2002-03-12 Manuel Novoa III Swap in the new stdio code.