summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:02:10 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:02:10 (GMT)
commitf70ebac8b8c9c01999150364b4155b0d50911cbc (patch)
tree7ee977c045032f7763000f522709ce2999cb2dad /library/init.tcl
parent980f0e3d6b56fbddec0b97988c695f912caa5082 (diff)
downloadtcl-f70ebac8b8c9c01999150364b4155b0d50911cbc.zip
tcl-f70ebac8b8c9c01999150364b4155b0d50911cbc.tar.gz
tcl-f70ebac8b8c9c01999150364b4155b0d50911cbc.tar.bz2
[temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wrong :localtime zone by TZ-switch, to be fixed)
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 5e452b0..06a9459 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 SetupTimeZone} {
+ foreach cmd {add format SetupTimeZone GetSystemTimeZone __org_scan} {
proc ::tcl::clock::$cmd args {
variable TclLibDir
source -encoding utf-8 [file join $TclLibDir clock.tcl]