summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-11-30 19:34:10 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-11-30 19:34:10 (GMT)
commitf4014a57db9561af6d9540399afc14cb2ed64523 (patch)
tree0e1bba3208ab0c1827c032807c28b8ee50931987 /ChangeLog
parentcdd6051c36020fca89502380c47fe1369042135d (diff)
downloadtcl-f4014a57db9561af6d9540399afc14cb2ed64523.zip
tcl-f4014a57db9561af6d9540399afc14cb2ed64523.tar.gz
tcl-f4014a57db9561af6d9540399afc14cb2ed64523.tar.bz2
code rationalization - eliminate some duplication between Tcl and C
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0b971d..43d4764 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@
JULIAN_SEC_POSIX_EPOCH. Also fixed a bug where [clock format]
would fail in the :localtime zone for times before the Posix
Epoch. Thanks to Miguel Sofer for pointing out all of these.
+ Also rationalized the code a little bit by moving parts of
+ [clock scan] into C, eliminating some code that was duplicated
+ in the C and Tcl layers.
2005-11-29 Kevin Kenny <kennykb@acm.org>