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
2012-06-15
errno and *_init cleanup
Peter S. Mazinger
2012-06-15
_vfprintf.c: use _fpmaxtostr.h
Peter S. Mazinger
2012-06-15
_vfprintf.c: get rid of __STDIO_PRINTF_FLOAT
Peter S. Mazinger
2012-06-15
old_vfprintf.c: use _fpmaxtostr.h
Peter S. Mazinger
2012-06-15
_fpmaxtostr.c: move common to _fpmaxtostr.h
Peter S. Mazinger
2012-06-15
_vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/
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-06-15
remove duplicate prototypes for _stdio_term().
Peter S. Mazinger
2012-06-15
uClibc_stdio.h: move internal to _stdio.h and make them hidden
Peter S. Mazinger
2012-06-15
stdio.h: update partially, mainly for POSIX 2008
Peter S. Mazinger
2012-06-15
use fputwc in putwchar()
Peter S. Mazinger
2012-06-15
fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlocked
Peter S. Mazinger
2012-05-21
stdio: implement assignment-allocation "m" character
Mike Frysinger
2012-05-05
drop support for old systems lacking vfork
Mark Salter
2012-03-28
stdio: Fix char signedness in _load_inttype()
Bernhard Reutner-Fischer
2012-03-25
stdio: prevent retries on fclose/fflush after write errors
Denys Vlasenko
2012-03-11
__stdio_WRITE: make code more readable. No code changes
Denys Vlasenko
2012-01-29
tmpnam, tempnam are obsolete in SUSV4
Bernhard Reutner-Fischer
2011-11-20
stdio: add support for "e" flag with fopen()
Mike Frysinger
2011-11-17
stdio: hide _stdio_validate_FILE
Bernhard Reutner-Fischer
2011-06-29
libc: add missing lock initialization in vswprintf
Maksim Rayskiy
2011-03-09
remove unused hidden functions
Peter S. Mazinger
2011-03-03
make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTF
Peter S. Mazinger
2011-02-09
*printf: Violation of precision with null string
Jones Desougi
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
2010-10-19
vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside it
Denys Vlasenko
2010-10-19
_vfprintf.c: de-obfuscate badly twisted fragment. no code changes.
Denys Vlasenko
2010-10-19
vfprintf.c: remove endif comments which clog up the source. no code changes
Denys Vlasenko
2010-10-19
vfprintf.c: de-obfuscate if(with nested assignments). no logic changes
Denys Vlasenko
2010-08-26
_uintmaxtostr: fix indentation (spaces->tabs), no code changes
Denys Vlasenko
2010-04-02
Merge commit 'origin/master' into nptl
Austin Foxley
2010-03-25
prettify make clean
Bernhard Reutner-Fischer
2010-03-17
lift printf field width limit
Michael Deutschmann
2009-11-09
Extend __gen_tempname with mode argument
Mikhail Gusarov
2009-10-17
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-10-17
rework internal uClibc mutexes to support futex locking, and nptl
Austin Foxley
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
[next]