summaryrefslogtreecommitdiff
path: root/libc/stdio/_scanf.c
AgeCommit message (Expand)Author
2015-12-17libc/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-01I think this is what you meanThorsten Glaser
2015-01-01silence GCCThorsten Glaser
2013-03-29Revert "_scanf.c: Implement 'm' modifier for 'c' and '[' conversions."Bernhard Reutner-Fischer
2013-03-22Fix a problem with scanning wide chars.Nathan Sidwell
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-31_scanf.c: Implement 'm' modifier for 'c' and '[' conversions.Will Newton
2012-06-15_scanf.c: fix to signedness warningsPeter S. Mazinger
2012-06-15_stdio.h: move _load_inttype.h and _store_inttype.h prototypes herePeter S. Mazinger
2012-06-15do not define _ISOC99_SOURCE in specific filesPeter S. Mazinger
2012-05-21stdio: implement assignment-allocation "m" characterMike Frysinger
2011-03-09remove unused hidden functionsPeter S. Mazinger
2011-01-21stdio: fix diagnostic messageBernhard Reutner-Fischer
2011-01-11__psfs_parse_spec: always use long int for %pBernhard Reutner-Fischer
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-12-21more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko
2008-12-20libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned charsDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-09-09Fix 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 sizeBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-01-05patch from Hans-Christian Egtvedt to silence some spurious signed warningsMike Frysinger
2007-01-20- Trim superfluous trailing whitespace. No obj-code changes.Bernhard Reutner-Fischer
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-13More renames for IMAPeter S. Mazinger