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
Age
Commit message (
Expand
)
Author
2009-09-19
remove a few more empty #if/#endif pairs
Denys Vlasenko
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-09-05
remove(): slight readabability tweak, no code changes
Denys Vlasenko
2009-08-17
support building out-of-tree
Bernhard Reutner-Fischer
2009-02-15
suppress bogus ioctl on fd==INT_MAX when vasprintf() is called
Denis Vlasenko
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-21
more of pointer signedness warnings removed
Denis Vlasenko
2008-12-21
heed multiple warnings of the type
Denis Vlasenko
2008-12-20
libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned chars
Denis Vlasenko
2008-11-29
fix improperly hidden fputc_unlocked
Denis Vlasenko
2008-11-29
fix improperly hidden fwprintf.
Denis Vlasenko
2008-11-22
fix some unneeded PLT references
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-07
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-02
- Fix __user_locking with stdio buffers (Carmelo AMOROSO)
Bernhard Reutner-Fischer
2008-09-21
Fix up memset() argument ordering in open_memstream(). Previously
Paul Mundt
2008-09-09
Fix some locale multibyte tests failures ad below:
Carmelo Amoroso
2008-09-09
Fix problem in vfprintf when assertion are enabled.
Carmelo Amoroso
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-06-03
Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,
Denis Vlasenko
2008-06-01
suppress a few "might be used uninitialized" warnings. No code growth.
Denis Vlasenko
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-23
- for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)
Bernhard Reutner-Fischer
2008-05-20
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-04-10
remove "register" from _vf[w]printf_internal declarations too
Denis Vlasenko
2008-04-10
even more fixes for vda-made breakage in vXXXfprintf
Denis Vlasenko
2008-04-09
fix breakage in old_vfprintf case
Denis Vlasenko
2008-04-09
restore erroneously removed hidden_def for vdprintf
Denis Vlasenko
2008-04-09
Remove vestigial locking init from sprintf routines.
Denis Vlasenko
2008-04-09
Factor out the core of vprintf() into separate function
Denis Vlasenko
2008-02-07
Fix stack overflow in _ppfs_parsespec
Carmelo Amoroso
2008-01-05
patch from Hans-Christian Egtvedt to silence some spurious signed warnings
Mike Frysinger
2007-04-14
- dtrt
Bernhard Reutner-Fischer
2007-02-08
Paul Brook writes:
Mike Frysinger
2007-01-29
fix from Atsushi Nemoto for displaying of 64bit types
Mike Frysinger
2007-01-29
fix from Roman Kononov for reading in of 64bit types
Mike Frysinger
2007-01-20
- Trim superfluous trailing whitespace. No obj-code changes.
Bernhard Reutner-Fischer
2006-12-22
- provide a hidden_def for fputc_unlocked that is aliased to __fputc_unlocked.
Bernhard Reutner-Fischer
2006-12-20
Paul Brook writes:
Mike Frysinger
2006-12-15
Patch from Bernhard Fischer:
Eric Andersen
2006-12-12
Fix/disable locking when pthreads is disabled
Eric Andersen
2006-12-08
Fill in a few more of the missing pieces...
Eric Andersen
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
[next]