Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-12 | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 1 | -0/+24 | |
for existence instead of doing math evaluation | |||||
2019-12-26 | 45137: zformat: Allow the specifying minimum width and a dot with an empty ↵ | Daniel Shahaf | 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. | |||||
2019-12-26 | 45138: Add zformat unit tests. | Daniel Shahaf | 1 | -0/+65 | |