summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-08-02 17:45:33 (GMT)
committerredman <redman>1999-08-02 17:45:33 (GMT)
commit28cb778fa903f381fb65fe996eb2b51268977123 (patch)
tree4a9bbeb221aaaa7eb6a3c3030bd6ded637df64f3 /ChangeLog
parent82389cfbf44c58aa0eacc14452ff199223e1cb99 (diff)
downloadtcl-28cb778fa903f381fb65fe996eb2b51268977123.zip
tcl-28cb778fa903f381fb65fe996eb2b51268977123.tar.gz
tcl-28cb778fa903f381fb65fe996eb2b51268977123.tar.bz2
* generic/tcl.h:
* generic/tcl.decls: * generic/tclDecls.h: * generic/tclInt.h: * generic/tclInt.decls: * generic/tclIntDecls.h: * generic/tclRegexp.h: * generic/tclStubInit.c: Move some exported public and internal functions to the stub tables. Removed functions that are in the stub tables (from this and previous changes) from the original header files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e43bcb9..fc00667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,18 @@
-1999-08-01 <redman@scriptics.com>
+1999-08-02 Scott Redman <redman@scriptics.com>
+
+ * generic/tcl.h:
+ * generic/tcl.decls:
+ * generic/tclDecls.h:
+ * generic/tclInt.h:
+ * generic/tclInt.decls:
+ * generic/tclIntDecls.h:
+ * generic/tclRegexp.h:
+ * generic/tclStubInit.c: Move some exported public and internal
+ functions to the stub tables. Removed functions that are in the
+ stub tables (from this and previous changes) from the original
+ header files.
+
+1999-08-01 Scott Redman <redman@scriptics.com>
* win/tclWinSock.c: Added comment block to SocketThread()
function. Added code to avoid calling TerminateThread(), but