Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 2021-11-12 | 1 | -0/+24 |
| | | | | for existence instead of doing math evaluation | ||||
* | 45137: zformat: Allow the specifying minimum width and a dot with an empty ↵ | Daniel Shahaf | 2019-12-26 | 1 | -0/+2 |
| | | | | | | | | | | maximum width. Before this commit, format specs such as '%5.s' would be printed literally. Now, they are treated as equivalent to '%5s'. The '.' character is not allowed to be used in specs, so there is no incompatibility. | ||||
* | 45138: Add zformat unit tests. | Daniel Shahaf | 2019-12-26 | 1 | -0/+65 |