Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #11723 | Araq | 2019-07-15 | 1 | -0/+18 |
| | |||||
* | move test for #7632 above `import strformat` (#11270) | jcosborn | 2019-05-20 | 1 | -10/+11 |
| | |||||
* | fixes another regression; the behaviour of 'array' formatting was changed | Araq | 2019-04-15 | 1 | -0/+8 |
| | |||||
* | fixes #11012 | Araq | 2019-04-15 | 1 | -6/+18 |
| | |||||
* | Strformat symbol binding (#10927) | Arne Döring | 2019-04-05 | 1 | -2/+42 |
| | |||||
* | Fix strformat neg zero (#7954) | skilchen | 2018-06-05 | 1 | -0/+8 |
| | | | | | | | | * fix strformat handling of neg zero with sign * better tests for neg zero with sign * use inplace insertion of the sign as suggested by Varriount | ||||
* | Fix strformat precision handling for strings (#7941) | skilchen | 2018-06-04 | 1 | -0/+26 |
| | | | | | | | | * fix strformat precision handling for strings * add some limited unicode awareness to the precision handling for strings * improvement suggested by Varriount: use setLen and runeOffset instead of runeSubstr | ||||
* | fix strformat zeropadding for floats (#7934) | skilchen | 2018-06-01 | 1 | -1/+10 |
| | |||||
* | fixes #7078 | Araq | 2018-01-14 | 1 | -2/+2 |
| | |||||
* | rename strformat.fmt to `%` as it works better with backslash escape ↵ | Araq | 2018-01-11 | 1 | -2/+2 |
| | | | | sequences; refs #6958 | ||||
* | Add test case | Oscar Nihlgård | 2018-01-09 | 1 | -0/+13 |