Module Name: src Committed By: christos Date: Sun Oct 16 17:59:32 UTC 2011
Modified Files: src/lib/libc/time: Makefile ctime.3 localtime.c Log Message: Add code (not enabled) that allows mktime() to return a value for times in the DST gap when tm_isdst == -1, like glibc does. Document both behaviors. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/time/Makefile cvs rdiff -u -r1.42 -r1.43 src/lib/libc/time/ctime.3 cvs rdiff -u -r1.58 -r1.59 src/lib/libc/time/localtime.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.