diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 17:38:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 17:38:55 (GMT) |
commit | e8e954f6105c001bef0d51e5746b3802e306a43c (patch) | |
tree | 1f689fb60e26061c50d8ead40202c15fc42bdc48 /library/tzdata/SystemV | |
parent | c82232c5071d315f5a14e7828abdb48da9d6463e (diff) | |
download | tcl-e8e954f6105c001bef0d51e5746b3802e306a43c.zip tcl-e8e954f6105c001bef0d51e5746b3802e306a43c.tar.gz tcl-e8e954f6105c001bef0d51e5746b3802e306a43c.tar.bz2 |
* generic/tclTimer.c: Removed a premature optimisation that
attempted to store the assoc data in the client data; the
optimisation caused a bug that [after] would overwrite
its imports. [Bug 1016167]
* library/clock.tcl (InitTZData, ClearCaches): Changed so that the
in-memory time zone :UTC (and its aliases) always gets
reinitialised, in case tzdata is absent. [Bug 1019537, 1023779]
* library/tzdata/*: Regenerated.
* tests/clock.test (clock-31.*, clock-39.1): Corrected a problem
where the 'system' locale tests fail on a non-English Windows
machine. [Bug 1023761]. Added a test to make sure that alias
time zones load correctly. [Bug 1023779].
* tools/tclZIC.tcl (writeLinks): Corrected a problem where
alias time zone names were written incorrectly, causing them
to fail to load at run time. [Bug 1023779].
* win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on
Win64 - assuming that HAL vendors now do a better job of
keeping the performance counters synchronized among CPU's.
[Bug 1020445]
Diffstat (limited to 'library/tzdata/SystemV')
-rw-r--r-- | library/tzdata/SystemV/AST4 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/AST4ADT | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/CST6 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/CST6CDT | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/EST5 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/EST5EDT | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/HST10 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/MST7 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/MST7MDT | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/PST8 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/PST8PDT | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/YST9 | 4 | ||||
-rw-r--r-- | library/tzdata/SystemV/YST9YDT | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/library/tzdata/SystemV/AST4 b/library/tzdata/SystemV/AST4 index 68c16ca..eced0d2 100644 --- a/library/tzdata/SystemV/AST4 +++ b/library/tzdata/SystemV/AST4 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Puerto_Rico)]} { - loadTimeZoneFile America/Puerto_Rico + LoadTimeZoneFile America/Puerto_Rico } -set tzdata(:SystemV/AST4) $TZData(:America/Puerto_Rico) +set TZData(:SystemV/AST4) $TZData(:America/Puerto_Rico) diff --git a/library/tzdata/SystemV/AST4ADT b/library/tzdata/SystemV/AST4ADT index 135525a..c24308f 100644 --- a/library/tzdata/SystemV/AST4ADT +++ b/library/tzdata/SystemV/AST4ADT @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Halifax)]} { - loadTimeZoneFile America/Halifax + LoadTimeZoneFile America/Halifax } -set tzdata(:SystemV/AST4ADT) $TZData(:America/Halifax) +set TZData(:SystemV/AST4ADT) $TZData(:America/Halifax) diff --git a/library/tzdata/SystemV/CST6 b/library/tzdata/SystemV/CST6 index 65c8323..d46c015 100644 --- a/library/tzdata/SystemV/CST6 +++ b/library/tzdata/SystemV/CST6 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Regina)]} { - loadTimeZoneFile America/Regina + LoadTimeZoneFile America/Regina } -set tzdata(:SystemV/CST6) $TZData(:America/Regina) +set TZData(:SystemV/CST6) $TZData(:America/Regina) diff --git a/library/tzdata/SystemV/CST6CDT b/library/tzdata/SystemV/CST6CDT index de8e2eb..234af89 100644 --- a/library/tzdata/SystemV/CST6CDT +++ b/library/tzdata/SystemV/CST6CDT @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Chicago)]} { - loadTimeZoneFile America/Chicago + LoadTimeZoneFile America/Chicago } -set tzdata(:SystemV/CST6CDT) $TZData(:America/Chicago) +set TZData(:SystemV/CST6CDT) $TZData(:America/Chicago) diff --git a/library/tzdata/SystemV/EST5 b/library/tzdata/SystemV/EST5 index b2e6844..52818c1 100644 --- a/library/tzdata/SystemV/EST5 +++ b/library/tzdata/SystemV/EST5 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Indianapolis)]} { - loadTimeZoneFile America/Indianapolis + LoadTimeZoneFile America/Indianapolis } -set tzdata(:SystemV/EST5) $TZData(:America/Indianapolis) +set TZData(:SystemV/EST5) $TZData(:America/Indianapolis) diff --git a/library/tzdata/SystemV/EST5EDT b/library/tzdata/SystemV/EST5EDT index 8cc725e..6cf2743 100644 --- a/library/tzdata/SystemV/EST5EDT +++ b/library/tzdata/SystemV/EST5EDT @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/New_York)]} { - loadTimeZoneFile America/New_York + LoadTimeZoneFile America/New_York } -set tzdata(:SystemV/EST5EDT) $TZData(:America/New_York) +set TZData(:SystemV/EST5EDT) $TZData(:America/New_York) diff --git a/library/tzdata/SystemV/HST10 b/library/tzdata/SystemV/HST10 index f9df247..a4316af 100644 --- a/library/tzdata/SystemV/HST10 +++ b/library/tzdata/SystemV/HST10 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(Pacific/Honolulu)]} { - loadTimeZoneFile Pacific/Honolulu + LoadTimeZoneFile Pacific/Honolulu } -set tzdata(:SystemV/HST10) $TZData(:Pacific/Honolulu) +set TZData(:SystemV/HST10) $TZData(:Pacific/Honolulu) diff --git a/library/tzdata/SystemV/MST7 b/library/tzdata/SystemV/MST7 index a257d4c..e67a781 100644 --- a/library/tzdata/SystemV/MST7 +++ b/library/tzdata/SystemV/MST7 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Phoenix)]} { - loadTimeZoneFile America/Phoenix + LoadTimeZoneFile America/Phoenix } -set tzdata(:SystemV/MST7) $TZData(:America/Phoenix) +set TZData(:SystemV/MST7) $TZData(:America/Phoenix) diff --git a/library/tzdata/SystemV/MST7MDT b/library/tzdata/SystemV/MST7MDT index 390fb67..fda5bf1 100644 --- a/library/tzdata/SystemV/MST7MDT +++ b/library/tzdata/SystemV/MST7MDT @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Denver)]} { - loadTimeZoneFile America/Denver + LoadTimeZoneFile America/Denver } -set tzdata(:SystemV/MST7MDT) $TZData(:America/Denver) +set TZData(:SystemV/MST7MDT) $TZData(:America/Denver) diff --git a/library/tzdata/SystemV/PST8 b/library/tzdata/SystemV/PST8 index a53b91f..8e30bb8 100644 --- a/library/tzdata/SystemV/PST8 +++ b/library/tzdata/SystemV/PST8 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(Pacific/Pitcairn)]} { - loadTimeZoneFile Pacific/Pitcairn + LoadTimeZoneFile Pacific/Pitcairn } -set tzdata(:SystemV/PST8) $TZData(:Pacific/Pitcairn) +set TZData(:SystemV/PST8) $TZData(:Pacific/Pitcairn) diff --git a/library/tzdata/SystemV/PST8PDT b/library/tzdata/SystemV/PST8PDT index b039ce5..8281a9a 100644 --- a/library/tzdata/SystemV/PST8PDT +++ b/library/tzdata/SystemV/PST8PDT @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Los_Angeles)]} { - loadTimeZoneFile America/Los_Angeles + LoadTimeZoneFile America/Los_Angeles } -set tzdata(:SystemV/PST8PDT) $TZData(:America/Los_Angeles) +set TZData(:SystemV/PST8PDT) $TZData(:America/Los_Angeles) diff --git a/library/tzdata/SystemV/YST9 b/library/tzdata/SystemV/YST9 index c7b9229..32d3717 100644 --- a/library/tzdata/SystemV/YST9 +++ b/library/tzdata/SystemV/YST9 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(Pacific/Gambier)]} { - loadTimeZoneFile Pacific/Gambier + LoadTimeZoneFile Pacific/Gambier } -set tzdata(:SystemV/YST9) $TZData(:Pacific/Gambier) +set TZData(:SystemV/YST9) $TZData(:Pacific/Gambier) diff --git a/library/tzdata/SystemV/YST9YDT b/library/tzdata/SystemV/YST9YDT index 69e63fe..fba405f 100644 --- a/library/tzdata/SystemV/YST9YDT +++ b/library/tzdata/SystemV/YST9YDT @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Anchorage)]} { - loadTimeZoneFile America/Anchorage + LoadTimeZoneFile America/Anchorage } -set tzdata(:SystemV/YST9YDT) $TZData(:America/Anchorage) +set TZData(:SystemV/YST9YDT) $TZData(:America/Anchorage) |