summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-214-30/+30
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-213-7/+8
* more of pointer signedness warnings removedDenis Vlasenko2008-12-211-4/+4
* heed multiple warnings of the typeDenis Vlasenko2008-12-211-7/+8
* libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned charsDenis Vlasenko2008-12-201-24/+12
* fix improperly hidden fputc_unlockedDenis Vlasenko2008-11-292-4/+2
* fix improperly hidden fwprintf.Denis Vlasenko2008-11-291-0/+1
* fix some unneeded PLT referencesDenis Vlasenko2008-11-222-2/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2063-143/+143
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2018-24/+24
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-189-13/+13
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-186-6/+6
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - Fix __user_locking with stdio buffers (Carmelo AMOROSO)Bernhard Reutner-Fischer2008-11-021-1/+1
* Fix up memset() argument ordering in open_memstream(). PreviouslyPaul Mundt2008-09-211-2/+2
* Fix some locale multibyte tests failures ad below:Carmelo Amoroso2008-09-091-3/+0
* Fix problem in vfprintf when assertion are enabled.Carmelo Amoroso2008-09-091-2/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2310-30/+30
* Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko2008-06-032-4/+0
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-011-2/+2
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-302-2/+2
* - avoid warning about cast from pointer to integer of different sizeBernhard Reutner-Fischer2008-05-231-1/+1
* - for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)Bernhard Reutner-Fischer2008-05-231-0/+2
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-3/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1914-25/+25
* remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko2008-04-101-2/+2
* even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko2008-04-103-15/+12
* fix breakage in old_vfprintf caseDenis Vlasenko2008-04-093-1/+26
* restore erroneously removed hidden_def for vdprintfDenis Vlasenko2008-04-091-0/+1
* Remove vestigial locking init from sprintf routines.Denis Vlasenko2008-04-093-12/+3
* Factor out the core of vprintf() into separate functionDenis Vlasenko2008-04-099-55/+124
* Fix stack overflow in _ppfs_parsespecCarmelo Amoroso2008-02-071-1/+1
* patch from Hans-Christian Egtvedt to silence some spurious signed warningsMike Frysinger2008-01-053-10/+10
* - dtrtBernhard Reutner-Fischer2007-04-141-2/+4
* Paul Brook writes:Mike Frysinger2007-02-081-29/+24
* fix from Atsushi Nemoto for displaying of 64bit typesMike Frysinger2007-01-291-1/+1
* fix from Roman Kononov for reading in of 64bit typesMike Frysinger2007-01-291-1/+1
* - Trim superfluous trailing whitespace. No obj-code changes.Bernhard Reutner-Fischer2007-01-201-10/+8
* - provide a hidden_def for fputc_unlocked that is aliased to __fputc_unlocked.Bernhard Reutner-Fischer2006-12-221-0/+2
* Paul Brook writes:Mike Frysinger2006-12-201-0/+1
* Patch from Bernhard Fischer:Eric Andersen2006-12-152-4/+4
* Fix/disable locking when pthreads is disabledEric Andersen2006-12-121-0/+13
* Fill in a few more of the missing pieces...Eric Andersen2006-12-082-108/+74
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-7/+7
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-16/+17
* stdio update from mjn3Eric Andersen2006-12-0616-79/+283
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-232-0/+6
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-222-2/+2
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-1011-46/+1