summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-11-30 15:09:41 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-11-30 15:09:41 (GMT)
commit0ffab670ecce5cacfba7a617cb3a30d8bd42c1d0 (patch)
tree8042015ae074f0cc94566ced61b61e7fa2bb0086 /ChangeLog
parent8b296da9747d2b861a94be9a1ee3fb0258d8a0c4 (diff)
downloadtcl-0ffab670ecce5cacfba7a617cb3a30d8bd42c1d0.zip
tcl-0ffab670ecce5cacfba7a617cb3a30d8bd42c1d0.tar.gz
tcl-0ffab670ecce5cacfba7a617cb3a30d8bd42c1d0.tar.bz2
silenced compiler warning about big constant
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00e708a..9cd8c74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,9 @@
2005-11-30 Kevin Kenny <kennykb@acm.org>
* generic/tclClock.c: Fixed a bad refcount in previous commit that led
- to a corrupted heap. Thanks to Miguel Sofer for pointing out this bug.
+ to a corrupted heap. Thanks to Miguel Sofer for pointing out this
+ bug. Also silenced a warning that some compilers gave about the
+ excessively long constant for JULIAN_SEC_POSIX_EPOCH.
2005-11-29 Kevin Kenny <kennykb@acm.org>