summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-245-61/+78
| |\ \ \ \
| * | | | | yet another small introspector: [self]dkf2012-10-197-3/+71
| * | | | | merge trunkdkf2012-10-191-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdkf2012-10-1735-1261/+2770
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdkf2012-08-0471-2445/+3112
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdkf2012-04-2131-448/+473
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdkf2012-03-2814-524/+1734
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge from trunkdkf2012-03-084-27/+43
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Compilation of misc info sometimes used in high-performance code.dkf2012-03-048-154/+338
* | | | | | | | | | | | TIP #413jan.nijtmans2012-11-053-6/+33
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | merge trunktip_318_updatejan.nijtmans2012-10-234-64/+17
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (...jan.nijtmans2012-10-161-3/+1
| * | | | | | | | | | | | merge trunkdkf2012-10-169-449/+1706
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | and remove the two characters from string trim as welljan.nijtmans2012-10-091-2/+0
| * | | | | | | | | | | | merge trunk jan.nijtmans2012-10-094-9/+25
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ update documentationjan.nijtmans2012-09-261-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tip 318 updatejan.nijtmans2012-09-233-6/+38
* | | | | | | | | | | | | | | 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-243-1/+65
* | | | | | | | | | | | | | unbreak Mac OSX buildjan.nijtmans2012-10-231-1/+1
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-233-61/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Remove unused TclpLoadFile function.jan.nijtmans2012-10-232-49/+0
* | | | | | | | | | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevelsmig2012-10-181-3/+3
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | merge trunktip_405_impl_tddkf2012-10-165-427/+1193
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunktip_400_impldkf2012-10-161-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ...jan.nijtmans2012-10-142-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | | * | | | | | | | | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s...jan.nijtmans2012-10-142-1/+2
| | * | | | | | | | | | | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | / / / / / / | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| | | * | | | | | | | | When checking for std channels being closed, compare the channel state,dgp2012-10-031-5/+9
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | When checking for std channels being closed, compare the channel state,dgp2012-10-031-20/+24
| * | | | | | | | | | | merge trunkdkf2012-10-041-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | clean up some of the code to remove warnings and uselessly-settable thingsdkf2012-10-041-15/+43
| * | | | | | | | | | | documented new C API; corrected type signature of no-zlib fallback functiondkf2012-10-031-6/+3
| * | | | | | | | | | | merge trunkdkf2012-10-0316-47/+68
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-08-1152-2016/+2443
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-07-0432-251/+333
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-06-255-86/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \