summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-215-212/+243
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-214-99/+127
* Fix comments referring to {expand}. [Bug 1600859]dkf2007-06-214-12/+17
* * generic/tclVar.c: streamline namespace vars deletion: onlyMiguel Sofer2007-06-202-11/+51
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-2020-93/+154
* * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS,hobbs2007-06-202-163/+254
* improve comments on Tcl stack managementMiguel Sofer2007-06-191-1/+12
* adding comments to GrowEvaluationStackMiguel Sofer2007-06-191-1/+13
* * tools/tcltk-man2html.tcl: clean up copyright merging and output.hobbs2007-06-192-89/+119
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-186-69/+94
* * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stackMiguel Sofer2007-06-182-21/+27
* * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame offdgp2007-06-182-31/+36
* * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ...dgp2007-06-182-32/+38
* Fix [Bug 1738542]dkf2007-06-173-142/+186
* * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of adkf2007-06-162-88/+98
* * generic/tclCompCmds.c: Simplified [variable] compiler andMiguel Sofer2007-06-153-47/+45
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-155-277/+114
* * generic/trace.test: added tests 36.* for dynamic trace creationMiguel Sofer2007-06-152-1/+59
* Tidy up a bitdkf2007-06-151-67/+66
* Changelog fixMiguel Sofer2007-06-141-1/+0
* * generic/tclInt.decls: Modif to the internals ofMiguel Sofer2007-06-145-222/+294
* * generic/tclProc.c (TclObjInterpProcCore): simplified objMiguel Sofer2007-06-142-10/+10
* remove C99 var declarationhobbs2007-06-141-3/+4
* * generic/tclCompile.c: SetByteCodeFromAny() can no longer returndgp2007-06-144-46/+31
* * generic/tclExecute.c (TclCompEvalObj): missed update to "thereMiguel Sofer2007-06-143-21/+35
* added Changelog comment wrt the TEOvI and TEBC changes:Miguel Sofer2007-06-121-1/+7
* Silence a 'const'ness warning.dkf2007-06-121-2/+2
* Convert [info] into an ensemble command.dkf2007-06-127-422/+392
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-124-46/+80
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-113-111/+73
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-113-13/+15
* * generic/tclExecute.c: comments added to explain iPtr->numLevelsMiguel Sofer2007-06-112-2/+10
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-104-78/+93
* fix Tcl_Panic error message typo [Bug 1712602]hobbs2007-06-101-2/+2
* * README: updated links. [Bug 1715081]hobbs2007-06-102-34/+23
* * generic/tclExecute.c (TclExecuteByteCode): restore support forhobbs2007-06-102-9/+146
* * generic/tclInt.h:Miguel Sofer2007-06-105-103/+108
* fix for ne TclCleanupCommandMacro (doh!)Miguel Sofer2007-06-101-2/+2
* * generic/tclExecute.c (INST_INVOKE): isolated two vars to theMiguel Sofer2007-06-092-3/+6
* * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make theMiguel Sofer2007-06-092-41/+35
* added incompat warning in ChangelogMiguel Sofer2007-06-091-0/+8
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-097-159/+359
* * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in.das2007-06-092-2/+8
* Forgot to fix the relevant testsdkf2007-06-082-8/+8
* Make [string first] and [string last] clearerdkf2007-06-083-14/+22
* * generic/tclParse.c: fix for uninit read [Bug 1732414].Miguel Sofer2007-06-062-2/+7
* * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue.das2007-06-068-30/+100
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-057-12/+51
* * generic/tclInt.h:Miguel Sofer2007-06-053-190/+301