summaryrefslogtreecommitdiffstats
path: root/tests/format.test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l...jan.nijtmans2018-09-031-7/+5
* 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
| | |
| \ \
*-. \ \ 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
| |\ \ \ \ \ \
| | * | | | | | Add support of 0d in the format %# conversion flag. Add tests for same.griffin2017-06-121-0/+19
| | | |_|/ / / | | |/| | | |
* | | | | | | merge core-8-6-branchjan.nijtmans2017-06-221-0/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Add test-cases, testing the legacy behavior of "format %#d"jan.nijtmans2017-06-221-0/+19
| |/ / / /
* | | | | merge core-8-6-branchjan.nijtmans2017-04-141-18/+24
|\ \ \ \ \ | |/ / / /
| * | | | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ...jan.nijtmans2017-04-141-18/+24
* | | | | Revert recent commit. TIP 237 is clear that %llu is invalid.dgp2017-04-121-6/+0
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid.dgp2017-04-121-6/+0
* | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-0/+6
|\ \ \ \ | |/ / /
| * | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-0/+6
* | | | Merge core-8-6-branch.jan.nijtmans2017-04-031-0/+21
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
* | | Fix [4768eb5c166a1b923e3472d18d75fdccc1a47513|4768eb5c16]: format-8.20 failur...jan.nijtmans2017-03-291-2/+2
|/ /
* | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble.dgp2016-10-201-2/+5
* | more result generation conversiondkf2012-08-041-5/+2
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-131-5/+9
| | * Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-1/+5
| | * fixed format-19.1 for 64 bit machinesKevin B Kenny2004-10-271-3/+3
| | * backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-1/+9
| | * Consequent fixes from [Bug 699060]; [format] should not be too eager to demotedkf2003-05-141-1/+24
| | * Removed test number dups [Bugs 710322, 710327, 710349, 710363]dkf2003-03-271-12/+12
| | * Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-141-1/+8
| | * * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-1/+4
| * | * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-1/+5
| * | * generic/tclStringObj.c (Tcl_AppendFormatToObj):dgp2008-04-071-1/+7
* | | [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-7/+10
* | | * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-1/+5
* | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-101-1/+4
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-2/+2
* | | * generic/tclStringObj.c (Tcl_AppendFormatToObj):rmax2008-04-071-1/+7
|/ /
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure todgp2008-01-101-1/+5