summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-1/+18
* Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-176/+76
* Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-0/+44
* Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-70/+209
* Added compilation of simplest practical case of [string map].dkf2012-10-291-0/+82
* Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-0/+43
* Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+1
* Rewrite of parts of the switch compiler to better use the powers ofdgp2011-05-021-104/+45
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-18/+17
* * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-1/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
* fix leaks in throw and unset compilersmig2011-03-011-0/+2
* Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-8/+8
* * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]:dkf2010-05-281-45/+57
* * generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token doesdkf2010-04-081-3/+22
* [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-271-7/+2
* Make error message in "try" implementationnijtmans2010-03-231-3/+3
* Compile the [throw] command.dkf2010-03-191-1/+111
* Fix silly error in bytecode generation for [try].dkf2010-03-181-1/+3
* [Bug 2971921]: Corrected jump so that it doesn't skip into the middledkf2010-03-181-33/+40
* Code Audit results:dkf2010-03-051-4/+4
* Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-261-0/+3499