Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunkjn_0d_radix_prefix | jan.nijtmans | 2017-06-29 | 2 | -19/+10 |
|\ | |||||
| * | merge core-8-6-branch | jan.nijtmans | 2017-06-28 | 1 | -10/+9 |
| |\ | |||||
| | * | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate ↵ | jan.nijtmans | 2017-06-28 | 1 | -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 numbers | jan.nijtmans | 2017-06-28 | 1 | -3/+8 |
| | | | |||||
* | | | Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just ↵ | jan.nijtmans | 2017-06-27 | 7 | -31/+52 |
|\ \ \ | |/ / | | | | | | | generate uppercase directly. | ||||
| * | | Merge 8.6; Bump to TclOO 1.2.0. | dgp | 2017-06-26 | 5 | -25/+41 |
| |\ \ | | |/ | |||||
| | * | Bump to TclOO 1.1.0 | dgp | 2017-06-26 | 3 | -3/+3 |
| | | | |||||
| | * | [46f801ea5a] Make autoloader less fragile when it cannot manufacture a | dgp | 2017-06-26 | 2 | -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_46f801ea5a | dgp | 2017-06-26 | 2 | -23/+29 |
| | | | | | | | | | | | | Stop failing altogether. Test in test suite, not program fragility. | ||||
| | | * | Test demonstrating autoloader fragility. | dgp | 2017-06-26 | 1 | -0/+10 |
| | |/ | |||||
* | | | Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's ↵ | jan.nijtmans | 2017-06-27 | 4 | -22/+32 |
| | | | | | | | | | | | | suggestion). Seems ready to be TIPed (just some more testing) | ||||
* | | | Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes | jan.nijtmans | 2017-06-26 | 3 | -9/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Little variation on Brian's proposal: Only prefix decimal number with '0d' ↵ | jan.nijtmans | 2017-06-14 | 3 | -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.nijtmans | 2017-06-23 | 1 | -12/+3 |
| | | | | | | | | | | | | be identical | ||||
* | | | typo fix | dgp | 2017-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | Rewrite the documentation of [regsub -command] so it's not quite such a mess. | dgp | 2017-06-23 | 1 | -10/+12 |
| | | | |||||
* | | | repair broken tests | dgp | 2017-06-23 | 1 | -2/+2 |
| | | | |||||
* | | | Repair compiler warning about uninitialized value. | dgp | 2017-06-23 | 1 | -11/+9 |
| | | | |||||
* | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 11 | -17/+81 |
|\ \ \ | |||||
| * \ \ | Merge core-8-6-branchbsg_0d_radix_prefix | jan.nijtmans | 2017-06-22 | 1 | -126/+74 |
| |\ \ \ | |||||
| * \ \ \ | Merge core-8-6-branch. | jan.nijtmans | 2017-06-15 | 2 | -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.nijtmans | 2017-06-14 | 10 | -12/+94 |
| |\ \ \ \ | |||||
| | * | | | | Add support of 0d in the format %# conversion flag. Add tests for same. | griffin | 2017-06-12 | 3 | -7/+32 |
| | | | | | | |||||
| | * | | | | 0d in LinkVar | griffin | 2017-05-28 | 2 | -2/+23 |
| | | | | | | |||||
| | * | | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 5 | -6/+41 |
| | | | | | | |||||
* | | | | | | Add [regsub -command] case that wasn't actively tested for. | dkf | 2017-06-22 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 3 | -11/+78 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 3 | -11/+78 |
| |\ \ \ \ \ | |||||
| | * | | | | | Documentation correction; issue pointed out by DGP.tip_473 | dkf | 2017-06-22 | 1 | -2/+3 |
| | | | | | | | |||||
| | * | | | | | Rebase for final implementation work | dkf | 2017-06-22 | 3 | -11/+77 |
| |/ / / / / | |||||
* | | | | | | Implement TIP #470: Reliable Access to OO Definition Context Object | dkf | 2017-06-22 | 5 | -5/+164 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | merge trunktip_470 | dkf | 2017-06-22 | 68 | -3362/+5905 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Implement TIP #463: Command-Driven Substitutions for regsub | dkf | 2017-06-22 | 4 | -9/+256 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunktip_463 | dgp | 2017-06-22 | 352 | -15724/+15967 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-22 | 1 | -0/+19 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -806/+831 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -807/+836 |
| | | | | | | | | |||||
| * | | | | | | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 3 | -4/+23 |
| | | | | | | | | |||||
* | | | | | | | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. | dkf | 2017-06-18 | 1 | -126/+74 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. | dkf | 2017-06-18 | 1 | -126/+74 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Another reworking, now with comments. | dgp | 2017-06-16 | 1 | -36/+43 |
| | | | | | | | |||||
* | | | | | | | Simplify the final loop when we know we're generating strings for all. | dgp | 2017-06-16 | 1 | -33/+7 |
| | | | | | | | |||||
* | | | | | | | Split loop into two cases for further simplification. | dgp | 2017-06-16 | 1 | -2/+43 |
| | | | | | | | |||||
* | | | | | | | Factor out and simplify loop scanning leading known empty values. | dgp | 2017-06-16 | 1 | -0/+21 |
| | | | | | | | |||||
* | | | | | | | Use local variables. | dgp | 2017-06-16 | 1 | -5/+5 |
| | | | | | | | |||||
* | | | | | | | Rework the logic. Equivalent function. | dgp | 2017-06-16 | 1 | -19/+9 |
| | | | | | | | |||||
* | | | | | | | Extend cases where string rep generation can be prevented. | dgp | 2017-06-16 | 2 | -0/+31 |
| | | | | | | | |||||
* | | | | | | | Better define the meaning of "first" and "last". | dgp | 2017-06-16 | 1 | -3/+5 |
| | | | | | | | |||||
* | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
| | | | | | | |