diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-02 16:58:13 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-02 16:58:13 (GMT) |
commit | d6bc14ba28aa20aabb723d9b712d5d7a90e7aa7e (patch) | |
tree | c2dda0a86c1fc5c2098c0a3eb1c78273247957b7 /ChangeLog | |
parent | a2b29e1c84f027668d4a266e8e5767736c760aa4 (diff) | |
download | tcl-d6bc14ba28aa20aabb723d9b712d5d7a90e7aa7e.zip tcl-d6bc14ba28aa20aabb723d9b712d5d7a90e7aa7e.tar.gz tcl-d6bc14ba28aa20aabb723d9b712d5d7a90e7aa7e.tar.bz2 |
Bug 1371446 plus buildability on ancient Solaris
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-12-02 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl: Moved a tiny bit more of [clock format] from + run time to compile time, and fixed a l10n bug in the process. + [Bug 1371446] + * unix/Makefile.in: Made some changes to support a 'make' command + that is present on some antiquated versions of Solaris. + 2005-12-01 Kevin B. Kenny <kennykb@acm.org> * library/clock.tcl: Continued rationalizing the code, eliminating |