diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-11-04 18:18:03 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-11-04 18:18:03 (GMT) |
commit | 05f6317032522fa4b68966fe3c1ef854d87fbf6e (patch) | |
tree | 080fd0720b470aa04f090111e31e27826a699452 /ChangeLog | |
parent | c2f30c4326efeeaff9b28a2015ab079750bfd038 (diff) | |
download | tcl-05f6317032522fa4b68966fe3c1ef854d87fbf6e.zip tcl-05f6317032522fa4b68966fe3c1ef854d87fbf6e.tar.gz tcl-05f6317032522fa4b68966fe3c1ef854d87fbf6e.tar.bz2 |
Bug 1317477
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-04 Kevin Kenny <kennykb@acm.org> + + * compat/strftime.c: Fixed a problem where the name of the + time zone was double-converted from system encoding to + UTF-8. Thanks to the anonymous submitter of [Bug 1317477] + for the report and the patch. + 2005-11-04 Miguel Sofer <msofer@users.sf.net> * generic/tclInt.h: |