Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Favor err() over perror() in example. | 2017-07-22 | 1 | -3/+3 | |
| | | | | ok schwarze@ | ||||
* | get* can change *lineptr on failure | 2016-04-04 | 1 | -2/+6 | |
| | | | | ok sthen@ | ||||
* | Be explicit that the user is responsible for freeing the line buffer | 2015-10-07 | 1 | -4/+10 | |
| | | | | and show this in the example. | ||||
* | another missing Mdocdate | 2015-09-10 | 1 | -2/+2 | |
| | |||||
* | Implement getdelim(3) and getline(3). | 2012-03-21 | 1 | -0/+155 | |
Prompted in a mail to tech@ by Jan Klemkow (j-dot-klemkow-at-wemelug-dot-de) but this is based on NetBSD's implementation instead with some tweaks by me. Further improvements would happen in tree. ok millert@; discussed with many others ports cleanup by naddy@, sthen@. Antti Harri, Gonzalo L. R. and myself. |