summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-03-31 08:51:43 (GMT)
committerhobbs <hobbs@noemail.net>2000-03-31 08:51:43 (GMT)
commit9186a6394a2a35cfcb545333e76c357690bcdab7 (patch)
tree1d1c336ff00359b2154c61742669d12eb9866d26 /ChangeLog
parent79acf4143b91b7505f32e41e84c3664e4b14a2d6 (diff)
downloadtcl-9186a6394a2a35cfcb545333e76c357690bcdab7.zip
tcl-9186a6394a2a35cfcb545333e76c357690bcdab7.tar.gz
tcl-9186a6394a2a35cfcb545333e76c357690bcdab7.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] FossilOrigin-Name: 0f620f033eda436949b1c45f08074b125a4138bb
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4a662e..7dbde74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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