summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strptime.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize the %s format.Dima Dorfman2001-07-131-0/+16
* Get rid of non-standard %E[Ff] formats, userland apps already fixedAndrey A. Chernov2001-03-211-16/+1
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatAndrey A. Chernov2001-03-181-2/+13
* Make 'A' and 'a', 'B' and 'b' the same, per POSIXAndrey A. Chernov2001-03-181-26/+16
* Implement ampm_fmt (%r) per POSIXAndrey A. Chernov2001-03-021-1/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov2001-02-081-2/+2
* Catch up to latest chanage in timelocal structures exporting.Alexey Zelkin2001-02-081-22/+23
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-14/+9
* Force "%c" to be ctime-compatibleAndrey A. Chernov2000-10-261-1/+2
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.Sheldon Hearn1999-12-081-12/+46
* Accept 12 for %l, because it's logical to expect "%l:%M" to work forSheldon Hearn1999-12-081-1/+1
* %Ex -> %Ef to not conflict with POSIXAndrey A. Chernov1999-11-301-1/+14
* Stricter checking %A vs %aAndrey A. Chernov1999-11-301-11/+13
* Fix %C handlingAndrey A. Chernov1999-11-301-14/+52
* Decremement by 1 the value taken for %j before assigning it to tm_yday,Sheldon Hearn1999-11-101-6/+50
* Add unsigned char cast to isupperAndrey A. Chernov1999-11-041-1/+1
* $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