|
From: Joe E. <jen...@us...> - 2008-08-05 23:47:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17174 Modified Files: ChangeLog Log Message: Streamline async connect logic [Patch 1994512]. Consolidate error reporting paths in CreateSocket(); Restore blocking mode immediately after connect() FD blocking mode is now consistent with [fconfigure ... -blocking] setting while async connect is in progress. |
|
From: Don P. <dg...@us...> - 2008-08-06 16:26:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7924 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-08-06 19:23:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13126 Modified Files: ChangeLog Log Message: * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl *** POTENTIAL INCOMPATIBILITY *** for Itcl Itcl users will need a new release with Itcl's [Patch 2040295], or else load the tiny script in that patch by themselves (rewrite ::unknown). Note that it is a script-only patch. |
|
From: miguel s. <ms...@us...> - 2008-08-06 20:58:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18552 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclLookupSimpleVar): fix bug that the core could not trigger before TclOO: the number of locals was being read from the Proc, which can under some circumstance be out of sync with the localCache's. |
|
From: miguel s. <ms...@us...> - 2008-08-06 21:02:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20399 Modified Files: ChangeLog Log Message: credit dgp for that bug :} |
|
From: Don P. <dg...@us...> - 2008-08-06 21:23:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28963 Modified Files: ChangeLog Log Message: * generic/tclOO.c: Revised TclOO's check for an interp being deleted during handling of object command deletion. The old code was relying on documented features of command delete traces that do not in fact work. [Bug 2039178]. * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode during method dispatch. [Bug 2037727]. |
|
From: Don P. <dg...@us...> - 2008-08-06 21:37:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2486 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-08-07 01:44:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2111 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of locals in the localCache from the CallFrame and not from the Proc which may have been mangled by a (broken?) recompile. Backport from the HEAD. |
|
From: miguel s. <ms...@us...> - 2008-08-07 04:13:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29330 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Fix tailcalls falling out of tebc into * generic/tclExecute.c: Tcl_EvalEx [Bug 2017946] * generic/tclInt.h: |
|
From: Don P. <dg...@us...> - 2008-08-07 15:16:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7223 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2008-08-08 15:30:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1459 Modified Files: ChangeLog Log Message: Olson's tzdata2008e |
|
From: Kevin B K. <ke...@us...> - 2008-08-08 15:42:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6836 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Olson's tzdata2008e |
|
From: Kevin B K. <ke...@us...> - 2008-08-08 15:43:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7260 Modified Files: ChangeLog Log Message: Olson's tzdata2008e |
|
From: Don P. <dg...@us...> - 2008-08-08 15:53:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11635 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: reorder |
|
From: Don P. <dg...@us...> - 2008-08-08 18:30:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7437 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: 8.5.4 tag |
|
From: Daniel A. S. <da...@us...> - 2008-08-09 00:20:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21152 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: fix warnings. * generic/tclOOMethod.c (PushMethodCallFrame): fix uninitialized efi name field. * tests/lrange.test (lrange-1.17): add test cleanup; whitespace. |
|
From: Alexandre F. <ale...@gm...> - 2008-08-10 15:47:13
|
On Sat, Aug 9, 2008 at 2:20 AM, Daniel A. Steffen <da...@us...> wrote: > > * tests/lrange.test (lrange-1.17): add test cleanup; whitespace. > Looking at the diff: http://tcl.cvs.sourceforge.net/tcl/tcl/tests/lrange.test?r1=1.10&r2=1.11 For my culture: why: - deindent line 70 ? - change lrepeat-ed constant 1 to 0 (I don't care but why repaint that bikeshed ?) - explicitly add a -cleanup with just an in-process side-effect (freeing a list)... doesn't tcltest spawn a child process anyway ? -Alex |
|
From: miguel s. <ms...@us...> - 2008-08-09 22:20:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29420 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: slight cleanup * generic/tclCompile.h: * generic/tclExecute.c: |
|
From: miguel s. <ms...@us...> - 2008-08-10 16:15:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8596 Modified Files: ChangeLog Log Message: * generic/tclProc.c: completely removed ProcCompileProc, which was a fix for [Bug 1482718]. This is not needed at least since varReform, where the local variable data at runtime is read from the CallFrame and/or the LocalCache. |
|
From: Pat T. <pat...@us...> - 2008-08-11 14:36:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8615 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] |
|
From: Pat T. <pat...@us...> - 2008-08-11 14:39:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10258 Modified Files: ChangeLog Log Message: crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] |
|
From: Don P. <dg...@us...> - 2008-08-11 15:49:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10956 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/http/http.tcl: Bump http version to 2.7.1 to account * library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This * unix/Makefile.in: release of http now requires a * win/Makefile.in: dependency on Tcl 8.5 to be able to * win/makefile.bc: use the unsigned formats in the * win/makefile.vc: [binary scan] command. |
|
From: Don P. <dg...@us...> - 2008-08-11 15:59:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15111 Modified Files: ChangeLog Log Message: * library/http/http.tcl: Bump http version to 2.7.1 to account * library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This * unix/Makefile.in: release of http now requires a * win/Makefile.in: dependency on Tcl 8.5 to be able to * win/makefile.bc: use the unsigned formats in the * win/makefile.vc: [binary scan] command. |
|
From: Andreas K. <and...@us...> - 2008-08-11 19:01:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24733 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody::test::proc. See [Bug 2043636]. Added a test case demonstrating the leak before the fix. Fixed a few spelling errors in test descriptions as well. |
|
From: Andreas K. <and...@us...> - 2008-08-11 20:13:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22695 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody::test::proc. See [Bug 2043636]. Added a test case demonstrating the leak before the fix. Fixed a few spelling errors in test descriptions as well. |