summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkjn_0d_radix_prefixjan.nijtmans2017-06-292-19/+10
|\
| * merge core-8-6-branchjan.nijtmans2017-06-281-10/+9
| |\
| | * Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate ↵jan.nijtmans2017-06-281-10/+9
| | | | | | | | | | | | the expected uppercase characters right away from the start. No change in functionality, just code optimization.
* | | Implement %a and %A for floating point numbersjan.nijtmans2017-06-281-3/+8
| | |
* | | Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just ↵jan.nijtmans2017-06-277-31/+52
|\ \ \ | |/ / | | | | | | generate uppercase directly.
| * | 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
| | |\ | | | | | | | | known consistent stack trace. Value inconsistency over failure.
| | | * Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5adgp2017-06-262-23/+29
| | | | | | | | | | | | Stop failing altogether. Test in test suite, not program fragility.
| | | * Test demonstrating autoloader fragility.dgp2017-06-261-0/+10
| | |/
* | | Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's ↵jan.nijtmans2017-06-274-22/+32
| | | | | | | | | | | | suggestion). Seems ready to be TIPed (just some more testing)
* | | Rebase branch "jn-0d-radix-prefix" back to trunk. No new changesjan.nijtmans2017-06-263-9/+14
|\ \ \ | |/ / |/| |
| * | Little variation on Brian's proposal: Only prefix decimal number with '0d' ↵jan.nijtmans2017-06-143-16/+18
| | | | | | | | | | | | when that's necessary for correct interpretation of the number when parsed back again.
* | | No longer split tests for longIs32bit/longIs64bit, since the results should ↵jan.nijtmans2017-06-231-12/+3
| | | | | | | | | | | | be identical
* | | 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
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’ not handled in switch [-Wswitch] switch (acceptState) {
| * | | | 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
| | | | | | |