aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-041-7/+4
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-121-1/+1
* Add extern declaration for `tzname[]' to make this header comply betterJoseph Koshy1998-08-211-0/+4
* ctime_r and asctime_r are not implemented.Poul-Henning Kamp1998-04-191-2/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-1/+7
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-0/+1
* struct timespec needs to be useable with just <time.h>, but needs to notPeter Wemm1997-05-131-7/+27
* Add clockid_t definition like in sys/types.h to allow time.hAndrey A. Chernov1997-05-131-0/+5
* Oops, move clock_*() and nanosleep() to time.hPeter Wemm1997-05-121-0/+4
* Change prototypes for gmtime_r() and localtime_r() in accordance withJeffrey Hsu1996-11-111-3/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+7
* Define CLK_TCK right.Bruce Evans1995-02-081-1/+1
* Define CLOCKS_PER_SEC.Bruce Evans1995-02-031-2/+11
* Declare useful functions (timelocal() and timegm())Andrey A. Chernov1994-12-261-0/+2
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+104