summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 21:59:59 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 21:59:59 (GMT)
commit0e260c3cee3072b0b318b96c63a6242dec096972 (patch)
tree0c4808898402c98ab68d3d0ecf542d7b0dffb5e6 /library/init.tcl
parent58f947e48be58a2371a0d24f957244796306d2ba (diff)
downloadtcl-0e260c3cee3072b0b318b96c63a6242dec096972.zip
tcl-0e260c3cee3072b0b318b96c63a6242dec096972.tar.gz
tcl-0e260c3cee3072b0b318b96c63a6242dec096972.tar.bz2
[temp-commit]: ClockFreeScan almost ready, test-performance cases merged
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 4bbce51..5e452b0 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -178,7 +178,7 @@ if {[interp issafe]} {
# Auto-loading stubs for 'clock.tcl'
- foreach cmd {add format} {
+ foreach cmd {add format SetupTimeZone} {
proc ::tcl::clock::$cmd args {
variable TclLibDir
source -encoding utf-8 [file join $TclLibDir clock.tcl]