summaryrefslogtreecommitdiffstats
path: root/tests/format.test
Commit message (Expand)AuthorAgeFilesLines
* Fix "format %c 0x10000041", should give the same answer as in Tcl 8.6 (Handli...jan.nijtmans2023-01-281-0/+3
* Merge 8.7jan.nijtmans2021-11-261-2/+2
|\
| * Merge 8.7jan.nijtmans2021-11-081-2/+2
| |\
| * | Fix knownMsvcBug testConstraintjan.nijtmans2021-08-041-2/+2
| * | Merge 8.7. Re-implement testConstraint knownMsvcBug in terms of tcl::build-infojan.nijtmans2021-07-231-1/+1
* | | Merge 8.7jan.nijtmans2021-10-191-2/+2
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2021-10-191-2/+2
| |\ \ | | |/ | |/|
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-2/+2
* | | Merge 8.7jan.nijtmans2021-04-121-0/+6
|\ \ \ | |/ /
| * | More test-cases showing the bugjan.nijtmans2021-04-071-0/+6
* | | Merge 8.7jan.nijtmans2021-03-301-10/+10
|\ \ \ | |/ /
| * | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-301-10/+10
* | | Merge 8.7jan.nijtmans2021-01-281-10/+10
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-01-281-10/+10
| |\ \ | | |/
| | * Use {} braces in more "expr" expressions.jan.nijtmans2021-01-281-6/+6
* | | Merge 8.7jan.nijtmans2020-11-231-2/+2
|\ \ \ | |/ /
| * | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
* | | Merge 8.7dkf2020-11-161-1/+4
|\ \ \ | |/ /
| * | Merge 8.6dkf2020-11-161-1/+4
| |\ \ | | |/
| | * Fixed some tests, added trial macOS builddkf2020-11-141-5/+9
* | | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-041-1/+1
| |\ \ | | |/
| | * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* | | Merge 8.7jan.nijtmans2020-07-211-1/+1
|\ \ \ | |/ /
| * | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
* | | Merge 8.7jan.nijtmans2019-08-011-2/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-07-311-2/+3
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2019-07-301-2/+3
| | |\
| | | * Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ...jan.nijtmans2019-07-291-2/+3
* | | | merge 8.7jan.nijtmans2018-09-031-7/+5
|\ \ \ \ | |/ / /
| * | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l...jan.nijtmans2018-09-031-7/+5
* | | | merge 8.7sebres2018-07-261-0/+14
|\ \ \ \ | |/ / /
| * | | merge 8.6: bug [d051b77fc1] fixedsebres2018-07-261-0/+14
| |\ \ \ | | |/ /
| | * | merge 8.5 - bug [d051b77fc1] fixedsebres2018-07-261-0/+14
| | |\ \ | | | |/
| | | * test cases added to cover width overflow by format (should cause limit exceeded)sebres2018-07-261-0/+14
* | | | fix test-cases, account for differences between Tcl 8.7 and 9.0jan.nijtmans2018-02-141-3/+3
|/ / /
| | |
| \ \
*-. \ \ Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be cons...jan.nijtmans2017-10-131-9/+9
|\ \ \ \
| * \ \ \ merge trunkjan.nijtmans2017-06-291-3/+3
| |\ \ \ \ | | |/ / /
| * | | | Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just ge...jan.nijtmans2017-06-271-3/+3
| |\ \ \ \ | | |/ / /
| * | | | Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's s...jan.nijtmans2017-06-271-13/+13
| * | | | Rebase branch "jn-0d-radix-prefix" back to trunk. No new changesjan.nijtmans2017-06-261-5/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Little variation on Brian's proposal: Only prefix decimal number with '0d' wh...jan.nijtmans2017-06-141-12/+9
* | | | | Rebase to trunkjan.nijtmans2017-09-081-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | merge trunkjan.nijtmans2017-04-141-8/+8
| |\ \ \ \
| * | | | | Use "0o" in stead of "0" as octal prefix in more places.jan.nijtmans2017-04-071-2/+2
| * | | | | Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p.jan.nijtmans2017-04-071-16/+43
| |\ \ \ \ \
* | | | | | | No longer split tests for longIs32bit/longIs64bit, since the results should b...jan.nijtmans2017-06-231-12/+3
* | | | | | | repair broken testsdgp2017-06-231-2/+2
* | | | | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-6/+6
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-0/+19
| |\ \ \ \ \ \