OSDN Git Service

ARC: Make vfork weak in libc
[uclinux-h8/uClibc.git] / libc / stdio / _stdio.c
2012-06-15 Peter S. Mazinger_stdio.c: pthread.h was already included by _stdio.h
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. Mazingerremove duplicate prototypes for _stdio_term().
2011-11-17 Bernhard Reutner... stdio: hide _stdio_validate_FILE
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...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-02-15 Denis Vlasenkosuppress bogus ioctl on fd==INT_MAX when vasprintf...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-06 Eric Andersenstdio update from mjn3
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-18 Mike Frysingerdont define _stdio_init if it doesnt do anything
2006-02-01 Peter S. Mazingermissed another global data marking
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-14 Peter S. MazingerHide _stdio_init/term, sorry, one change went mistakenl...
2005-12-08 Peter S. MazingerHide some of the f* *printf, use them as well
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...