diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-05-18 19:48:25 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-05-18 19:48:25 (GMT) |
commit | a7ae75e85360445c96accf3acfc542dbe4e60519 (patch) | |
tree | 51b5e23a67cd4e57f7e7c0df5dd394a956f99f28 /ChangeLog | |
parent | b8ab7934b3d5103f68277fb3671b30d22876303c (diff) | |
download | tcl-a7ae75e85360445c96accf3acfc542dbe4e60519.zip tcl-a7ae75e85360445c96accf3acfc542dbe4e60519.tar.gz tcl-a7ae75e85360445c96accf3acfc542dbe4e60519.tar.bz2 |
* compat/strftime.c: Modified TclpStrftime to return its
* generic/tclClock.c: result in UTF-8 encoding, and removed
* mac/tclMacTime.c: the conversion from system encoding to
* unix/tclUnixTime.c: UTF-8 from [clock format]. Needed to
* win/tclWinTime.c: avoid double conversion of the timezone
name on Windows systems. [Bug 624408]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2003-05-18 Kevin Kenny <kennykb@acm.org> + + * compat/strftime.c: Modified TclpStrftime to return its + * generic/tclClock.c: result in UTF-8 encoding, and removed + * mac/tclMacTime.c: the conversion from system encoding to + * unix/tclUnixTime.c: UTF-8 from [clock format]. Needed to + * win/tclWinTime.c: avoid double conversion of the timezone + name on Windows systems. [Bug 624408] + 2003-05-16 Pat Thoyts <patthoyts@users.sourceforge.net> * library/dde/pkgIndex.tcl: Applied TIP #130 which provides @@ -8,7 +17,7 @@ * tests/winDde.test: Applied patch for [Bug 738929] by KKB and changed to new-style tests. -2003-05-16 Kevin B. Kenny <kennykb@hippolyta> +2003-05-16 Kevin B. Kenny <kennykb@acm.org> * unix/Makefile.in: Removed one excess source file tclDToA.c @@ -16,7 +25,7 @@ * macosx/Tcl.pbproj/project.pbxproj: updated copyright year. -2003-05-15 Kevin B. Kenny <kennykb@hippolyta> +2003-05-15 Kevin B. Kenny <kennykb@acm.org> * generic/tclGetDate.y: added further hackery to the yacc * generic/tclDate.c: post-processing to arrange for the |