summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TIP 429 implementation. New command [string cat].dgp2014-08-256-7/+209
|\
| * merge trunktip_429ferrieux2014-08-1981-2811/+3072
| |\
| * | Fix comment inaccuracy.ferrieux2014-08-051-1/+1
| * | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking.ferrieux2014-08-051-20/+27
| * | Better organize [string cat] by chunks of 255 args.ferrieux2014-08-051-7/+9
| * | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ...ferrieux2014-08-051-16/+46
| * | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donalferrieux2014-08-051-31/+14
| * | Hum. Really merge trunk.ferrieux2014-08-041-0/+1
| |\ \
| * \ \ merge trunkferrieux2014-08-041-0/+2
| |\ \ \
| * | | | Tidy up the docsdkf2014-08-031-7/+12
| * | | | Don't use [pid] in tests, stick to constant literals.ferrieux2014-08-023-6/+8
| * | | | TIP 429 Implementation: [string cat]ferrieux2014-08-026-7/+180
* | | | | merge-markdgp2014-08-250-0/+0
|\ \ \ \ \
| * \ \ \ \ merge releasedgp2014-08-2511-18/+121
| |\ \ \ \ \
| | * | | | | `make dist` allowed README-* fossil droppings to leak into the distribution.core_8_5_16core_8_5_16_rcdgp2014-08-251-1/+1
| | * | | | | merge 8.5; stamp release datedgp2014-08-224-22/+31
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Improved creditdgp2014-08-181-1/+1
| | * | | | | Reconcile changes file with 8.6.1.dgp2014-08-141-1/+1
| | * | | | | merge 8.5dgp2014-08-1413-0/+65
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.5, update changesdgp2014-08-1392-2876/+3046
| | |\ \ \ \ \ \
| | * | | | | | | Update changes filedgp2014-08-121-0/+103
| | * | | | | | | merge 8.5dgp2014-08-121-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.5dgp2014-08-041-0/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.5dgp2014-08-021-0/+3
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.5dgp2014-08-026-27/+30
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge 8.5dgp2014-08-015-51/+77
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge 8.5dgp2014-07-281-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Revert the EOLFIX changes of checkin [a803608ed5] (2013-10-28).dgp2014-07-231-8/+7
| | * | | | | | | | | | | | | Bump to 8.5.16 for release.dgp2014-07-239-11/+11
* | | | | | | | | | | | | | | merge 8.5; fix notifier mask bug and Tcl_Read performance regressiondgp2014-08-222-21/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Correct performance regression in a series of short binary reads from adgp2014-08-221-19/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Same results; simpler logic.dgp_slow_readdgp2014-08-221-21/+7
| | * | | | | | | | | | | | | | Test fix for likely cause of reported I/O slowdown.dgp2014-08-211-0/+2
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix reviewed and accepted.andreask2014-08-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Docs for Tcl_CreateChannelHandler() state that the registered handler procaku_reviewdgp2014-08-201-1/+1
| * | | | | | | | | | | | | | | Make test io-36.1.1 more portable.dgp2014-08-201-1/+4
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | [74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old sty...jan.nijtmans2014-08-201-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | [74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old sty...jan.nijtmans2014-08-201-0/+18
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | [7d52e1101b] oo::object should know that oo::class is a subclass.dkf2014-08-172-0/+18
* | | | | | | | | | | | | Put back SystemV timezone files, which were removed in previous commit. Don't...jan.nijtmans2014-08-1313-0/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Put back SystemV timezone files, which were removed in previous commit. Don't...jan.nijtmans2014-08-1313-0/+65
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | merge tzdata2014f from ietf.orgKevin B Kenny2014-08-1391-2874/+3044
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | tzdata2014f from ietf.orgKevin B Kenny2014-08-1391-2874/+3044
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | merge-mark. Do not accommodate udp bugs in Tcl 8.6.2.dgp2014-08-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Accommodate the "udp" package, and any other Tcl package that expects adgp2014-08-121-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Fixed type conversion warnings which break a Win32 debug build (MSVC).andreask2014-08-061-2/+10
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add tclsh.exe.manifest.in to the distributiondgp2014-08-041-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add tclsh.exe.manifest.in to the distribution.dgp2014-08-041-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Another Preserve/Release on channels is needed during IO finalization.dgp2014-08-021-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Another Preserve/Release on channels is needed during IO finalization.dgp2014-08-021-0/+3
| | |_|_|/ | |/| | |