|
From: Donal K. F. <dk...@us...> - 2005-10-19 21:35:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30853 Modified Files: ChangeLog Log Message: See changelog entry |
|
From: miguel s. <ms...@us...> - 2005-10-20 12:21:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19336 Modified Files: ChangeLog Log Message: * generic/tclListObj.c (TclLsetFlat): * tests/lset.test (lset-10.3): fixed handling of unshared lists with shared sublists, [Bug 1333036] reported by neuronstorm. |
|
From: Donal K. F. <dk...@us...> - 2005-10-20 12:29:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20808 Modified Files: ChangeLog Log Message: whitespace cleanup |
|
From: Donal K. F. <dk...@us...> - 2005-10-21 10:27:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27123 Modified Files: ChangeLog Log Message: Improve the documentation of [binary scan] a little. |
|
From: Donal K. F. <dk...@us...> - 2005-10-21 12:26:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24313 Modified Files: ChangeLog Log Message: Formatting regularization |
|
From: Kevin B K. <ke...@us...> - 2005-10-21 20:30:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19004 Modified Files: ChangeLog Log Message: Bug 1334461 |
|
From: miguel s. <ms...@us...> - 2005-10-22 01:35:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20822 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj leak detection and patch by Eric Melbardis. |
|
From: miguel s. <ms...@us...> - 2005-10-22 03:07:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3339 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT): disable the optimisation for wide integers, [Bug 1251791]. |
|
From: miguel s. <ms...@us...> - 2005-10-22 03:37:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8214 Modified Files: ChangeLog Log Message: * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] |
|
From: Vince D. <vin...@us...> - 2005-10-23 18:51:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22203 Modified Files: ChangeLog Log Message: fix to glob memory leak and file stat ino/nlink on windows |
|
From: Vince D. <vin...@us...> - 2005-10-23 19:03:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24879 Modified Files: ChangeLog Log Message: fix date |
|
From: miguel s. <ms...@us...> - 2005-10-23 22:01:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29164 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclExecute.c: * generic/tclLink.c: * generic/tclMain.c: * generic/tclProc.c: * generic/tclScan.c: * generic/tclTest.c: * generic/tclVar.c: * mac/tclMacInit.c: * unix/tclUnixInit.c: * win/tclWinInit.c: Insure that the core never calls TclPtrSetVar, Tcl_SetVar2Ex, Tcl_ObjSetVar2 or Tcl_SetObjErrorCode with a 0-ref new value. It is not possible to handle error returns correctly in that case [Bug 1334947], one has the choice of leaking the object in some cases, or else risk crashing in some others. |
|
From: miguel s. <ms...@us...> - 2005-10-29 17:45:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2717 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not completely fixed. * tests/trace.test (test-18.3-4): added tests for bugs #1337229 and 1338280. |
|
From: miguel s. <ms...@us...> - 2005-10-29 19:14:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24265 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: fix Changelog entry date |
|
From: miguel s. <ms...@us...> - 2005-10-29 19:16:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25076 Modified Files: ChangeLog Log Message: * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not completely fixed. * tests/trace.test (test-18.3-4): added tests for bugs #1337229 and 1338280. |
|
From: Mo D. <md...@us...> - 2005-10-29 19:58:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2341 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/expr.test: Fix problems in new round() tests that lead to correct result only on 32 bit long systems. [Bug 1341368] |
|
From: miguel s. <ms...@us...> - 2005-10-29 21:49:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28692 Modified Files: ChangeLog Log Message: fix Changelog entry |
|
From: Donal K. F. <dk...@us...> - 2005-10-31 13:53:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21308 Modified Files: ChangeLog Log Message: Cleanup and ANSIfy |
|
From: miguel s. <ms...@us...> - 2005-10-31 19:55:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11278 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplicate test numbers |
|
From: Don P. <dg...@us...> - 2005-11-01 15:18:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4691 Modified Files: ChangeLog Log Message: * expr.test (expr-46.13): Added test that illustrates shortcoming of Patch 1340260. |
|
From: Don P. <dg...@us...> - 2005-11-01 16:18:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17834 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range. |
|
From: Don P. <dg...@us...> - 2005-11-01 16:41:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23272 Modified Files: ChangeLog Log Message: * tests/unixNotfy.test (1.1,2): Update error message whitespace to match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range. |
|
From: Don P. <dg...@us...> - 2005-11-01 20:17:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19085 Modified Files: ChangeLog Log Message: * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken assumption that all command traces are set at the script level. Report/fix from Jacques H. de Villiers. [Bug 1337941] |
|
From: Don P. <dg...@us...> - 2005-11-01 20:19:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19612 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistaken assumption that all command traces are set at the script level. Report/fix from Jacques H. de Villiers. [Bug 1337941] |
|
From: Pat T. <pat...@us...> - 2005-11-03 00:17:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24764 Modified Files: ChangeLog Log Message: Applied patch #1096916 to support building with MSVC 8. * generic/regerror.c: Avoid use of reserved word. * generic/tcl.h: Select the right Tcl_Stat structure * generic/tclDate.c: Casts to handle 64 bit time_t case. * tests/env.test: Include essential envvar on Win32 * win/nmakehlp.c: Handle new return codes. * win/makefile.vc: Use the selected options. * win/rules.vc: Check options are applicable * win/tclWinPort.h: Disable deprecated function warnings * win/tclWinSock.c: Provide default value to avoid warning. * win/tclWinTime.c: Add casts to handle 64bit time_t type. |