summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-30 12:33:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-30 12:33:46 (GMT)
commit289662f4dd776fb4e9410efcc9a5512714b83927 (patch)
tree9f9c083d857f0769a0a958901c10eee70a122ccb /ChangeLog
parent1800bb7cff79bda28c05c8702f44b3fe5d069716 (diff)
downloadtcl-289662f4dd776fb4e9410efcc9a5512714b83927.zip
tcl-289662f4dd776fb4e9410efcc9a5512714b83927.tar.gz
tcl-289662f4dd776fb4e9410efcc9a5512714b83927.tar.bz2
TIP #362 IMPLEMENTATION
* win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * tests/registry.test: allow the registry command to be told to work with both 32-bit and 64-bit registries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cd68e5..8614245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
+2010-03-30 Donal K. Fellows <dkf@users.sf.net>
+
+ TIP #362 IMPLEMENTATION
+
+ * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to
+ * tests/registry.test: allow the registry command to be told to work
+ with both 32-bit and 64-bit registries.
+
2010-03-29 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/tcl.m4 Only test for -visibility=hidden with gcc
+ * unix/tcl.m4: Only test for -visibility=hidden with gcc
(Second remark in [Bug 2976508])
- * unix/configure regen
+ * unix/configure: regen
2010-03-29 Don Porter <dgp@users.sourceforge.net>