Age | Commit message (Expand) | Author |
2015-12-17 | libc/stdio: Rework custom streams interface similar to glibc. | Waldemar Brodkorb |
2015-06-10 | _scanf.c: Implement 'm' modifier for 'c' and '[' conversions. | Will Newton |
2015-01-01 | I think this is what you mean | Thorsten Glaser |
2015-01-01 | silence GCC | Thorsten Glaser |
2013-03-29 | Revert "_scanf.c: Implement 'm' modifier for 'c' and '[' conversions." | Bernhard Reutner-Fischer |
2013-03-22 | Fix a problem with scanning wide chars. | Nathan Sidwell |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-10-31 | _scanf.c: Implement 'm' modifier for 'c' and '[' conversions. | Will Newton |
2012-06-15 | _scanf.c: fix to signedness warnings | Peter S. Mazinger |
2012-06-15 | _stdio.h: move _load_inttype.h and _store_inttype.h prototypes here | Peter S. Mazinger |
2012-06-15 | do not define _ISOC99_SOURCE in specific files | Peter S. Mazinger |
2012-05-21 | stdio: implement assignment-allocation "m" character | Mike Frysinger |
2011-03-09 | remove unused hidden functions | Peter S. Mazinger |
2011-01-21 | stdio: fix diagnostic message | Bernhard Reutner-Fischer |
2011-01-11 | __psfs_parse_spec: always use long int for %p | Bernhard Reutner-Fischer |
2009-10-17 | rework internal uClibc mutexes to support futex locking, and nptl | Austin Foxley |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2008-12-21 | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko |
2008-12-20 | libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned chars | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-09-09 | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2008-05-23 | - avoid warning about cast from pointer to integer of different size | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-01-05 | patch from Hans-Christian Egtvedt to silence some spurious signed warnings | Mike Frysinger |
2007-01-20 | - Trim superfluous trailing whitespace. No obj-code changes. | Bernhard Reutner-Fischer |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-02-13 | More renames for IMA | Peter S. Mazinger |