summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchjan.nijtmans2017-07-031-32/+26
|\
| * resolve 8.6-forksebres2017-07-032-28/+28
| |\
| * \ tclPathObj: fixed TclJoinPath - usage of released object and object leakage.sebres2017-07-031-32/+26
| |\ \
| | * | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec...sebres2017-07-031-84/+70
* | | | merge core-8-6-branchjan.nijtmans2017-07-031-26/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-032-28/+28
| |/ /
* | | merge core-8-6-branchjan.nijtmans2017-06-281-10/+9
|\ \ \ | |/ /
| * | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate t...jan.nijtmans2017-06-281-10/+9
* | | Merge 8.6; Bump to TclOO 1.2.0.dgp2017-06-265-25/+41
|\ \ \ | |/ /
| * | Bump to TclOO 1.1.0dgp2017-06-263-3/+3
| * | [46f801ea5a] Make autoloader less fragile when it cannot manufacture adgp2017-06-262-22/+38
| |\ \
| | * | Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5adgp2017-06-262-23/+29
| | * | Test demonstrating autoloader fragility.dgp2017-06-261-0/+10
| |/ /
* | | No longer split tests for longIs32bit/longIs64bit, since the results should b...jan.nijtmans2017-06-231-12/+3
* | | typo fixdgp2017-06-231-1/+1
* | | Rewrite the documentation of [regsub -command] so it's not quite such a mess.dgp2017-06-231-10/+12
* | | repair broken testsdgp2017-06-231-2/+2
* | | Repair compiler warning about uninitialized value.dgp2017-06-231-11/+9
* | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-2311-17/+81
|\ \ \
| * \ \ Merge core-8-6-branchbsg_0d_radix_prefixjan.nijtmans2017-06-221-126/+74
| |\ \ \
| * \ \ \ Merge core-8-6-branch. jan.nijtmans2017-06-152-2/+3
| |\ \ \ \
| * \ \ \ \ Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-1410-12/+94
| |\ \ \ \ \
| | * | | | | Add support of 0d in the format %# conversion flag. Add tests for same.griffin2017-06-123-7/+32
| | * | | | | 0d in LinkVargriffin2017-05-282-2/+23
| | * | | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-275-6/+41
* | | | | | | Add [regsub -command] case that wasn't actively tested for.dkf2017-06-221-0/+4
* | | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copydkf2017-06-223-11/+78
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copydkf2017-06-223-11/+78
| |\ \ \ \ \ \
| | * | | | | | Documentation correction; issue pointed out by DGP.tip_473dkf2017-06-221-2/+3
| | * | | | | | Rebase for final implementation workdkf2017-06-223-11/+77
| |/ / / / / /
* | | | | | | Implement TIP #470: Reliable Access to OO Definition Context Objectdkf2017-06-225-5/+164
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge trunktip_470dkf2017-06-2268-3362/+5905
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Implement TIP #463: Command-Driven Substitutions for regsubdkf2017-06-224-9/+256
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunktip_463dgp2017-06-22352-15724/+15967
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | merge core-8-6-branchjan.nijtmans2017-06-221-0/+19
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Upgrade all internal character tables to Unicode 10jan.nijtmans2017-06-222-806/+831
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Upgrade all internal character tables to Unicode 10jan.nijtmans2017-06-222-807/+836
| * | | | | | | Add test-cases, testing the legacy behavior of "format %#d"jan.nijtmans2017-06-223-4/+23
* | | | | | | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place.dkf2017-06-181-126/+74
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place.dkf2017-06-181-126/+74
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Another reworking, now with comments.dgp2017-06-161-36/+43
* | | | | | | Simplify the final loop when we know we're generating strings for all.dgp2017-06-161-33/+7
* | | | | | | Split loop into two cases for further simplification.dgp2017-06-161-2/+43
* | | | | | | Factor out and simplify loop scanning leading known empty values.dgp2017-06-161-0/+21
* | | | | | | Use local variables.dgp2017-06-161-5/+5
* | | | | | | Rework the logic. Equivalent function.dgp2017-06-161-19/+9
* | | | | | | Extend cases where string rep generation can be prevented.dgp2017-06-162-0/+31
* | | | | | | Better define the meaning of "first" and "last".dgp2017-06-161-3/+5
* | | | | | | merge core-8-6-branchjan.nijtmans2017-06-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined.jan.nijtmans2017-06-151-1/+1