| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -0/+8 |
|
|
* | minor tidy | dkf | 2007-04-10 | 1 | -12/+10 |
|
|
* | * generic/tclCompile (tclInstructionTable): fixed bugs in | Miguel Sofer | 2007-04-08 | 1 | -0/+5 |
|
|
* | * generic/tclCompile (tclInstructionTable): fixed bug in | Miguel Sofer | 2007-04-07 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (TEBC): small code reduction. | Miguel Sofer | 2007-04-07 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c (TEBC): | Miguel Sofer | 2007-04-06 | 1 | -0/+9 |
|
|
* | Whitespace/formatting | dkf | 2007-04-05 | 1 | -17/+17 |
|
|
* | * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802] | Miguel Sofer | 2007-04-03 | 1 | -0/+4 |
|
|
* | missing entry | dgp | 2007-04-03 | 1 | -0/+6 |
|
|
* | * generic/tclInt.decls: Moved TclGetNamespaceFromObj() to | Miguel Sofer | 2007-04-03 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c: Added bytecode compilers for the | Miguel Sofer | 2007-04-03 | 1 | -0/+9 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -0/+13 |
|
|
* | Ensure that the count of commands commenced by bytecode is correct at all times | dkf | 2007-04-01 | 1 | -33/+40 |
|
|
* | * generic/tclCompile.c: | dgp | 2007-03-30 | 1 | -0/+1 |
|
|
* | * generic/tclCompExpr.c: | dgp | 2007-03-30 | 1 | -0/+1 |
|
|
* | * generic/tclCompCmds.c: Replace arrays on the C stack and | dgp | 2007-03-30 | 1 | -0/+4 |
|
|
* | * generic/tclCmdMZ.c: Revised [string to* $s $first $last] | dgp | 2007-03-30 | 1 | -0/+3 |
|
|
* | * tests/string.test: More [string reverse] tests. | dgp | 2007-03-30 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c: optimise the lookup of elements of indexed | Miguel Sofer | 2007-03-30 | 1 | -0/+5 |
|
|
* | * generic/tclProc.c (Tcl_ApplyObjCmd): | Miguel Sofer | 2007-03-29 | 1 | -0/+7 |
|
|
* | * generic/tclCmdMZ.c (STR_REVERSE): Implement the actual | dgp | 2007-03-28 | 1 | -0/+12 |
|
|
* | * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with | dgp | 2007-03-27 | 1 | -5/+10 |
|
|
* | Thread exit handler marks the current thread as un-initialized. | vasiljevic | 2007-03-24 | 1 | -0/+8 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc): pop the root frame | Miguel Sofer | 2007-03-23 | 1 | -0/+5 |
|
|
* | * win/Makefile.in: Added code to keep a Cygwin path name from | Kevin B Kenny | 2007-03-23 | 1 | -0/+5 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays | dgp | 2007-03-22 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c: Revised GrowEvaluationStack to take an | dgp | 2007-03-22 | 1 | -0/+7 |
|
|
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -0/+5 |
|
|
* | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. | dgp | 2007-03-20 | 1 | -0/+5 |
|
|
* | 2007-03-20 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2007-03-20 | 1 | -1/+31 |
|
|
* | * generic/tclCompile.c: Revise the various expansion routines for | dgp | 2007-03-20 | 1 | -0/+3 |
|
|
* | * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() / | dgp | 2007-03-19 | 1 | -0/+3 |
|
|
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -0/+8 |
|
|
* | Fixed bug in regsub example. | dkf | 2007-03-19 | 1 | -20/+25 |
|
|
* | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -0/+8 |
|
|
* | * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround | mdejong | 2007-03-16 | 1 | -0/+7 |
|
|
* | * win/Makefile.in: Fully qualify LIBRARY_DIR so | mdejong | 2007-03-15 | 1 | -0/+5 |
|
|
* | * tests/parse.test: Add two backslash newline parse tests. | mdejong | 2007-03-15 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy | dgp | 2007-03-12 | 1 | -0/+5 |
|
|
* | * generic/tclEvent.c (HandleBgErrors): Make efficient private copy | dgp | 2007-03-12 | 1 | -0/+5 |
|
|
* | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient | dgp | 2007-03-12 | 1 | -0/+6 |
|
|
* | * generic/tclVar.c (TclArraySet): Make efficient private copy of | dgp | 2007-03-12 | 1 | -0/+6 |
|
|
* | Fix [Bug 1679072] | dkf | 2007-03-12 | 1 | -3/+8 |
|
|
* | Fix [Bug 1675044] | dkf | 2007-03-11 | 1 | -3/+9 |
|
|
* | * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] | Miguel Sofer | 2007-03-10 | 1 | -0/+5 |
|
|
* | * library/platform/shell.tcl: Made more robust if an older platform | andreas_kupries | 2007-03-09 | 1 | -0/+8 |
|
|
* | Fix [Bug 1675116] | dkf | 2007-03-09 | 1 | -7/+13 |
|
|
* | Modified test initialisation to use the | Kevin B Kenny | 2007-03-09 | 1 | -2/+4 |
|
|
* | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to | Kevin B Kenny | 2007-03-09 | 1 | -0/+7 |
|
|