summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu...dkf2007-06-301-9/+11
* Prevent RemeberSyncObj() from growing the syncvasiljevic2007-06-301-4/+16
* * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-292-68/+82
* * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free.das2007-06-292-108/+174
* * generic/tclBasic.c (TclEvalEx): fix warnings.das2007-06-291-6/+5
* unsigned int type matchingdgp2007-06-281-4/+4
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-285-3389/+13
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-285-12/+12
* * generic/tclVar.c (UnsetVarStruct): fix possible segfault withMiguel Sofer2007-06-281-5/+6
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-272-6/+22
* * generic/tclBasic.c (TclEvalEx): Moved some arrays from thedgp2007-06-261-24/+35
* * generic/tclVar.c (UnsetVarStruct): more streamlining.Miguel Sofer2007-06-261-10/+8
* * generic/tclExecute.c: Safety checks to avoid crashes in thedgp2007-06-261-8/+7
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete change,Miguel Sofer2007-06-251-24/+25
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete changeMiguel Sofer2007-06-251-2/+2
* * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inliningMiguel Sofer2007-06-241-57/+62
* * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced inMiguel Sofer2007-06-241-1/+8
* fix warningsdas2007-06-231-3/+4
* * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logicMiguel Sofer2007-06-231-177/+90
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-223-37/+15