summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-01-29 03:18:46 (GMT)
committerhobbs <hobbs>2002-01-29 03:18:46 (GMT)
commit2a11833fa051fe7adc770a87078bbf640ec7cf33 (patch)
treef116f2a5a668fea9c59c5586ef0e8948345eab01 /ChangeLog
parent3839e467b135785fd4cfe0db96bb280b09c47dc3 (diff)
downloadtcl-2a11833fa051fe7adc770a87078bbf640ec7cf33.zip
tcl-2a11833fa051fe7adc770a87078bbf640ec7cf33.tar.gz
tcl-2a11833fa051fe7adc770a87078bbf640ec7cf33.tar.bz2
* win/tclWinReg.c (regConnectRegistryProc,RecursiveDeleteKey)
(DeleteKey,GetKeyNames,GetType,GetValue,OpenSubKey,SetValue): redid the CONSTification as previous changes caused failing tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f305801..cbdbafa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-01-28 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tclWinReg.c (regConnectRegistryProc,RecursiveDeleteKey)
+ (DeleteKey,GetKeyNames,GetType,GetValue,OpenSubKey,SetValue):
+ redid the CONSTification as previous changes caused failing tests.
+
* tests/regexpComp.test (new):
* generic/tclInt.h:
* generic/tclBasic.c: added TclCompileRegexpCmd entry