summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-08-06 23:50:06 (GMT)
committerhobbs <hobbs>2003-08-06 23:50:06 (GMT)
commit3f8d9162c4a63b45762caa5a49356411f606678c (patch)
treeee59a9d41a5b87a7ee75e00230047d85efe05899 /ChangeLog
parent19a49f579c4a8e2fb5c4cc8da333de09e8f11395 (diff)
downloadtcl-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--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d9592e2..cf21146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>