summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.h: remove redundant ops in TclNewStringObj macroMiguel Sofer2007-08-111-3/+6
* * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, wasMiguel Sofer2007-08-101-3/+5
* Then reorder code todgp2007-08-101-219/+174
* * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp2007-08-101-65/+117
* * generic/tclProc.c (TclCreateProc): better comments on theMiguel Sofer2007-08-101-10/+9
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-091-24/+13
* * generic/tclProc.c (InitLocalCache): reference firstLocalPtr viahobbs2007-08-081-8/+7
* * generic/tclExecute.c: Corrected failure to compile/linkdgp2007-08-081-2/+2
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-7/+14
* renamed InitCompiledLocals to InitResolvedLocals to make it clearer that itMiguel Sofer2007-08-081-8/+8
* * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-082-80/+62
* * generic/tclInt.decls: Exporting via stubs to helpMiguel Sofer2007-08-074-7/+20
* * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-31/+1
* * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-262/+285
* * generic/tclGetDate.y: Added a cast to the definition of YYFREE toKevin B Kenny2007-08-062-440/+725
* fix breakage in TCL_COMPILE_DEBUG builddas2007-08-051-9/+11
* modifs to help itcl adapt to VarReformMiguel Sofer2007-08-046-13/+61
* Tidying up.dkf2007-08-033-275/+324
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-013-5/+17
* * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx LarryMiguel Sofer2007-08-011-2/+2
* VarReform [Patch 1750051]Miguel Sofer2007-07-3118-2152/+2754
* comment fixMiguel Sofer2007-07-241-3/+2
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-244-73/+72
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-191-20/+20
* * generic/tclCompExpr.c: Removed unused arguments and variables.dgp2007-07-181-43/+25
* typodgp2007-07-171-2/+2
* * generic/tclCompExpr.c (ParseExpr): While adding comments todgp2007-07-171-202/+251
* * generic/tclCompExpr.c: More commentary.dgp2007-07-161-6/+27
* additional commentarydgp2007-07-121-6/+25
* * generic/tclCompExpr.c: Factored out, corrected, and commenteddgp2007-07-121-44/+43
* 2007-07-11 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2007-07-112-15/+28
* * generic/tclCompExpr.c: Added a "parseOnly" flag argument todgp2007-07-111-49/+29
* Renamed some variables fordgp2007-07-101-46/+115
* Removed some unused counter variables.dgp2007-07-101-6/+17
* * generic/tclCompExpr.c: Added a field for operator precedencedgp2007-07-101-40/+165
* More extended commentary about the data structures of the expr parser.dgp2007-07-091-43/+85
* * generic/tclCompExpr.c: Revision so that the END lexeme neverdgp2007-07-091-4/+32
* * generic/tclCompExpr.c: Added missing creation and returndgp2007-07-091-2/+11
* More work in progress commenting the expr parserdgp2007-07-051-10/+55
* Start of work adding more useful comments to the expr parser.dgp2007-07-051-20/+63
* clarify comments for last commitMiguel Sofer2007-07-052-4/+4
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-052-42/+60
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-042-2/+4
* * generic/tclCompExpr.c: Revised #define values so that theredgp2007-07-031-4/+12
* * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY anddgp2007-07-023-128/+14
* Simplify string hashing a little. [FRQ 951168]dkf2007-07-021-14/+2
* * generic/tclIO.c: Removed dead code.dgp2007-07-021-9/+1
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-30/+1
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-023-1490/+50
* fix typo ... donal broke the buildMiguel Sofer2007-07-011-2/+2