| www.delorie.com/bin/cvsweb.cgi/djgpp/src/libc/ansi/time/ctime.c | search |
To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.
Up to djgpp/src/libc/ansi/time/Fix: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 12 [-Werror=format-overflow=].
Bug in timestamp arithmetic fixed. Reported and fixed by Arrigo Marchiori <ardovm@yahoo.it>.
Fix warning: comparison is always false due to limited range of data type. From Ozkan Sezer <sezeroz@gmail.com>
Update to tzcode2013d functionality.
POSIX functions asctime_r ctime_r gmtime_r localtime_r added. Coded by Brian Inglis.
Fix caching when environment variable TZ is not set. Prevents many calls to getenv() which are not needed.
Update my address.
Do not mix signed and unsigned.
Do not mix signed and unsigned.
Make sure arguments to ctype functions are always in the range [-1..255].
Remove the static qualifier from tzsetwall's prototype. Document tzsetwall and add its prototype to <time.h>.
Fix some edge conditions in time handling (from Eli)
import djgpp 2.02
import djgpp 2.00
| webmaster | delorie software privacy |
| Copyright © 2020 by DJ Delorie | Updated Apr 2020 |