diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-12 13:32:27 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-12 13:32:27 (GMT) |
commit | e1dd76f8cbed9c460c1787cd88d0a058a6d46c7c (patch) | |
tree | 4943a76b9bcd49757a3309b617dce594504d477c /ChangeLog | |
parent | 39004ac11e0fbfb55fc1890b75012eeef0ad530d (diff) | |
download | tcl-e1dd76f8cbed9c460c1787cd88d0a058a6d46c7c.zip tcl-e1dd76f8cbed9c460c1787cd88d0a058a6d46c7c.tar.gz tcl-e1dd76f8cbed9c460c1787cd88d0a058a6d46c7c.tar.bz2 |
Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to
HKCR requires administrative access on many systems but HKLM is always
available to the current user
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,9 +1,15 @@ +2008-11-12 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/registry.test: Use HKCU to avoid requiring admin access + for registry testing on vista/server2008 + 2008-11-11 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclNamesp.c: Eliminate warning: passing arg 4 of `Tcl_SplitList' - from incompatible pointer type - * win/tcl.m4: reverted change from 2008-11-06 (was under the impression - that "-Wno-implicit-int" added an extra warning) + * generic/tclNamesp.c: Eliminate warning: passing arg 4 of + `Tcl_SplitList' from incompatible pointer type + * win/tcl.m4: reverted change from 2008-11-06 (was under the + impression that "-Wno-implicit-int" added an + extra warning) * win/configure (regenerated) * unix/tcl.m4: Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for UNIX |