diff options
author | hobbs <hobbs> | 2000-05-18 21:37:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-18 21:37:55 (GMT) |
commit | f5c6b502531e052c66dc7d5aa702cbab977e434e (patch) | |
tree | 86efe9e24ccd20fb27364d5678a8579ff8b69163 /ChangeLog | |
parent | 7447b3a3b41ca8878ced528a4cfe71c0d8bb9be7 (diff) | |
download | tcl-f5c6b502531e052c66dc7d5aa702cbab977e434e.zip tcl-f5c6b502531e052c66dc7d5aa702cbab977e434e.tar.gz tcl-f5c6b502531e052c66dc7d5aa702cbab977e434e.tar.bz2 |
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-05-18 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclClock.c (FormatClock): correct code to handle locale + specific return values from strftime, if any. [Bug: 3345] + + * unix/tclUnixInit.c (TclpSetInitialEncodings): attempt to + correct setlocale calls for XIM support and locale issues. + [BUG: 5422 3345 4236 2522 2521] + +2000-05-17 Jeff Hobbs <hobbs@scriptics.com> + + * library/init.tcl (auto_import): added check to see if a valid + pattern was coming in, to avoid simple error cases [Bug: 3326] + + * doc/regsub.n: correct regsub docs [Bug: 5346] + 2000-05-15 Eric Melski <ericm@scriptics.com> * library/history.tcl: Corrected an off-by-one error in HistIndex, |