summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-307-17/+102
| * | | Some corrections and performance tweaksdkf2012-10-301-46/+56
| * | | Compilation of [string first] and [string range] (with constant indices).dkf2012-10-307-86/+306
| * | | Added compilation of [regsub] (in the simplest, most restricted case).dkf2012-10-303-1/+178
| * | | Added compilation of simplest practical case of [string map].dkf2012-10-297-13/+160
| * | | Minor: correct a commentdkf2012-10-291-2/+3
| * | | Compiler for some of the simpler cases of [format].dkf2012-10-293-1/+223
| * | | merge trunkdkf2012-10-291-2/+3
| |\ \ \
| * \ \ \ Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help.dkf2012-10-297-22/+120
| |\ \ \ \
| | * | | | fix INST_YIELD so that it worksdkf_bytecode_8_6_yieldmig2012-10-281-5/+21
| | * | | | Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-267-22/+104
| * | | | | Compilation of [info commands] in the case of a fully-qualified literal name.dkf2012-10-293-1/+62
| * | | | | Added [self namespace] to bytecoded command set.dkf2012-10-281-5/+34
| |/ / / /
| * | | | Compile [namespace which -command]; big performance saving in some contexts.dkf2012-10-267-4/+71
| * | | | Added compilation of [namespace code] (except for gnarly edge cases).dkf2012-10-253-1/+54
| * | | | merge trunkdkf2012-10-2414-73/+160
| |\ \ \ \
| * | | | | yet another small introspector: [self]dkf2012-10-197-3/+71
| * | | | | merge trunkdkf2012-10-192-3/+9
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdkf2012-10-17108-2419/+5508
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdkf2012-08-04344-15265/+10822
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdkf2012-04-2166-2316/+2709
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdkf2012-03-2892-1247/+2802
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge from trunkdkf2012-03-0813-43/+90
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Compilation of misc info sometimes used in high-performance code.dkf2012-03-049-154/+344
* | | | | | | | | | | | TIP #413jan.nijtmans2012-11-056-19/+62
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunktip_318_updatejan.nijtmans2012-10-2311-74/+49
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (...jan.nijtmans2012-10-161-3/+1
| * | | | | | | | | | | | | doc fixjan.nijtmans2012-10-161-3/+2
| * | | | | | | | | | | | | merge trunkdkf2012-10-1618-511/+2912
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | and remove the two characters from string trim as welljan.nijtmans2012-10-091-2/+0
| * | | | | | | | | | | | | merge trunk jan.nijtmans2012-10-097-27/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ update documentationjan.nijtmans2012-09-265-27/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | tip 318 updatejan.nijtmans2012-09-234-12/+44
* | | | | | | | | | | | | | | | fix Tcl_FSFileAttrStrings docjan.nijtmans2012-11-041-1/+1
* | | | | | | | | | | | | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-316-9/+17
| |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | make tclTest.c compilable against version 2 filesystemsjan.nijtmans2012-10-241-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for...jan.nijtmans2012-10-242-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-242-2/+6
* | | | | | | | | | | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway.dkf2012-10-245-2/+120
* | | | | | | | | | | | | | minor correction to index linedkf2012-10-241-1/+1
* | | | | | | | | | | | | | unbreak Mac OSX buildjan.nijtmans2012-10-231-1/+1
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-2310-71/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Remove unused TclpLoadFile function.jan.nijtmans2012-10-233-49/+5
* | | | | | | | | | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevelsmig2012-10-182-3/+9
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Implementation of TIP #405.dkf2012-10-1611-24/+1375
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunktip_405_impl_tddkf2012-10-1611-503/+1553
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Implementation of TIP #400.dkf2012-10-168-490/+1528
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunktip_400_impldkf2012-10-164-18/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ...jan.nijtmans2012-10-143-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s...jan.nijtmans2012-10-143-1/+8