diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-03-14 21:34:45 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-03-14 21:34:45 (GMT) |
commit | a207870d30b45dbaf343cfc5e6f9ef7e23cee423 (patch) | |
tree | 4c0861eab88dff02db40e925372bb9d47d54bdff /ChangeLog | |
parent | 5120c16e64a97c1c3737f4e2aba7fa99127314e9 (diff) | |
parent | 8de1e1fbccf76d8a4a83722faaac940f23cd299c (diff) | |
download | tcl-a207870d30b45dbaf343cfc5e6f9ef7e23cee423.zip tcl-a207870d30b45dbaf343cfc5e6f9ef7e23cee423.tar.gz tcl-a207870d30b45dbaf343cfc5e6f9ef7e23cee423.tar.bz2 |
Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail.
* tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes
in month and day so that tzdata2011d parses correctly.
* library/tzdata/America/Havana:
* library/tzdata/America/Juneau:
* library/tzdata/America/Santiago:
* library/tzdata/Europe/Istanbul:
* library/tzdata/Pacific/Apia:
* library/tzdata/Pacific/Easter:
* library/tzdata/Pacific/Honolulu: tzdata2011d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2011-03-14 Kevin B. Kenny <kennykb@acm.org> + * tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes + in month and day so that tzdata2011d parses correctly. + * library/tzdata/America/Havana: + * library/tzdata/America/Juneau: + * library/tzdata/America/Santiago: + * library/tzdata/Europe/Istanbul: + * library/tzdata/Pacific/Apia: + * library/tzdata/Pacific/Easter: + * library/tzdata/Pacific/Honolulu: tzdata2011d + * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter data types in an effort to silence a MSVC warning reported by Ashok P. Nadkarni. Unable to test, since both forms work on |