summaryrefslogtreecommitdiff
path: root/libc/stdio/_stdio.h
AgeCommit message (Expand)Author
2016-06-12Fix infinite loop when fopencookie custom write returns 0 on errorJan Vangorp
2015-12-17libc/stdio: Rework custom streams interface similar to glibc.Waldemar Brodkorb
2012-06-15_stdio.h: move _load_inttype.h and _store_inttype.h prototypes herePeter S. Mazinger
2012-06-15uClibc_stdio.h: move internal to _stdio.h and make them hiddenPeter S. Mazinger
2011-11-17stdio: hide _stdio_validate_FILEBernhard Reutner-Fischer
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2008-11-22fix some unneeded PLT referencesDenis Vlasenko
2008-04-10remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko
2008-04-09Factor out the core of vprintf() into separate functionDenis Vlasenko
2006-12-12Fix/disable locking when pthreads is disabledEric Andersen
2006-12-08Fill in a few more of the missing pieces...Eric 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-13Remove unused prototypesPeter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter 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-16Get rid of warnings, use internals, create new hidden versionsPeter S. Mazinger
2005-12-09Implement hidden listen, use the hidden listen/acceptPeter S. Mazinger
2005-12-09Guard wchar dependent stuff properly, thx vapierPeter S. Mazinger
2005-12-09Implement hidden *scanfPeter S. Mazinger
2005-12-09Implement all needed hidden *printf and correct vasprintf, thx blindvtPeter S. Mazinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-11-26Adapt to renamed internal __f{ge.pu}tc_unlockedPeter S. Mazinger
2005-11-21Hide somePeter S. Mazinger
2005-11-19make sure we pull in features.hMike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide some internally used functionsPeter S. Mazinger
2004-05-07Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III