summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | added forgotten Changelog entrymig2012-11-101-0/+6
| * | | | | | | | | | | | | | | | | | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBU...mig2012-11-102-2/+2
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ...jan.nijtmans2012-11-092-2/+2
| * | | | | | | | | | | | | | | | | dup test namedgp2012-11-081-1/+1
| * | | | | | | | | | | | | | | | | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-0839-515/+530
| * | | | | | | | | | | | | | | | | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-082-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove another reference to tcl.wse.injan.nijtmans2012-11-082-4/+0
| * | | | | | | | | | | | | | | | | | merge updates to make HTML generation betterdkf2012-11-082-11/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Added tooltip generation to contents and keywords pages.off_trunkdkf2012-11-082-10/+40
| | * | | | | | | | | | | | | | | | | | Make HTML generator more resilient against problems when generating docs fordkf2012-11-081-1/+3
| * | | | | | | | | | | | | | | | | | | Import tzdata2012iKevin B Kenny2012-11-0712-298/+788
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Remove files and references for long outdated Wise Installer.dgp2012-11-076-2632/+2
| * | | | | | | | | | | | | | | | | | | | merge markdgp2012-11-070-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Added package descriptor file to allow for easier configuration of integratio...dkf2012-11-071-0/+21
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Minor change: another formatting improvementdkf2012-11-071-1/+1
| * | | | | | | | | | | | | | | | | | | Minor change: Formatting fixdkf2012-11-071-1/+1
| * | | | | | | | | | | | | | | | | | | just fix some characters that fossil cannot handle welljan.nijtmans2012-11-074-68/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Complete bump to http 2.8.5dgp2012-11-063-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-063-10/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge changesdgp2012-11-051-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Disable bytecompile of [tailcall] until it gets some repair. As is, itdgp2012-11-051-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Added bytecode compilation of many Tcl commands, merged from development branch.dkf2012-11-0518-420/+2801
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-058-36/+451
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-039-214/+253
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [info object isa object] (i.e., object verification).dkf2012-11-037-4/+56
| | * | | | | | | | | | | | | | | | | | | | | | | Added more TclOO introspection bytecodes ([info object class], [info object n...dkf2012-11-027-54/+119
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-017-16/+117
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [dict create] and [dict merge].dkf2012-11-018-41/+298
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \