| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Test for TclContinuationsGet() usage, and simplifications. | dgp | 2013-08-07 | 1 | -17/+1 |
|
|
| * | | | Add comment stating new limitation on Tcl(NR)EvalObjEx() interface. | dgp | 2013-08-07 | 1 | -0/+5 |
|
|
| * | | | All use of the evalFlag value TCL_EVAL_CTX is unused by the code and | dgp | 2013-08-06 | 1 | -87/+11 |
|
|
| * | | | Add assertions that will guide and protect more discovery of dead code for el... | dgp | 2013-08-06 | 1 | -0/+2 |
|
|
| * | | | Eliminate the union that is no longer needed. | dgp | 2013-08-06 | 1 | -7/+6 |
|
|
| * | | | Revert the changes that went too far and broke things. | dgp | 2013-08-06 | 1 | -13/+26 |
|
|
| * | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp | 2013-08-06 | 1 | -44/+23 |
|
|
| * | | | merge trunk | dgp | 2013-07-18 | 1 | -1/+4 |
| |\ \ \ |
|
| | * | | | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is | dgp | 2013-07-18 | 1 | -1/+4 |
|
|
| * | | | | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp | 2013-07-16 | 1 | -69/+65 |
|
|
| * | | | | Build CompileBasicNArgCommand on top of TclCompileInvocation. | dgp | 2013-07-15 | 1 | -4/+18 |
| |/ / / |
|
* | | | | Code-readable disassembler: tcl::unsupported::getbytecode | dkf | 2013-06-11 | 1 | -1/+3 |
|/ / / |
|
* | | | Improve compatibility detection for <time.h> and <sys/stat.h>: | jan.nijtmans | 2013-06-11 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | Improve compatibility detection for <time.h> and <sys/stat.h>: | jan.nijtmans | 2013-06-11 | 1 | -3/+4 |
|
|
* | | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+11 |
|\ \ \
| |/ / |
|
| * | | _USE_32BIT_TIME_T is already defined in tclWinPort.h | jan.nijtmans | 2013-05-16 | 1 | -4/+0 |
|
|
| * | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
| |\ \ |
|
| | * | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
|
|
| | * | | Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when... | jan.nijtmans | 2013-04-09 | 1 | -0/+2 |
|
|
* | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | dkf | 2013-05-15 | 1 | -74/+82 |
|
|
* | | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | 3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out the | dgp | 2013-04-16 | 1 | -0/+1 |
|
|
* | | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. | jan.nijtmans | 2013-04-04 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. | jan.nijtmans | 2013-04-04 | 1 | -0/+2 |
|
|
* | | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav... | jan.nijtmans | 2013-03-22 | 1 | -1/+1 |
|
|
* | | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+4 |
|
|
* | | | remove unused code | mig | 2013-01-25 | 1 | -3/+0 |
|
|
* | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -2/+0 |
|
|
| | * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -14/+0 |
|
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -4/+4 |
|
|
* | | | Name functions according to 'what' instead of 'how' in the [tailcall] | mig | 2013-01-11 | 1 | -17/+24 |
|
|
* | | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ... | mig | 2013-01-10 | 1 | -74/+68 |
|
|
* | | | 3587651 Fix [info functions] and Tcl_ListMathFuncs(). | dgp | 2012-11-16 | 1 | -31/+18 |
|\ \ \
| |/ / |
|
| * | | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions] | dgp | 2012-11-16 | 1 | -31/+18 |
|
|
* | | | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBU... | mig | 2012-11-10 | 1 | -1/+1 |
|
|
* | | | Disable bytecompile of [tailcall] until it gets some repair. As is, it | dgp | 2012-11-05 | 1 | -1/+1 |
|
|
* | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho... | dkf | 2012-11-01 | 1 | -6/+5 |
|
|
* | | | Added compilation of [regsub] (in the simplest, most restricted case). | dkf | 2012-10-30 | 1 | -1/+1 |
|
|
* | | | Compiler for some of the simpler cases of [format]. | dkf | 2012-10-29 | 1 | -1/+1 |
|
|
* | | | Working towards a BCCed [yield]; this doesn't work right now. | dkf | 2012-10-26 | 1 | -8/+7 |
|
|
* | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -3/+3 |
|
|
* | | | merge trunk | dkf | 2012-09-04 | 1 | -62/+67 |
|\ \ \ |
|
| * | | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -62/+67 |
|
|
* | | | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. | twylite | 2012-08-08 | 1 | -1/+1 |
|
|
* | | | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'd... | twylite | 2012-08-08 | 1 | -1/+0 |
|
|
* | | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu... | twylite | 2012-08-03 | 1 | -1/+3 |
|/ / / |
|
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+3 |
|
|
* | | | NRInterpCoroutine -> TclNRInterpCoroutine | jan.nijtmans | 2012-07-02 | 1 | -5/+7 |
|
|