aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getdelim.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* getdelim(3): Fix losing data on [EAGAIN]Bryan Drewery2021-09-021-3/+24
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-6/+7
* Don't check for __SERR which may stick from one of any previous stdioAndrey A. Chernov2016-08-251-2/+2
* Better glibc compatibility for getline/getdelim:David Schultz2009-10-041-2/+2
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-061-2/+4
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-281-0/+158