| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | David Schultz | 2009-04-06 | 1 | -2/+4 |
| | | | | | | | | | | | | because it means getdelim() returns -1 for both error and EOF, and never returns 0. However, this is what the original GNU implementation does, and POSIX inherited the bug. Reported by: marcus@ Notes: svn path=/head/; revision=190773 | ||||
| * | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 1 | -0/+158 |
| wcscasecmp(), and wcsncasecmp(). - Make some previously non-standard extensions visible if POSIX_VISIBLE >= 200809. - Use restrict qualifiers in stpcpy(). - Declare off_t and size_t in stdio.h. - Bump __FreeBSD_version in case the new symbols (particularly getline()) cause issues with ports. Reviewed by: standards@ Notes: svn path=/head/; revision=189136 | |||||
