From: Don P. <dg...@us...> - 2002-06-06 20:54:06
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15300 Modified Files: ChangeLog Log Message: * 4) deprecated [threadReap] and [mainThread] [Bug 534903] |
From: Donal K. F. <dk...@us...> - 2002-06-07 08:50:23
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18263 Modified Files: ChangeLog Log Message: Make sure EOVERFLOW is defined on Unix. |
From: Donal K. F. <dk...@us...> - 2002-06-07 10:38:04
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26416 Modified Files: ChangeLog Log Message: Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's job |
From: Don P. <dg...@us...> - 2002-06-07 19:48:42
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv2708 Modified Files: ChangeLog Log Message: * More corrections to test suite so that tests of failing [test]s don't show up themselves as failing tests. |
From: Vince D. <vin...@us...> - 2002-06-10 10:41:30
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv29356 Modified Files: ChangeLog Log Message: small fs fixes |
From: Vince D. <vin...@us...> - 2002-06-10 17:41:53
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14298 Modified Files: ChangeLog Log Message: fs fixed commit |
From: miguel s. <ms...@us...> - 2002-06-11 12:38:24
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv20143 Modified Files: ChangeLog Log Message: generic/tclExecute.c: optimised algorithm for exception range lookup |
From: miguel s. <ms...@us...> - 2002-06-11 13:22:36
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv3901 Modified Files: ChangeLog Log Message: Fix for [info locals] bug #567386; added compile functions for [global], [upvar] and [variable]. |
From: miguel s. <ms...@us...> - 2002-06-11 15:42:20
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24743 Modified Files: ChangeLog Log Message: optimised read access to local variables created at run-time |
From: Vince D. <vin...@us...> - 2002-06-12 09:28:59
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11203 Modified Files: ChangeLog Log Message: fs clarification and windows fixes |
From: Jeffrey H. <ho...@us...> - 2002-06-12 19:16:01
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27042 Modified Files: ChangeLog Log Message: * win/tclWinFile.c: corrected the symbolic link handling code to allow it to compile. Added real definition of REPARSE_DATA_BUFFER (found in winnt.h). Most of the added definitions appear to have correct, cross-Win-version equivalents in winnt.h and should be removed, but just making things "work" for now. |
From: miguel s. <ms...@us...> - 2002-06-12 19:36:15
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv2045 Modified Files: ChangeLog Log Message: fixed [Bug 568123] |
From: Vince D. <vin...@us...> - 2002-06-13 09:40:00
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18572 Modified Files: ChangeLog Log Message: vfs, winfs testsuite |
From: Vince D. <vin...@us...> - 2002-06-13 13:17:09
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9618 Modified Files: ChangeLog Log Message: new fCmd.test problems on Unix |
From: miguel s. <ms...@us...> - 2002-06-13 19:47:59
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24857 Modified Files: ChangeLog Log Message: consolidated opcodes in the bytecode engine, eliminating duplicated code. Added the new (but pre-existent in tcl.h) possible flag bit TCL_TRACE_READS to Tcl_(Obj)?SetVar.* |
From: miguel s. <ms...@us...> - 2002-06-13 21:07:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv29572 Modified Files: ChangeLog Log Message: TclExecuteByteCode: consolidated exception handling of INST_INVOKE, INST_EVAL, INST_BREAK and INST_CONTINUE. |
From: miguel s. <ms...@us...> - 2002-06-13 21:37:16
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9424 Modified Files: ChangeLog Log Message: fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set. |
From: miguel s. <ms...@us...> - 2002-06-13 23:10:13
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11361 Modified Files: ChangeLog Log Message: consolidated code for the conditional branch instructions. |
From: Donal K. F. <dk...@us...> - 2002-06-14 13:17:19
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17716 Modified Files: ChangeLog Log Message: TIP#102 implementation: 'trace list' becomes 'trace info' |
From: David G. <dav...@us...> - 2002-06-14 14:48:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15091 Modified Files: ChangeLog Log Message: no message |
From: miguel s. <ms...@us...> - 2002-06-14 19:31:50
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv32269 Modified Files: ChangeLog Log Message: BC-engine: runtime peep-hole optimisation of INST_FOREACH |
From: miguel s. <ms...@us...> - 2002-06-14 20:11:11
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11974 Modified Files: ChangeLog Log Message: runtime peep-hole optimisation of comparisons. |
From: miguel s. <ms...@us...> - 2002-06-14 21:08:32
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27216 Modified Files: ChangeLog Log Message: runtime peep-hole optimisation of variables (INST_STORE, INST_INCR) and commands (INST_INVOKE); faster check for the existence of a catch. |
From: miguel s. <ms...@us...> - 2002-06-16 17:59:14
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24282 Modified Files: ChangeLog Log Message: bug in the consolidation of the INCR_..._STK instructions |
From: miguel s. <ms...@us...> - 2002-06-16 22:24:13
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24403 Modified Files: ChangeLog Log Message: [Bug 569438] in the processing of dollar variables |