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
2019-03-02
Fix NULL pointer dereference in open_memstream()
Eugene Yudin
2017-06-21
remove editor hints for vi
Waldemar Brodkorb
2017-01-14
fix gcc compiler warning
Waldemar Brodkorb
2016-11-27
remove UCLIBC_HAS_LFS
Waldemar Brodkorb
2016-06-12
Fix return value of fwrite when a 'hard' error occurs
Jan Vangorp
2016-06-12
Fix infinite loop when fopencookie custom write returns 0 on error
Jan Vangorp
2016-06-01
remove MJN only debug messages
Waldemar Brodkorb
2016-02-24
Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portabili...
Ubaldo Porcheddu
2015-12-17
libc/stdio: Rework custom streams interface similar to glibc.
Waldemar Brodkorb
2015-12-09
Reduce the initial buffer size for open_memstream
Waldemar Brodkorb
2015-08-14
add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions
Romain Naour
2015-06-10
_scanf.c: Implement 'm' modifier for 'c' and '[' conversions.
Will Newton
2015-04-12
remove more of the link_warnings
Waldemar Brodkorb
2015-03-29
merge uClibc git master
Waldemar Brodkorb
2015-03-22
libc: Fix vfprintf compilation without HAS_FLOATS
Bernhard Reutner-Fischer
2015-01-01
I think this is what you mean
Thorsten Glaser
2015-01-01
silence GCC
Thorsten Glaser
2014-12-30
remove another two warnings.
Waldemar Brodkorb
2014-12-28
reduce some unneeded warnings.
Waldemar Brodkorb
2014-12-15
mkostemp: fix implementation
Anthony G. Basile
2014-12-15
stdio: Fix printing 0.0
Bernhard Reutner-Fischer
2013-03-29
Revert "_scanf.c: Implement 'm' modifier for 'c' and '[' conversions."
Bernhard Reutner-Fischer
2013-03-29
_vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)'
Mirko Vogt
2013-03-22
Fix a problem with scanning wide chars.
Nathan Sidwell
2013-02-05
buildsys: switch libc to kbuild-style
Bernhard Reutner-Fischer
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
_stdio.c: pthread.h was already included by _stdio.h
Peter S. Mazinger
2012-06-15
handle the type mismatch of ftell[o] and fseek[o] if long int != off_t
Peter S. Mazinger
2012-06-15
_fpmaxtostr.c: align comments, no code change
Peter S. Mazinger
2012-06-15
_scanf.c: fix to signedness warnings
Peter S. Mazinger
2012-06-15
popen.c: get rid of a shadow warning
Peter S. Mazinger
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
[next]