summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up some of the internals of TIP #280.novem_ak_iframe_directandreask2012-12-041-12/+12
* Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-031-2/+2
* Remove all maintenance of a string result in the Interp.dgp2012-11-301-47/+20
|\
| * Comments and renamings around the legacy fields for string results.dgp2012-11-261-18/+20
| * WIP removing the maintenance of a string result in the Interp.dgp2012-11-171-37/+8
| |\
| | * merge trunkdgp2012-11-161-10/+111
| | |\
| | * \ merge trunkdgp2012-07-191-0/+19
| | |\ \
| | * \ \ merge trunkdgp2012-04-251-0/+1
| | |\ \ \
| | * | | | Clean version of changes; ifdef-freedkf2012-04-191-37/+6
| | * | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-0/+15
* | | | | | Stop [glob] complaining about empty list result. Continue support fordgp2012-11-301-13/+0
|/ / / / /
* | | | | Burn the octal bridges. We're not goin' back.dgp2012-11-161-2/+0
* | | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | Goodbye to [case].dgp2012-11-151-3/+0
|/ / / /
* | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-0/+9
* | | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-0/+9
* | | | Added compilation of [info object isa object] (i.e., object verification).dkf2012-11-031-0/+3
* | | | Added more TclOO introspection bytecodes ([info object class], [info object n...dkf2012-11-021-0/+6
* | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-0/+4
* | | | Added compilation of [dict create] and [dict merge].dkf2012-11-011-0/+6
* | | | Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-301-2/+5
* | | | Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-0/+6
* | | | Added compilation of [regsub] (in the simplest, most restricted case).dkf2012-10-301-0/+3
* | | | Added compilation of simplest practical case of [string map].dkf2012-10-291-0/+3
* | | | Compiler for some of the simpler cases of [format].dkf2012-10-291-0/+3
* | | | Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help.dkf2012-10-291-0/+4
|\ \ \ \
| * | | | Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-0/+4
* | | | | Compilation of [info commands] in the case of a fully-qualified literal name.dkf2012-10-291-0/+3
|/ / / /
* | | | Compile [namespace which -command]; big performance saving in some contexts.dkf2012-10-261-0/+3
* | | | Added compilation of [namespace code] (except for gnarly edge cases).dkf2012-10-251-0/+3
* | | | merge trunkdkf2012-10-241-8/+7
|\ \ \ \
| * | | | Added compilation of [dict unset]; the bytecode needed already existed anyway.dkf2012-10-241-0/+3
| * | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-8/+4
| |\ \ \ \
| | * | | | Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-6/+0
| | * | | | 3564735 Protection against namespace var resolvers that unexpectedly returnbug_3564735dgp2012-09-061-2/+6
| | * | | | CONST-ification update.dgp2011-10-271-1/+1
| | * | | | Fixed the inadvertently committed disabling of stack checks, see my 2010-11-1...andreask2011-06-221-2/+0
* | | | | | yet another small introspector: [self]dkf2012-10-191-0/+3
* | | | | | merge trunkdkf2012-10-171-2/+24
|\ \ \ \ \ \ | |/ / / / /
| * | | | | compilation code adjusteddkf2012-10-051-10/+8
| * | | | | merge trunkdkf2012-10-051-2/+6
| |\ \ \ \ \
| | * | | | | 3564735 Protect against mem corruption when var resolvers misbehave.dgp2012-09-111-2/+6
| | | |_|_|/ | | |/| | |
| * | | | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405.twylite2012-08-081-8/+8
| * | | | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'd...twylite2012-08-081-10/+0
| * | | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu...twylite2012-08-031-0/+30
| |/ / / /
* | | | | merge trunkdkf2012-08-041-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-0/+19
| | |_|/ | |/| |
| * | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-0/+1
| | |/ | |/|
* | | Compilation of misc info sometimes used in high-performance code.dkf2012-03-041-0/+9
|/ /
* | * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilationdkf2012-02-151-0/+3