summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-06-13 20:30:23 (GMT)
committerericm <ericm>2000-06-13 20:30:23 (GMT)
commit757d7e36f57c08d84ed7c80206dc6adf8bfdca57 (patch)
treeb14abd2689333bd6dba627cc2ba74f5fffd63503 /ChangeLog
parent7076d5005853e3fb3651487d8a6a7f0ca6585ba6 (diff)
downloadtcl-757d7e36f57c08d84ed7c80206dc6adf8bfdca57.zip
tcl-757d7e36f57c08d84ed7c80206dc6adf8bfdca57.tar.gz
tcl-757d7e36f57c08d84ed7c80206dc6adf8bfdca57.tar.bz2
* win/tclWinDde.c:
* win/tclWinInit.c: * win/tclWinNotify.c: * win/tclWinPipe.c: * win/tclWinReg.c: * win/tclWinThrd.c: Applied patch from [Bug 5794].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 27 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index ed8dc26..9f69d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2000-06-13 Eric Melski <ericm@scriptics.com>
+
+ * win/tclWinDde.c:
+ * win/tclWinInit.c:
+ * win/tclWinNotify.c:
+ * win/tclWinPipe.c:
+ * win/tclWinReg.c:
+ * win/tclWinThrd.c: Applied patch from [Bug 5794].
+
+2000-05-31 Jeff Hobbs <hobbs@scriptics.com>
+
+ * tests/set-old.test:
+ * doc/unset.n:
+ * generic/tclVar.c (Tcl_UnsetObjCmd): added -nocomplain and --
+ options to unset, to allow for a silent unset operation.
+
+2000-05-31 Eric Melski <ericm@scriptics.com>
+
+ * generic/tclVar.c (Tcl_ArrayObjCmd): Added support for regexp and
+ exact matching for [array names] command. [RFE: 3684].
+
+ * doc/array.n: Added documentation for [array names
+ -exact/-regexp/-glob] [RFE: 3684].
+
+ * tests/set-old.test: Added tests for [array names
+ -exact/-regexp/-glob] [RFE: 3684].
+
2000-06-06 Jeff Hobbs <hobbs@scriptics.com>
8.4a1 RELEASE
@@ -27,24 +54,6 @@
menas the user can check http::status for "error" and http::error
for the error message after doing the http::wait.
-2000-05-31 Jeff Hobbs <hobbs@scriptics.com>
-
- * tests/set-old.test:
- * doc/unset.n:
- * generic/tclVar.c (Tcl_UnsetObjCmd): added -nocomplain and --
- options to unset, to allow for a silent unset operation.
-
-2000-05-31 Eric Melski <ericm@scriptics.com>
-
- * generic/tclVar.c (Tcl_ArrayObjCmd): Added support for regexp and
- exact matching for [array names] command. [RFE: 3684].
-
- * doc/array.n: Added documentation for [array names
- -exact/-regexp/-glob] [RFE: 3684].
-
- * tests/set-old.test: Added tests for [array names
- -exact/-regexp/-glob] [RFE: 3684].
-
2000-05-27 Jeff Hobbs <hobbs@scriptics.com>
* tests/info.test: