diff options
author | Michael G. Schwern <schwern@pobox.com> | 2008-10-04 18:24:54 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-03 18:39:16 +0100 |
commit | 461d5a49bcaf1bdc023edb10ef9b6c0606ec0131 (patch) | |
tree | b320c5fc7d5618b148e9437543445ba6ec23e764 /time64_config.h | |
parent | b86b480f7301a8816081189c89b366a79ab9909f (diff) | |
download | perl-461d5a49bcaf1bdc023edb10ef9b6c0606ec0131.tar.gz |
Update from y2038.
Add trace code.
Fix implied negative time in localtie64_r(). This fixes Windows.
Put in some more tests around small negative and positive times to
try and catch the above.
Explain the loss of accuracy due to use of doubles in perlport.
Diffstat (limited to 'time64_config.h')
-rw-r--r-- | time64_config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/time64_config.h b/time64_config.h index c22a1153e2..6b54534cbb 100644 --- a/time64_config.h +++ b/time64_config.h @@ -7,6 +7,13 @@ Sensible defaults provided. */ +/* Debugging + TIME_64_DEBUG + Define if you want debugging messages +*/ +/* #define TIME_64_DEBUG */ + + /* INT_64_T A 64 bit integer type to use to store time and others. Must be defined. |