diff options
author | hobbs <hobbs> | 2003-08-06 23:50:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-08-06 23:50:06 (GMT) |
commit | 3f8d9162c4a63b45762caa5a49356411f606678c (patch) | |
tree | ee59a9d41a5b87a7ee75e00230047d85efe05899 /ChangeLog | |
parent | 19a49f579c4a8e2fb5c4cc8da333de09e8f11395 (diff) | |
download | tcl-3f8d9162c4a63b45762caa5a49356411f606678c.zip tcl-3f8d9162c4a63b45762caa5a49356411f606678c.tar.gz tcl-3f8d9162c4a63b45762caa5a49356411f606678c.tar.bz2 |
* win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and
Windows CE platform.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,9 +1,14 @@ +2003-08-06 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and + Windows CE platform. + 2003-08-06 Don Porter <dgp@users.sourceforge.net> - * library/msgcat/msgcat.tcl: Added escape so that non-Windows - * library/msgcat/pkgIndex.tcl: platforms do not try to use the - registry package. This can save a costly and pointless package - search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609]. + * library/msgcat/msgcat.tcl: Added escape so that non-Windows + * library/msgcat/pkgIndex.tcl: platforms do not try to use the + registry package. This can save a costly and pointless package + search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609]. 2003-08-05 Miguel Sofer <msofer@users.sf.net> |