| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2021-11-08 | 1 | -2/+2 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2021-10-19 | 1 | -2/+2 |
| |\ |
|
| | * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -2/+2 |
|
|
* | | | Fix knownMsvcBug testConstraint | jan.nijtmans | 2021-08-04 | 1 | -2/+2 |
|
|
* | | | Merge 8.7. Re-implement testConstraint knownMsvcBug in terms of tcl::build-info | jan.nijtmans | 2021-07-23 | 1 | -1/+1 |
|/ / |
|
* | | More test-cases showing the bug | jan.nijtmans | 2021-04-07 | 1 | -0/+6 |
|
|
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -10/+10 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-01-28 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Use {} braces in more "expr" expressions. | jan.nijtmans | 2021-01-28 | 1 | -6/+6 |
|
|
* | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | dkf | 2020-11-16 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Fixed some tests, added trial macOS build | dkf | 2020-11-14 | 1 | -5/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
|
|
* | | simplify check for ::tcltest namespace in testcases | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-31 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2019-07-30 | 1 | -2/+3 |
| |\ |
|
| | * | Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ... | jan.nijtmans | 2019-07-29 | 1 | -2/+3 |
|
|
* | | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l... | jan.nijtmans | 2018-09-03 | 1 | -7/+5 |
|
|
* | | | merge 8.6: bug [d051b77fc1] fixed | sebres | 2018-07-26 | 1 | -0/+14 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 - bug [d051b77fc1] fixed | sebres | 2018-07-26 | 1 | -0/+14 |
| |\ \
| | |/ |
|
| | * | test cases added to cover width overflow by format (should cause limit exceeded) | sebres | 2018-07-26 | 1 | -0/+14 |
|
|
| | | | |
| \ \ | |
*-. \ \ | Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be cons... | jan.nijtmans | 2017-10-13 | 1 | -9/+9 |
|\ \ \ \ |
|
| * \ \ \ | merge trunk | jan.nijtmans | 2017-06-29 | 1 | -3/+3 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just ge... | jan.nijtmans | 2017-06-27 | 1 | -3/+3 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's s... | jan.nijtmans | 2017-06-27 | 1 | -13/+13 |
|
|
| * | | | | Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes | jan.nijtmans | 2017-06-26 | 1 | -5/+5 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Little variation on Brian's proposal: Only prefix decimal number with '0d' wh... | jan.nijtmans | 2017-06-14 | 1 | -12/+9 |
|
|
* | | | | | Rebase to trunk | jan.nijtmans | 2017-09-08 | 1 | -10/+10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | merge trunk | jan.nijtmans | 2017-04-14 | 1 | -8/+8 |
| |\ \ \ \ |
|
| * | | | | | Use "0o" in stead of "0" as octal prefix in more places. | jan.nijtmans | 2017-04-07 | 1 | -2/+2 |
|
|
| * | | | | | Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p. | jan.nijtmans | 2017-04-07 | 1 | -16/+43 |
| |\ \ \ \ \ |
|
* | | | | | | | No longer split tests for longIs32bit/longIs64bit, since the results should b... | jan.nijtmans | 2017-06-23 | 1 | -12/+3 |
|
|
* | | | | | | | repair broken tests | dgp | 2017-06-23 | 1 | -2/+2 |
|
|
* | | | | | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 1 | -6/+6 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -0/+19 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add support of 0d in the format %# conversion flag. Add tests for same. | griffin | 2017-06-12 | 1 | -0/+19 |
| | | |_|/ / /
| | |/| | | | |
|
* | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-22 | 1 | -0/+19 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 1 | -0/+19 |
| |/ / / / |
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-04-14 | 1 | -18/+24 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ... | jan.nijtmans | 2017-04-14 | 1 | -18/+24 |
|
|
* | | | | | Revert recent commit. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 1 | -6/+0 |
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| * | | | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 1 | -6/+0 |
|
|
* | | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 1 | -0/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 1 | -0/+6 |
|
|
* | | | | Merge core-8-6-branch. | jan.nijtmans | 2017-04-03 | 1 | -0/+21 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
* | | | Fix [4768eb5c166a1b923e3472d18d75fdccc1a47513|4768eb5c16]: format-8.20 failur... | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|/ / |
|
* | | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. | dgp | 2016-10-20 | 1 | -2/+5 |
|
|
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -5/+2 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|