summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strptime.c
Commit message (Expand)AuthorAgeFilesLines
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-2/+2
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-141-1/+2
* Fix the style of the SCM ID's.obrien2002-03-221-5/+2
* Recognize the %s format.dd2001-07-131-0/+16
* Get rid of non-standard %E[Ff] formats, userland apps already fixedache2001-03-211-16/+1
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatache2001-03-181-2/+13
* Make 'A' and 'a', 'B' and 'b' the same, per POSIXache2001-03-181-26/+16
* Implement ampm_fmt (%r) per POSIXache2001-03-021-1/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-081-2/+2
* Catch up to latest chanage in timelocal structures exporting.phantom2001-02-081-22/+23
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-14/+9
* Force "%c" to be ctime-compatibleache2000-10-261-1/+2
* 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