about summary refs log tree commit diff
path: root/src/stdio/getdelim.c
Commit message (Expand)AuthorAgeFilesLines
* fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker2021-09-111-3/+5
* getdelim: only grow buffer when necessary, improve OOM behaviorRich Felker2018-09-161-10/+17
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-2/+7
* fix failure of getdelim to set stream orientation on errorRich Felker2018-09-161-0/+2
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* remove unused MIN macro from getdelim source fileRich Felker2018-02-241-2/+0
* fix overly pessimistic realloc strategy in getdelimRich Felker2015-12-201-1/+1
* avoid updating caller's size when getdelim fails to reallocRich Felker2015-12-191-5/+6
* fix single-byte overflow of malloc'd buffer in getdelimRich Felker2015-10-241-1/+1
* fix getdelim to set the error indicator on all failuresSzabolcs Nagy2015-04-041-2/+5
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* add some ugly aliases for LSB ABI compatibilityRich Felker2012-06-021-0/+2
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-15/+15
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+59