summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-7/+7
* * generic/tclResult.c (TclMergeReturnOptions): Make sure any -codedgp2007-10-181-2/+8
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-18/+28
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-111-17/+33
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-091-59/+48
* * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separatedgp2007-09-091-7/+16
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-31/+32
* * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protectiondgp2007-08-231-2/+29
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-30/+18
* 2007-07-11 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2007-07-111-1/+7
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-281-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-12/+12
* * generic/tclCompCmds.c: Simplified [variable] compiler andMiguel Sofer2007-06-151-11/+2
* * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memoryKevin B Kenny2007-04-231-1/+4
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-2/+2
* fixing commentsMiguel Sofer2007-04-111-4/+1
* * generic/tclCompCmds.c: moved all exceptDepth management to theMiguel Sofer2007-04-111-11/+15
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-69/+464
* * generic/tclCompCmds.c: Replace arrays on the C stack anddgp2007-03-301-43/+31
* fix warningsdas2007-03-161-2/+2
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-021-25/+189
* Fix [Bug 1671138]dkf2007-03-011-1/+14
* A few more very minor changesdkf2007-02-271-20/+11
* Assorted cleanup, mostly of comments.dkf2007-02-271-195/+227
* Fix [lindex] argument ordering. [bug 1631364]dkf2007-01-091-9/+13
* * generic/tclCompCmds.c: Additional commits correct mostdgp2006-12-071-1/+14
* More #174 bits and piecesdkf2006-12-071-410/+257
* More TIP 174 compilation bug fixes, consolidations, and improvements.dgp2006-12-061-93/+77
* * generic/tclCompCmds.c: Revised and consolidated into utilitydgp2006-12-061-113/+105
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-102/+260
* Finished coding part of TIP#174. Still have tests and docs to do.dkf2006-11-251-1392/+24
* Added some more implementationsdkf2006-11-241-3/+274
* Supply missing #ifdefdgp2006-11-241-1/+3
* Added Mod implementationdkf2006-11-231-2/+209
* Added implementations of the interpreted comparison operatorsdkf2006-11-231-15/+561
* Added some interpreted operator implementationsdkf2006-11-231-7/+61
* *Partial* implementation of TIP#174. Still needs non-compiled versions of mostdkf2006-11-231-1/+962
* Minor simplification of memcpy usagedkf2006-11-081-51/+91
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this.dkf2005-12-181-13/+16
* New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case ofdkf2005-11-301-1/+237
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-168/+178
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-42/+9
* * generic/tclCompCmds.c: New convenience macro CompileTokens().Miguel Sofer2005-10-101-16/+20
* TIP#237 IMPLEMENTATIONdgp2005-10-081-4/+12
* Compiler for [dict] and related changes.dkf2005-07-211-54/+588
* copy/paste/fail-to-modify error in comment.dgp2005-07-131-2/+2
* typosdkf2005-06-201-2/+2
* Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112]dkf2005-06-201-27/+71
* Update error case handling following Mo's updates (which are a good thing)dkf2005-06-201-17/+22