diff options
author | redman <redman> | 1999-08-02 17:45:33 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-02 17:45:33 (GMT) |
commit | 28cb778fa903f381fb65fe996eb2b51268977123 (patch) | |
tree | 4a9bbeb221aaaa7eb6a3c3030bd6ded637df64f3 /ChangeLog | |
parent | 82389cfbf44c58aa0eacc14452ff199223e1cb99 (diff) | |
download | tcl-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-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |