summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-02 21:55:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-02 21:55:54 (GMT)
commit45592a8e8ead694e094089f8174258afb6de280d (patch)
tree43d2bfa84716bb6f21c91187e06224d7cd785f18 /ChangeLog
parentdd7509394d75de72ef1663a2d35377506f23d00d (diff)
parent67e7ec069710c2b524e0466502b0e9f14769b439 (diff)
downloadtcl-45592a8e8ead694e094089f8174258afb6de280d.zip
tcl-45592a8e8ead694e094089f8174258afb6de280d.tar.gz
tcl-45592a8e8ead694e094089f8174258afb6de280d.tar.bz2
Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit and 64-bit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6694ad6..56dfc9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-02 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/configure.in: Better detection and implementation for cpuid
+ * generic/configure: instruction on Intel-derived processors, both
+ * generic/tclUnixCompat.c: 32-bit and 64-bit.
+
2012-04-30 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* tests/ioCmd.test: Tame deadlocks in broken refchan tests [Bug 3522560]