Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SIZE_MAX is standard, we should be using it in preference to the | 2015-02-06 | 1 | -2/+3 | |
| | | | | obsolete SIZE_T_MAX. OK miod@ beck@ | ||||
* | Fix bounds check for newlen without relying on unspecified behavior. | 2014-10-16 | 1 | -4/+3 | |
| | | | | OK deraadt@ | ||||
* | Implement getdelim(3) and getline(3). | 2012-03-21 | 1 | -0/+134 | |
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. |