summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-04-24 23:52:40 (GMT)
committerericm <ericm>2000-04-24 23:52:40 (GMT)
commitb4522af1fcae31bff2fa2c4aa8a8d15e030fa8e2 (patch)
treeb1e94254846affa409d1d99d84fe9b8982895452 /ChangeLog
parente38c8fdd49d388071ea563f8a0a8fada898eefd9 (diff)
downloadtcl-b4522af1fcae31bff2fa2c4aa8a8d15e030fa8e2.zip
tcl-b4522af1fcae31bff2fa2c4aa8a8d15e030fa8e2.tar.gz
tcl-b4522af1fcae31bff2fa2c4aa8a8d15e030fa8e2.tar.bz2
* unix/mkLinks:
* doc/ParseCmd.3: Added documentation for Tcl_ParseVar [Bug: 1828].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5315917..2cd9998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-24 Eric Melski <ericm@scriptics.com>
+
+ * unix/mkLinks:
+ * doc/ParseCmd.3: Added documentation for Tcl_ParseVar [Bug: 1828].
+
2000-04-24 Jeff Hobbs <hobbs@scriptics.com>
* unix/tclUnixNotfy.c (Tcl_FinalizeNotifier, NotifierThreadProc):
@@ -158,6 +163,11 @@
* doc/dde.n: corrected dde poke docs. [Bug: 4991]
+2000-04-11 Eric Melski <ericm@scriptics.com>
+
+ * win/tclWinPipe.c: Added "CONST" keyword to declaration of char
+ *native in TclpCreateTempFile, to supress compiler warnings.
+
2000-04-10 Brent Welch <welch@scriptics.com>
* generic/tcl.h: Fixed Tcl_CreateThread declaration.