Age | Commit message (Expand) | Author |
---|---|---|
2020-01-26 | Add mayfork to printf | Rob Landley |
2019-08-19 | echo/printf: expand test cases, fix \x corner cases. | Elliott Hughes |
2016-11-18 | "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. | Rob Landley |
2016-07-04 | Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix | Rob Landley |
2015-06-02 | Make "printf --" and "printf ---" work. | Rob Landley |
2015-03-28 | Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. | Rob Landley |
2015-03-02 | On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's a... | Rob Landley |
2015-01-20 | fix typo in printf | Elliott Hughes |
2015-01-11 | Promote printf. | Rob Landley |