summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-021-16/+28
* various "const" additions, in line with TIP #27nijtmans2007-02-201-16/+16
* More efficient issuing of INST_START_CMD instructions. See ChangeLog for disc...dkf2007-01-191-4/+7
* Code style improvementsdkf2007-01-181-125/+138
* Minor fix to make bytecodes print out properlydkf2007-01-181-2/+2
* Fix [Bug 1638414] and make bytecode of expansion betterdkf2007-01-181-71/+103
* fix warningsdas2006-12-011-3/+3
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-11/+383
* TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* Minor simplification of memcpy usagedkf2006-11-081-13/+12
* * generic/tclCompile.c:Miguel Sofer2006-09-301-1/+46
* add casts to make gcc2 happy with previous commit [Bug 1548330]das2006-08-291-6/+6
* fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defineddas2006-08-281-3/+3
* * generic/tclCompile.c: Revised the new set of expressiondgp2006-08-171-1/+2
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-8/+8
* New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case ofdkf2005-11-301-5/+13
* Strip a few more pre-ANSI-ismsdkf2005-11-071-21/+20
* Remove _ANSI_ARGS_ and clean up a few commentsdkf2005-10-131-161/+160
* Compiler for [dict] and related changes.dkf2005-07-211-6/+57
* More minor tinkering with comments and code-layoutdkf2005-07-141-13/+14
* Style improvements to tclCompile.c, plus bytecode printing enhancements.dkf2005-07-141-917/+879
* typodkf2005-06-201-2/+2
* Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112]dkf2005-06-201-20/+31
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-5/+4
* * generic/tclCompile.c:Commented out the functionsMiguel Sofer2005-04-131-1/+7
* * generic/tclCompile.c: fixed INST_RETURN's stack effect inMiguel Sofer2005-03-141-2/+2
* Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-241-11/+12
* * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.cMiguel Sofer2004-12-201-139/+1
* optimised loops that initialise a proc's arguments and compiled localMiguel Sofer2004-12-101-59/+88
* 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