summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* D'oh!dkf2005-06-121-2/+2
* Simplify command compilation by moving numerous common stanzas into macros so...dkf2005-06-121-863/+887
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-31/+45
* Increase efficiency of [lindex] compilationdkf2005-06-011-3/+32
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-10/+5
* * generic/tclCompCmds.c: Factored common efficiency trick intodgp2005-05-051-91/+32
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-90/+90
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-3/+3
* * generic/tclBasic.c: Updated callers to call new routine.dgp2005-04-211-3/+3
* Improved [switch] compilation.dkf2005-04-081-122/+189
* * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checksdgp2005-03-181-15/+11
* * generic/tclCompCmds.c: removed debugging lineMiguel Sofer2005-03-101-2/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-47/+56
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-450/+119
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-221-6/+2
* Fix for my bozo-ness. [Bug 898910]dkf2004-02-171-2/+2
* Minor comment improvementsdkf2004-01-201-5/+6
* Full bytecode compilation for [lassign]dkf2004-01-181-1/+121
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-57/+103
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-4/+4
* Whitespace policedkf2003-10-301-103/+96
* * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371dgp2003-07-151-3/+6
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-5/+6
* corrected comment about the default matching mode for [switch].dgp2003-05-011-3/+4
* Default mode of operation of [switch] is exact matching. [Bug 727563]dkf2003-04-281-2/+2
* * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-071-4/+4
* * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return]dgp2003-04-031-9/+1
* Stopped some GCC possibly-uninit-variable warnings.dkf2003-03-201-3/+3