summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* implement [namespace origin] in bytecodedkf2013-12-301-2/+24
* precondition was wrong, and needed to flush part of the string/internal repdkf_bytecode_8_6_string_replacedkf2013-12-291-5/+27
* completed instruction implementationdkf2013-12-281-21/+51
* interim commit; not yet workingdkf2013-12-241-0/+120
* merge trunkdkf2013-12-121-5/+24
|\
| * new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp varmig2013-12-101-0/+19
| * change NULL to INT2PTR(0), for claritymig_opt_foreachmig2013-12-061-1/+1
| * Oops, wrong macro.jan.nijtmans2013-12-061-2/+2
| * Introducing a new union member in Tcl_Obj is not a good idea in a patch relea...jan.nijtmans2013-12-061-5/+5
* | merge trunkdkf2013-12-061-2/+167
|\ \ | |/
| * Stop printing undefined values in disassembled code.dkf2013-12-061-9/+8
| * adapted the array-set compiler to use the new foreach opcodesmig2013-12-061-1/+0
| * add comments on INST_FOREACH_*mig2013-12-051-0/+2
| * add comments on field "misuse"mig2013-12-051-0/+1
| * New compiler and bytecodes for foreach and lmap: 70% faster mig2013-12-051-2/+166
* | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-3/+52
* | General [concat] compilation.dkf2013-10-261-0/+11
* | Change name of instruction to make way for future changes.dkf2013-10-261-1/+1
* | corrected trace printingdkf2013-10-221-8/+12
* | cleaner and faster 'string trim'dkf2013-10-031-6/+28
* | merge trunkdkf2013-10-031-8/+12
|\ \ | |/
| * minor: whitespace correction (my bad!)dkf2013-10-021-2/+2
| * silence warnings with clangdkf2013-10-021-8/+12
* | First attempt at [string trim] compilation.dkf2013-09-301-0/+33
|/
* [31661d2135] Plug memory leak.dgp2013-09-191-1/+1
|\
| * [31661d2135] Plug memory leak.bug_31661d2135dgp2013-09-191-1/+1
* | Remove assertion that is not true in some circumstances (--enable-dtrace).dgp2013-08-221-2/+1
* | Consolidate some helper routines.dgp_bye_ctx_eval_flagdgp2013-08-141-8/+19
* | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers todgp2013-08-121-11/+2
* | Arrange for both execution traces and [info frame] to get their pre-substdgp2013-08-101-2/+17
* | Add assertions that will guide and protect more discovery of dead code for el...dgp2013-08-061-3/+5
* | Eliminate the union that is no longer needed.dgp2013-08-061-7/+7
* | Eliminate the litInfo table and all the code tending to its care and feeding.dgp2013-07-161-13/+31
* | More elimination of error message litter to fix [Bug 20a81392ec].dgp2013-06-281-11/+7
* | Correct typo detected by valgrind.dgp2013-06-261-1/+1
* | Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand.dgp2013-06-111-14/+23
* | Repairs to compile/exec debugging output.dgp2013-06-111-7/+10
* | Repair TCL_COMPILE_DEBUG guardsbug_3614342dgp2013-06-051-5/+7
* | Stack Depth fixups.dgp2013-06-051-0/+2
* | merge trunkdkf_compile_improvementsdkf2013-06-051-7/+7
|\ \
| * \ fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgro...mig2013-06-031-7/+7
| |\ \
| | * | fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgro...mig2013-06-031-5/+6
* | | | Stack cleanup works now even in the most evil expansion cases.dkf2013-06-051-5/+6
* | | | Next stage of fixing the break/continue generation.dkf2013-06-031-0/+11
|/ / /
* | | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-5/+5
|\ \ \ | |/ /
| * | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-4/+4
| |\ \
| | * | Protect against multiple uses of a CompileEnv with only one initialization.dgp2013-02-211-18/+1
| | * | Silence some compiler warnings.dgp2013-01-241-0/+3
| | * | More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-1/+1
* | | | merge trunkdkf_bcc_optimizedkf2013-05-151-2/+3
|\ \ \ \