diff options
author | Kevin B Kenny <kennykb@acm.org> | 2012-01-08 20:49:22 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2012-01-08 20:49:22 (GMT) |
commit | 151775da6be9a21f63775f08ea9f87818479ea89 (patch) | |
tree | b8f4fa7c3a644a757c2520705ad9f4a03644bbdf /ChangeLog | |
parent | db503c0188238d20e1799f22766040e3c7eddcd9 (diff) | |
parent | 6ee0348cd69bd13d1817b423952ab4b81fd9f8d8 (diff) | |
download | tcl-151775da6be9a21f63775f08ea9f87818479ea89.zip tcl-151775da6be9a21f63775f08ea9f87818479ea89.tar.gz tcl-151775da6be9a21f63775f08ea9f87818479ea89.tar.bz2 |
Fix loading of timezones where one abbreviation is a proper suffix of another [Bug 3470928]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-01-08 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl (ReadZoneinfoFile): Corrected a bug where loading + * tests/clock.test (clock-56.4): zoneinfo would fail if one + timezone abbreviation was a proper tail of another, and zic used the + same bytes of the file to represent both of them. Added a test case + for the bug, using the same data that caused the observed failure + "in the wild." [Bug 3470928] + 2011-12-30 Venkat Iyer <venkat@comit.com> * library/tzdata/America/Bahia : Update to Olson's tzdata2011n |