diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -1,11 +1,23 @@ -1999-04-22 <redman@scriptics.com> +1999-04-29 <stanton@scriptics.com> + + * generic/tclParse.c: Fixed memory leak in CommandComplete. + +1999-04-27 <stanton@scriptics.com> + + * generic/tclPlatDecls.h: + * generic/tclIntPlatDecls.h: + * generic/tclIntDecls.h: + * generic/tclDecls.h: + * tools/genStubs.tcl: Added 'extern "C" {}' block around the stub + table pointer declaration so the stub library can be used from + C++. [Bug: 1934] + +1999-04-23 <stanton@scriptics.com> + + * generic/tclStubInit.c: + * tools/genStubs.tcl: Changed to avoid the need for forward + declarations in stub initializers. - * win/tclWinPort.h: - * win/tclWinSock.c: Added code to use WinSock 2.0 API on NT to - avoid creating a window to handle sockets. API not available on - Win95 and needs to be fixed on Win98, until then continue to use - the older (window-based) scheme on those two OSes. - 1999-04-15 <stanton@scriptics.com> * Merged 8.1 back into the main trunk |