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
/
getdelim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
getdelim: only grow buffer when necessary, improve OOM behavior
Rich Felker
2018-09-16
1
-10
/
+17
*
fix null pointer subtraction and comparison in stdio
Rich Felker
2018-09-16
1
-2
/
+7
*
fix failure of getdelim to set stream orientation on error
Rich Felker
2018-09-16
1
-0
/
+2
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-0
/
+1
*
remove unused MIN macro from getdelim source file
Rich Felker
2018-02-24
1
-2
/
+0
*
fix overly pessimistic realloc strategy in getdelim
Rich Felker
2015-12-20
1
-1
/
+1
*
avoid updating caller's size when getdelim fails to realloc
Rich Felker
2015-12-19
1
-5
/
+6
*
fix single-byte overflow of malloc'd buffer in getdelim
Rich Felker
2015-10-24
1
-1
/
+1
*
fix getdelim to set the error indicator on all failures
Szabolcs Nagy
2015-04-04
1
-2
/
+5
*
clean up stdio_impl.h
Rich Felker
2012-11-08
1
-0
/
+3
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
add some ugly aliases for LSB ABI compatibility
Rich Felker
2012-06-02
1
-0
/
+2
*
major stdio overhaul, using readv/writev, plus other changes
Rich Felker
2011-03-28
1
-15
/
+15
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+59