Age | Commit message (Expand) | Author |
---|---|---|
2015-03-28 | Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. | Rob Landley |
2015-01-11 | One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) | Rob Landley |
2015-01-10 | More half-finished cleanup of printf.c, and more test suite entries. | Rob Landley |
2015-01-06 | Since "printf" is a shell builtin, printf.test wasn't actually testing anything. | Rob Landley |
2015-01-06 | More printf cleanup, and test suite entries. | Rob Landley |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, an... | Rob Landley |