about summary refs log tree commit diff
path: root/libio/tst-getdelim.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab2023-01-021-0/+36
POSIX requires that getdelim and getline set the error indicator on the stream when an error occured, in addition to setting errno.