summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strptime.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.sheldonh1999-12-081-12/+46
* Accept 12 for %l, because it's logical to expect "%l:%M" to work forsheldonh1999-12-081-1/+1
* %Ex -> %Ef to not conflict with POSIXache1999-11-301-1/+14
* Stricter checking %A vs %aache1999-11-301-11/+13
* Fix %C handlingache1999-11-301-14/+52
* Decremement by 1 the value taken for %j before assigning it to tm_yday,sheldonh1999-11-101-6/+50
* Add unsigned char cast to isupperache1999-11-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make the new %Z addition thread-safe.obrien1999-07-061-19/+49
* Actually impliment the documented %Z specifier.obrien1999-07-041-1/+32
* Re-fixed to start at 1969 per the actual Posix requirement. Alsowes1999-04-251-2/+2
* Bring two-digit years up-to-date with POSIX requirements.wes1999-04-251-1/+3
* Change return type of strptime from const char* to char*.dt1998-09-121-3/+3
* Add unsigned char cast to all ctype callsache1997-08-131-27/+27
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-315/+306
* Clean import of strptime(3) onto a vendor branch.joerg1997-08-091-0/+358
OpenPOWER on IntegriCloud