index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
_scanf.c
Age
Commit message (
Expand
)
Author
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