modules/time_r


Log

Author Commit Date CI Message
Bruno Haible 5143f4e9 2004-09-22T15:11:04 Add a license tag to every module.
Bruno Haible 3a5e8c8c 2003-10-02T10:22:12 Tweak Include section.
Paul Eggert 19de3579 2003-09-08T00:41:37 * modules/time_r: Depend on 'restrict'. * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo.
Paul Eggert 7b224479 2003-09-06T21:34:07 Add time_r module. Change timegm, mktime, and strftime to use localtime_r and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.