summaryrefslogtreecommitdiffstats
path: root/libc/misc/time/strptime.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-0/+8
|
* Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III2002-06-171-983/+0
| | | | At least people can play with it. Also, fix a buglet in setenv.c.
* Begin the process of reworking the time functions for properEric Andersen2002-05-111-14/+20
| | | | | | time zone and locale support (in theory). More work is still needed. -Erik
* Add strptime, and commonize some locale stringsEric Andersen2002-03-151-0/+977
-Erik