summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Core of implementation of TIP#201 ('in' and 'ni' operators)dkf2004-10-081-1/+6
* Convert string to stringPtrdkf2004-10-061-12/+12
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-5/+2
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-184/+80
* Corrected the base for the errorline calculationdgp2004-09-231-2/+2
* * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorlinedgp2004-09-221-25/+43
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-211-10/+1
* * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-07-151-3/+8
* Modified the logic of literal table cleanup at interp deletion time,Miguel Sofer2004-07-081-13/+15
* * generic/tclCompile.c (TclCompileScript): fix for [Bug 458361].Miguel Sofer2004-07-071-1/+10
* * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a worddgp2004-07-061-4/+5
* * generic/tclCompile.c:Miguel Sofer2004-06-081-2/+6
* * generic/tclCompile.h:Miguel Sofer2004-05-161-63/+37
* Optimisations for INST_START_CMD [Bug 926164].Miguel Sofer2004-05-121-13/+21
* slight improvement to last commitMiguel Sofer2004-05-041-7/+7
* * generic/tclCompile.c (TclCompileScript): setting the compilationMiguel Sofer2004-05-041-7/+7
* * generic/tclCompile.c:Miguel Sofer2004-05-031-22/+7
* * generic/tclCompile.c:Miguel Sofer2004-04-021-7/+22
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-301-1/+21
* * generic/tclCompile.c (TclCompileScript): corrected possibleMiguel Sofer2004-03-291-3/+4
* Minor whitespace/capitalization fixesdkf2004-01-201-15/+15
* Full bytecode compilation for [lassign]dkf2004-01-181-2/+17
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-3/+83
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-18/+18
* Fixed Bug 845412; long commands without expansion don't get tangled with thedkf2003-11-191-2/+2
* Added cast to suppress compiler warning.dgp2003-11-171-2/+2
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-18/+99
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-18/+8
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-1/+3
* fixing previous patchMiguel Sofer2003-05-091-5/+5
* fix for [Bug 735055]Miguel Sofer2003-05-091-1/+3
* corrected bogus commentsdgp2003-04-181-7/+2
* * generic/tclCompile.c:Miguel Sofer2003-03-191-2/+9
* * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix fordgp2003-03-191-1/+3
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-98/+15
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-191-3/+2
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-30/+74
* Removing more CONST-related warnings.dkf2002-09-241-3/+3
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-17/+16
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-5/+5
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-111-3/+3
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-1/+2
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-171-29/+23
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-161-12/+27
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-2/+2
* cleanup in [expr] compilerMiguel Sofer2002-05-301-7/+1
* Fixed buffer overrun reported in 530320; luckily it is not likely todkf2002-03-151-3/+4
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-111-7/+7
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-145/+104