|
From: Kevin B K. <ke...@us...> - 2007-04-21 22:42:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29562 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Restored Cygwin buildability [Bug 1387154] |
|
From: miguel s. <ms...@us...> - 2007-04-23 00:50:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31357 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freed memory detected by valgrind. |
|
From: Kevin B K. <ke...@us...> - 2007-04-23 17:56:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13509 Modified Files: ChangeLog Log Message: * generic/tclTest.c (Testregexpobjcmd): Removed an invalid access beyond the end of 'objv' in 'testregexp -about'. |
|
From: Kevin B K. <ke...@us...> - 2007-04-23 17:56:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3330 Modified Files: ChangeLog Log Message: * generic/tclEnv.c (ReplaceString): Clear memory correctly when growing the cache to avoid reads of uninitialised data. * generic/tclStrToD.c (AccumulateDecimalDigit): Fixed a mistake where we'd run beyond the end of the 'pow10_wide' array if a number begins with a string of more than 'maxpow10_wide' zeroes. Both these issues reported under [Bug 1705778] - detected with the existing test suite, no new regression tests required. |
|
From: miguel s. <ms...@us...> - 2007-04-23 18:01:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16095 Modified Files: ChangeLog Log Message: * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new field extCmdMapPtr was not being freed [Bug 1705778, leak #1]. |
|
From: Kevin B K. <ke...@us...> - 2007-04-23 19:04:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11893 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memory leak in 'upvar' when compiling (a) upvar outside a proc, (b) upvar with a syntax error, or (c) upvar where the frame index is not known at compile time. * generic/tclParseExpr.c (ParseExpr): Plugged a memory leak when parsing expressions that contain syntax errors. |
|
From: Don P. <dg...@us...> - 2007-04-23 20:11:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8247 Modified Files: ChangeLog Log Message: * generic/tclVar.c (UnsetVarStruct): Make sure the TCL_INTERP_DESTROYED flags gets passed to unset trace routines so they can respond appropriately. [Bug 1705778, leak #9] |
|
From: Daniel A. S. <da...@us...> - 2007-04-23 20:46:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23059 Modified Files: ChangeLog Log Message: * macosx/Tcl-Common.xcconfig: enable more warnings. * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugMemCompile' build configuration that calls configure with --enable-symbols=all; override configure check for __attribute__((__visibility__("hidden"))) in Debug configuration to restore availability of ZeroLink. * macosx/tclMacOSXNotify.c: fix warnings. * macosx/tclMacOSXFCmd.c: const fixes. * macosx/Tcl-Common.xcconfig: fix whitespace. * macosx/Tcl-Debug.xcconfig: * macosx/Tcl-Release.xcconfig: * macosx/README: * macosx/GNUmakefile: fix/add copyright and license refs. * macosx/tclMacOSXBundle.c: * macosx/Tcl-Info.plist.in: * macosx/Wish-Info.plist.in: * macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcodeproj/project.pbxproj: |
|
From: Daniel A. S. <da...@us...> - 2007-04-23 20:57:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28252 Modified Files: ChangeLog Log Message: typo |
|
From: Kevin B K. <ke...@us...> - 2007-04-23 23:07:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18338 Modified Files: ChangeLog Log Message: Plugged two memory leaks |
|
From: Kevin B K. <ke...@us...> - 2007-04-24 02:42:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7000 Modified Files: ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the buffer object if the physocal read returned an error and the bypass area had no message. * generic/tclIORChan.c (TclChanCreateObjCmd): Plugged a leak of the return value from the "initialize" method of a channel handler. |
|
From: Kevin B K. <ke...@us...> - 2007-04-24 02:46:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8650 Modified Files: ChangeLog Log Message: fix typo in ChangeLog message |
|
From: Kevin B K. <ke...@us...> - 2007-04-24 03:14:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19785 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode): Plugged six memory leaks in bignum arithmetic. |
|
From: Don P. <dg...@us...> - 2007-04-24 04:35:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23203 Modified Files: ChangeLog Log Message: typo |
|
From: Don P. <dg...@us...> - 2007-04-24 15:36:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21902 Modified Files: ChangeLog Log Message: * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the literal Tcl_Obj was not getting freed. [Bug 1705778, leak #1 (new)] |
|
From: Jeffrey H. <ho...@us...> - 2007-04-24 16:27:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16972 Modified Files: ChangeLog Log Message: * unix/Makefile.in (dist): add platform library package to src dist |
|
From: Kevin B K. <ke...@us...> - 2007-04-24 17:18:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7567 Modified Files: ChangeLog Log Message: * generic/tclBinary.c: Addressed several code paths where the error return from the 'binary format' command leaked the result buffer. |
|
From: Don P. <dg...@us...> - 2007-04-24 17:50:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21455 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the flag marking scheme to be sure that global namespaces are freed when their interp is deleted. [Bug 1705778]. |
|
From: Donal K. F. <dk...@us...> - 2007-04-24 20:19:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19480 Modified Files: ChangeLog Log Message: Fix [Bug 1705778, leak K04] |
|
From: Donal K. F. <dk...@us...> - 2007-04-24 20:46:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32271 Modified Files: ChangeLog Log Message: Fix [Bug 1705778, leak K05] |
|
From: Kevin B K. <ke...@us...> - 2007-04-24 22:07:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2503 Modified Files: ChangeLog Log Message: * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new list under construction was leaked in the error case.[Bug 1705778, leaks K13 and K14] |
|
From: miguel s. <ms...@us...> - 2007-04-24 22:31:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12706 Modified Files: ChangeLog Log Message: * generic/tclListObj.c: reverting [Patch 738900] (committed on 2007-04-20). Causes some Tk test breakage of unknown importance, but the impact of the patch itself is likely to be so small that it does not warrant investigation at this time. |
|
From: Daniel A. S. <da...@us...> - 2007-04-25 02:49:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25112 Modified Files: ChangeLog Log Message: * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. |
|
From: Daniel A. S. <da...@us...> - 2007-04-25 03:40:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11612 Modified Files: ChangeLog Log Message: * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autoheader bits. |
|
From: Don P. <dg...@us...> - 2007-04-25 14:48:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32338 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |