Rich Felker
|
1f6cbdb434
getdelim: only grow buffer when necessary, improve OOM behavior
|
6 years ago |
Rich Felker
|
849e7603e9
fix null pointer subtraction and comparison in stdio
|
6 years ago |
Rich Felker
|
5cd309f0cc
fix failure of getdelim to set stream orientation on error
|
6 years ago |
Rich Felker
|
5ce3737931
reduce spurious inclusion of libc.h
|
6 years ago |
Rich Felker
|
aaa29c26ee
remove unused MIN macro from getdelim source file
|
7 years ago |
Rich Felker
|
c673158d91
fix overly pessimistic realloc strategy in getdelim
|
9 years ago |
Rich Felker
|
d87f0a9a95
avoid updating caller's size when getdelim fails to realloc
|
9 years ago |
Rich Felker
|
b114190b29
fix single-byte overflow of malloc'd buffer in getdelim
|
9 years ago |
Szabolcs Nagy
|
05e0e301e3
fix getdelim to set the error indicator on all failures
|
10 years ago |
Rich Felker
|
835f9f950e
clean up stdio_impl.h
|
12 years ago |
Rich Felker
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 years ago |
Rich Felker
|
6a4b9472fb
add some ugly aliases for LSB ABI compatibility
|
13 years ago |
Rich Felker
|
e3cd6c5c26
major stdio overhaul, using readv/writev, plus other changes
|
14 years ago |
Rich Felker
|
0b44a0315b
initial check-in, version 0.5.0
|
14 years ago |