summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* remove unused hidden functionsPeter S. Mazinger2011-03-092-2/+0
* make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTFPeter S. Mazinger2011-03-031-0/+4
* *printf: Violation of precision with null stringJones Desougi2011-02-091-0/+6
* stdio: fix diagnostic messageBernhard Reutner-Fischer2011-01-211-1/+1
* __psfs_parse_spec: always use long int for %pBernhard Reutner-Fischer2011-01-111-1/+4
* vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko2010-10-191-21/+20
* _vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko2010-10-191-5/+3
* vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko2010-10-191-136/+135
* vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko2010-10-191-25/+38
* _uintmaxtostr: fix indentation (spaces->tabs), no code changesDenys Vlasenko2010-08-261-10/+10
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-022-6/+6
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
| * lift printf field width limitMichael Deutschmann2010-03-171-4/+4
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-094-4/+5
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-171-1/+2
* | rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-177-24/+32
|/
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-194-14/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-185-24/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1876-209/+0
* remove(): slight readabability tweak, no code changesDenys Vlasenko2009-09-051-5/+2
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko2009-02-154-14/+23
* *: 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