summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strptime.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make the new %Z addition thread-safe.David E. O'Brien1999-07-061-19/+49
* Actually impliment the documented %Z specifier.David E. O'Brien1999-07-041-1/+32
* Re-fixed to start at 1969 per the actual Posix requirement. AlsoWes Peters1999-04-251-2/+2
* Bring two-digit years up-to-date with POSIX requirements.Wes Peters1999-04-251-1/+3
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-121-3/+3
* Add unsigned char cast to all ctype callsAndrey A. Chernov1997-08-131-27/+27
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-315/+306
* Clean import of strptime(3) onto a vendor branch.Joerg Wunsch1997-08-091-0/+358