| Commit message (Expand) | Author | Age | Files | Lines |
* | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer | 2012-01-29 | 4 | -3/+7 |
* | stdio: add support for "e" flag with fopen() | Mike Frysinger | 2011-11-20 | 1 | -1/+8 |
* | stdio: hide _stdio_validate_FILE | Bernhard Reutner-Fischer | 2011-11-17 | 2 | -2/+2 |
* | libc: add missing lock initialization in vswprintf | Maksim Rayskiy | 2011-06-29 | 1 | -0/+5 |
* | remove unused hidden functions | Peter S. Mazinger | 2011-03-09 | 2 | -2/+0 |
* | make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTF | Peter S. Mazinger | 2011-03-03 | 1 | -0/+4 |
* | *printf: Violation of precision with null string | Jones Desougi | 2011-02-09 | 1 | -0/+6 |
* | stdio: fix diagnostic message | Bernhard Reutner-Fischer | 2011-01-21 | 1 | -1/+1 |
* | __psfs_parse_spec: always use long int for %p | Bernhard Reutner-Fischer | 2011-01-11 | 1 | -1/+4 |
* | vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside it | Denys Vlasenko | 2010-10-19 | 1 | -21/+20 |
* | _vfprintf.c: de-obfuscate badly twisted fragment. no code changes. | Denys Vlasenko | 2010-10-19 | 1 | -5/+3 |
* | vfprintf.c: remove endif comments which clog up the source. no code changes | Denys Vlasenko | 2010-10-19 | 1 | -136/+135 |
* | vfprintf.c: de-obfuscate if(with nested assignments). no logic changes | Denys Vlasenko | 2010-10-19 | 1 | -25/+38 |
* | _uintmaxtostr: fix indentation (spaces->tabs), no code changes | Denys Vlasenko | 2010-08-26 | 1 | -10/+10 |
* | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-04-02 | 2 | -6/+6 |
|\ |
|
| * | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
| * | lift printf field width limit | Michael Deutschmann | 2010-03-17 | 1 | -4/+4 |
* | | Extend __gen_tempname with mode argument | Mikhail Gusarov | 2009-11-09 | 4 | -4/+5 |
* | | use *_not_cancel variants to avoid accidental cancellations with nptl | Austin Foxley | 2009-10-17 | 1 | -1/+2 |
* | | rework internal uClibc mutexes to support futex locking, and nptl | Austin Foxley | 2009-10-17 | 7 | -24/+32 |
|/ |
|
* | remove a few more empty #if/#endif pairs | Denys Vlasenko | 2009-09-19 | 4 | -14/+2 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 5 | -24/+0 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 76 | -209/+0 |
* | remove(): slight readabability tweak, no code changes | Denys Vlasenko | 2009-09-05 | 1 | -5/+2 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
* | suppress bogus ioctl on fd==INT_MAX when vasprintf() is called | Denis Vlasenko | 2009-02-15 | 4 | -14/+23 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 4 | -30/+30 |
* | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko | 2008-12-21 | 3 | -7/+8 |
* | more of pointer signedness warnings removed | Denis Vlasenko | 2008-12-21 | 1 | -4/+4 |
* | heed multiple warnings of the type | Denis Vlasenko | 2008-12-21 | 1 | -7/+8 |
* | libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned chars | Denis Vlasenko | 2008-12-20 | 1 | -24/+12 |
* | fix improperly hidden fputc_unlocked | Denis Vlasenko | 2008-11-29 | 2 | -4/+2 |
* | fix improperly hidden fwprintf. | Denis Vlasenko | 2008-11-29 | 1 | -0/+1 |
* | fix some unneeded PLT references | Denis Vlasenko | 2008-11-22 | 2 | -2/+2 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 63 | -143/+143 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 18 | -24/+24 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 9 | -13/+13 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 6 | -6/+6 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - Fix __user_locking with stdio buffers (Carmelo AMOROSO) | Bernhard Reutner-Fischer | 2008-11-02 | 1 | -1/+1 |
* | Fix up memset() argument ordering in open_memstream(). Previously | Paul Mundt | 2008-09-21 | 1 | -2/+2 |
* | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso | 2008-09-09 | 1 | -3/+0 |
* | Fix problem in vfprintf when assertion are enabled. | Carmelo Amoroso | 2008-09-09 | 1 | -2/+1 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 10 | -30/+30 |
* | Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead, | Denis Vlasenko | 2008-06-03 | 2 | -4/+0 |
* | suppress a few "might be used uninitialized" warnings. No code growth. | Denis Vlasenko | 2008-06-01 | 1 | -2/+2 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 2 | -2/+2 |
* | - avoid warning about cast from pointer to integer of different size | Bernhard Reutner-Fischer | 2008-05-23 | 1 | -1/+1 |
* | - for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c) | Bernhard Reutner-Fischer | 2008-05-23 | 1 | -0/+2 |
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 1 | -3/+1 |