|
From: miguel s. <ms...@us...> - 2005-03-23 00:44:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6732 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.h: fixing bad macro name under VM_USE_PACKED. |
|
From: Don P. <dg...@us...> - 2005-03-23 06:51:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27534 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.c (OptCleanupByteCode): Operands are not ints; they are TclPSizedInts. Storing them in int type variables loses important bits. |
|
From: miguel s. <ms...@us...> - 2005-03-23 16:51:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17083 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompCmds.c: porting fix of [Bug 1165671] from HEAD * generic/tclCompile.c: small fixes, mainly in TclPrintInstruction |
|
From: Don P. <dg...@us...> - 2005-03-24 17:16:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9351 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: incomplete merge corrected |
|
From: Don P. <dg...@us...> - 2005-03-25 00:35:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15964 Modified Files: ChangeLog Log Message: * generic/tclCompile.h: Move the TclInterpReady() declaration from * generic/tclInt.h: tclCompile.h to tclInt.h. Should have been done as part of the 1115904 bug fix on 2005-03-18. * generic/tclThreadTest.c: Stop providing the phony package "Thread 1.0" when the [::testthread] command is defined. It's never used by anything, and conflicts with loading the real "Thread" package. |
|
From: miguel s. <ms...@us...> - 2005-03-28 22:21:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30104 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: A (very naive and inefficient) bytecode optimiser, version 0 |
|
From: Jeffrey H. <ho...@us...> - 2005-03-30 05:31:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8921 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWinTime.c (TclpGetDate): use time_t for 'time' |
|
From: Jeffrey H. <ho...@us...> - 2005-03-30 06:18:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1373 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. |
|
From: Jeffrey H. <ho...@us...> - 2005-03-30 06:25:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5874 Modified Files: ChangeLog Log Message: * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. |
|
From: Donal K. F. <dk...@us...> - 2005-03-30 13:26:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13022 Modified Files: ChangeLog Log Message: Added doc for missing argument. [Bug 1172401] |
|
From: miguel s. <ms...@us...> - 2005-03-30 17:05:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9003 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: using pointer-to-pc instead of jump offsets (not in the packed mode), two new instructions to speed up load/store of indexed scalars, some engine tuning. |
|
From: miguel s. <ms...@us...> - 2005-03-31 17:00:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3077 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: removing pointer-to-pc instead of jump offsets (most of yesterday's commit): all pain, no gain. Fix for a segfault in TclPrintInstruction (reading procPtr's fields in non-proc bytecodes). |
|
From: miguel s. <ms...@us...> - 2005-03-31 18:07:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11980 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.c: restoring lost line in TclPrintInstruction, fixing yet another sign-extension |
|
From: miguel s. <ms...@us...> - 2005-03-31 19:11:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14046 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced "test and branch" with "compute index into table" |
|
From: miguel s. <ms...@us...> - 2005-04-01 15:17:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14528 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclStringObj.c: defined new internal macros for creating and setting frequently used obj types (int,long, wideInt, double, string). Changed TEBC to use eg 'TclNewIntObj(objPtr, i)' to avoid the function call in 'objPtr = Tcl_NewIntObj(i)' |
|
From: miguel s. <ms...@us...> - 2005-04-01 16:19:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16747 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: * generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to the constants "0" and "1", for use by TEBC. |
|
From: miguel s. <ms...@us...> - 2005-04-01 18:49:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4033 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: opt in INST_*_SCALAR, sync with HEAD |
|
From: miguel s. <ms...@us...> - 2005-04-01 19:08:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14642 Modified Files: ChangeLog Log Message: slight reduction in cost of INST_START_CMD |
|
From: miguel s. <ms...@us...> - 2005-04-02 02:08:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29586 Modified Files: ChangeLog Log Message: Changed the internal representation of lists to (a) reduce the malloc/free calls at list creation (from 2 to 1), (b) reduce the cost of handling empty lists (we now never create a list internal rep for them), (c) allow refcounting of the list internal rep. The latter permits insuring that the pointers returned by Tcl_ListObjGetElements remain valid even if the object shimmers away from its original list type. This is [Patch 1158008] |
|
From: miguel s. <ms...@us...> - 2005-04-02 13:36:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25933 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: Sync with HEAD - [Patch 1158008] |
|
From: miguel s. <ms...@us...> - 2005-04-02 21:04:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14984 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclExecute.c: leak fix in INST_STORE_SCALAR |
|
From: miguel s. <ms...@us...> - 2005-04-02 21:07:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16589 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: Changelog fix |
|
From: miguel s. <ms...@us...> - 2005-04-02 21:45:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3445 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the freeing of simple Tcl_Obj [Patch 1174551] |
|
From: miguel s. <ms...@us...> - 2005-04-03 00:20:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16108 Modified Files: ChangeLog Log Message: * generic/tclVar.c: converted a few function calls to macros. |
|
From: miguel s. <ms...@us...> - 2005-04-03 23:42:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26121 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: assorted stuff, including [Patch 1174551] and merge from HEAD |