| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comments referring to {expand}. [Bug 1600859] | dkf | 2007-06-21 | 4 | -12/+17 |
|
|
* | * generic/tclVar.c: streamline namespace vars deletion: only | Miguel Sofer | 2007-06-20 | 2 | -11/+51 |
|
|
* | correct pointer type mismatch in latest commit | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 20 | -93/+154 |
|
|
* | * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS, | hobbs | 2007-06-20 | 2 | -163/+254 |
|
|
* | improve comments on Tcl stack management | Miguel Sofer | 2007-06-19 | 1 | -1/+12 |
|
|
* | adding comments to GrowEvaluationStack | Miguel Sofer | 2007-06-19 | 1 | -1/+13 |
|
|
* | * tools/tcltk-man2html.tcl: clean up copyright merging and output. | hobbs | 2007-06-19 | 2 | -89/+119 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 6 | -69/+94 |
|
|
* | * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack | Miguel Sofer | 2007-06-18 | 2 | -21/+27 |
|
|
* | * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off | dgp | 2007-06-18 | 2 | -31/+36 |
|
|
* | * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ... | dgp | 2007-06-18 | 2 | -32/+38 |
|
|
* | Fix [Bug 1738542] | dkf | 2007-06-17 | 3 | -142/+186 |
|
|
* | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a | dkf | 2007-06-16 | 2 | -88/+98 |
|
|
* | * generic/tclCompCmds.c: Simplified [variable] compiler and | Miguel Sofer | 2007-06-15 | 3 | -47/+45 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 5 | -277/+114 |
|
|
* | * generic/trace.test: added tests 36.* for dynamic trace creation | Miguel Sofer | 2007-06-15 | 2 | -1/+59 |
|
|
* | Tidy up a bit | dkf | 2007-06-15 | 1 | -67/+66 |
|
|
* | Changelog fix | Miguel Sofer | 2007-06-14 | 1 | -1/+0 |
|
|
* | * generic/tclInt.decls: Modif to the internals of | Miguel Sofer | 2007-06-14 | 5 | -222/+294 |
|
|
* | * generic/tclProc.c (TclObjInterpProcCore): simplified obj | Miguel Sofer | 2007-06-14 | 2 | -10/+10 |
|
|
* | remove C99 var declaration | hobbs | 2007-06-14 | 1 | -3/+4 |
|
|
* | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return | dgp | 2007-06-14 | 4 | -46/+31 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): missed update to "there | Miguel Sofer | 2007-06-14 | 3 | -21/+35 |
|
|
* | added Changelog comment wrt the TEOvI and TEBC changes: | Miguel Sofer | 2007-06-12 | 1 | -1/+7 |
|
|
* | Silence a 'const'ness warning. | dkf | 2007-06-12 | 1 | -2/+2 |
|
|
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 7 | -422/+392 |
|
|
* | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with | dkf | 2007-06-12 | 4 | -46/+80 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 3 | -111/+73 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 3 | -13/+15 |
|
|
* | * generic/tclExecute.c: comments added to explain iPtr->numLevels | Miguel Sofer | 2007-06-11 | 2 | -2/+10 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 4 | -78/+93 |
|
|
* | fix Tcl_Panic error message typo [Bug 1712602] | hobbs | 2007-06-10 | 1 | -2/+2 |
|
|
* | * README: updated links. [Bug 1715081] | hobbs | 2007-06-10 | 2 | -34/+23 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): restore support for | hobbs | 2007-06-10 | 2 | -9/+146 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-10 | 5 | -103/+108 |
|
|
* | fix for ne TclCleanupCommandMacro (doh!) | Miguel Sofer | 2007-06-10 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (INST_INVOKE): isolated two vars to the | Miguel Sofer | 2007-06-09 | 2 | -3/+6 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the | Miguel Sofer | 2007-06-09 | 2 | -41/+35 |
|
|
* | added incompat warning in Changelog | Miguel Sofer | 2007-06-09 | 1 | -0/+8 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 7 | -159/+359 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in. | das | 2007-06-09 | 2 | -2/+8 |
|
|
* | Forgot to fix the relevant tests | dkf | 2007-06-08 | 2 | -8/+8 |
|
|
* | Make [string first] and [string last] clearer | dkf | 2007-06-08 | 3 | -14/+22 |
|
|
* | * generic/tclParse.c: fix for uninit read [Bug 1732414]. | Miguel Sofer | 2007-06-06 | 2 | -2/+7 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. | das | 2007-06-06 | 8 | -30/+100 |
|
|
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 7 | -12/+51 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-05 | 3 | -190/+301 |
|
|
* | Add missing constraints | dgp | 2007-06-04 | 1 | -3/+3 |
|
|
* | * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. | das | 2007-06-03 | 2 | -1/+6 |
|
|