diff options
author | hobbs <hobbs> | 2000-03-31 08:51:44 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-03-31 08:51:44 (GMT) |
commit | 82a82afca9929d66fcf5356ef5a3d8fae735c4fb (patch) | |
tree | 1d1c336ff00359b2154c61742669d12eb9866d26 /ChangeLog | |
parent | 5f7fd015c795c68b50b9f34e28deb81c5f5549d2 (diff) | |
download | tcl-82a82afca9929d66fcf5356ef5a3d8fae735c4fb.zip tcl-82a82afca9929d66fcf5356ef5a3d8fae735c4fb.tar.gz tcl-82a82afca9929d66fcf5356ef5a3d8fae735c4fb.tar.bz2 |
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments
noting the need to pair ckalloc with ckfree. [Bug: 4262]
* generic/tclInt.decls:
* generic/tclIntPlatDecls.h:
* generic/tclStubInit.c:
* win/tclWin32Dll.c: removed TclWinSynchSpawn (vestige of Win32s
support).
* win/tclWinReg.c: made use of TclWinGetPlatformId instead of
getting info again
* win/tclWinPort.h:
* win/Makefile.in:
* win/configure.in:
* win/tcl.m4: Added support for gcc/mingw on Windows [Bug: 4234]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2000-03-30 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments + noting the need to pair ckalloc with ckfree. [Bug: 4262] + + * generic/tclInt.decls: + * generic/tclIntPlatDecls.h: + * generic/tclStubInit.c: + * win/tclWin32Dll.c: removed TclWinSynchSpawn (vestige of Win32s + support). + + * win/tclWinReg.c: made use of TclWinGetPlatformId instead of + getting info again + + * win/tclWinPort.h: + * win/Makefile.in: + * win/configure.in: + * win/tcl.m4: Added support for gcc/mingw on Windows [Bug: 4234] + 2000-03-29 Jeff Hobbs <hobbs@scriptics.com> * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup |