summaryrefslogtreecommitdiff
path: root/libc/stdio/_stdio.c
AgeCommit message (Expand)Author
2015-12-17libc/stdio: Rework custom streams interface similar to glibc.Waldemar Brodkorb
2014-12-28reduce some unneeded warnings.Waldemar Brodkorb
2012-06-15_stdio.c: pthread.h was already included by _stdio.hPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15remove duplicate prototypes for _stdio_term().Peter S. Mazinger
2011-11-17stdio: hide _stdio_validate_FILEBernhard Reutner-Fischer
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-02-15suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-12-06stdio update from mjn3Eric Andersen
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-18dont define _stdio_init if it doesnt do anythingMike Frysinger
2006-02-01missed another global data markingPeter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-14Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commitPeter S. Mazinger
2005-12-08Hide some of the f* *printf, use them as wellPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III