summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-01 17:41:03 (GMT)
committerhobbs <hobbs>2004-09-01 17:41:03 (GMT)
commit18879dfdf57be6b6a5ca6a892c400cd0e005d77a (patch)
treeb13e968880a6a936f03775d96383e5f6670991d0 /ChangeLog
parent2a6660d57de536e5da57cbf735bec60b9013bdc8 (diff)
downloadtcl-18879dfdf57be6b6a5ca6a892c400cd0e005d77a.zip
tcl-18879dfdf57be6b6a5ca6a892c400cd0e005d77a.tar.gz
tcl-18879dfdf57be6b6a5ca6a892c400cd0e005d77a.tar.bz2
* win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),
until we have it, just return unknown. [Bug 1020445]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc266c4..8c81304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-09-01 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tclWinReg.c (BroadcastValue): WIN64 cast corrections
+
+ * win/tclWinDde.c (DdeClientWindowProc):
+ (DdeServicesOnAck, DdeEnumWindowsCallback): WIN64 corrections
+
+ * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),
+ until we have it, just return unknown. [Bug 1020445]
+
2004-09-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/regsub.n, doc/RegConfig.3, doc/Environment.3: