index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix scanf %c conversion wrongly storing a terminating null byte
Rich Felker
2013-06-22
2
-4
/
+8
*
implement 'm' modifier for wide scanf variants
Rich Felker
2013-06-06
1
-7
/
+40
*
implement the 'm' (malloc) modifier for scanf
Rich Felker
2013-06-05
1
-22
/
+48
*
refactor wide-char scanf string handling
Rich Felker
2013-06-05
1
-55
/
+32
*
simplify some logic in scanf and remove redundant invalid-format check
Rich Felker
2013-06-04
1
-18
/
+8
*
refactor scanf core to use common code path for all string formats
Rich Felker
2013-06-04
1
-85
/
+52
*
fix argument omission in ABI-compat weak_alias for fscanf
Rich Felker
2013-04-06
1
-1
/
+1
*
Add ABI compatability aliases.
Isaac Dunham
2013-04-05
11
-0
/
+33
*
rewrite popen to use posix_spawn instead of fragile vfork hacks
Rich Felker
2013-03-24
1
-41
/
+41
*
document self-synchronized destruction issue for stdio locking
Rich Felker
2012-12-10
1
-0
/
+10
*
always add memory streams to stdio open file list
Rich Felker
2012-11-09
3
-18
/
+21
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
2
-0
/
+4
*
clean up stdio_impl.h
Rich Felker
2012-11-08
35
-2
/
+83
*
fix more unused variable warnings
Rich Felker
2012-11-01
2
-3
/
+2
*
separate getc/putc from fgetc/fputc
Rich Felker
2012-10-27
4
-6
/
+25
*
correct locking in stdio functions that tried to be lock-free
Rich Felker
2012-10-24
6
-16
/
+36
*
greatly improve freopen behavior
Rich Felker
2012-10-24
3
-15
/
+27
*
remove useless failure-check from freopen (can't happen)
Rich Felker
2012-10-24
1
-2
/
+2
*
fix copy/paste error in popen changes that broke signals
Rich Felker
2012-10-21
1
-1
/
+1
*
fix usage of locks with vfork
Rich Felker
2012-10-19
1
-1
/
+1
*
avoid raising spurious division-by-zero exception in printf
Rich Felker
2012-10-18
1
-1
/
+1
*
overhaul system() and popen() to use vfork; fix various related bugs
Rich Felker
2012-10-18
1
-24
/
+44
*
add 'e' modifier (close-on-exec) to fopen and fdopen
Rich Felker
2012-09-29
2
-2
/
+5
*
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
Rich Felker
2012-09-29
1
-1
/
+1
*
fix invalid implicit pointer conversion in gnulib-compat functions
Rich Felker
2012-09-06
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
42
-43
/
+43
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
1
-2
/
+2
*
add bsd fgetln function
Rich Felker
2012-08-11
2
-0
/
+20
*
minor but worthwhile optimization in printf: avoid expensive strspn
Rich Felker
2012-08-10
1
-4
/
+2
*
trivial optimization to printf: avoid wasted call frame
Rich Felker
2012-08-10
1
-1
/
+1
*
putw is supposed to return 0 (not the value written) on success
Rich Felker
2012-07-04
1
-1
/
+1
*
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
Rich Felker
2012-07-04
2
-0
/
+2
*
fix missing function declarations for __stdio_exit
Rich Felker
2012-07-02
2
-0
/
+4
*
fix fwrite return value when full write does not succeed
Rich Felker
2012-06-20
1
-1
/
+1
*
avoid cancellation in pclose
Rich Felker
2012-06-20
1
-3
/
+4
*
fix invalid memory access in pclose
Rich Felker
2012-06-20
1
-1
/
+2
*
make popen cancellation-safe
Rich Felker
2012-06-20
1
-0
/
+7
*
popen: handle issues with fd0/1 being closed
Rich Felker
2012-06-20
1
-3
/
+3
*
fix another oob pointer arithmetic issue in printf floating point
Rich Felker
2012-06-20
1
-1
/
+1
*
minor perror behavior fix
Rich Felker
2012-06-20
1
-1
/
+1
*
fix pointer overflow bug in floating point printf
Rich Felker
2012-06-19
1
-3
/
+3
*
add new stdio extension functions to make gnulib happy
Rich Felker
2012-06-19
1
-0
/
+24
*
stdio: handle file position correctly at program exit
Rich Felker
2012-06-19
3
-3
/
+35
*
minor cleanup in fflush
Rich Felker
2012-06-19
1
-5
/
+1
*
remove flush hook cruft that was never used from stdio
Rich Felker
2012-06-19
2
-4
/
+0
*
change stdio_ext __freading/__fwriting semantics slightly
Rich Felker
2012-06-17
1
-2
/
+2
*
fdopen should set errno when it fails due to invalid mode string
Rich Felker
2012-06-17
1
-1
/
+4
*
fix %ls breakage in last printf fix
Rich Felker
2012-06-08
1
-2
/
+2
*
fix printf %ls with precision limit over-read issue
Rich Felker
2012-06-08
1
-2
/
+2
*
fix scanf bug reading literals after width-limited field
Rich Felker
2012-06-07
1
-0
/
+1
[next]