Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-11 | One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) | Rob Landley | |
2015-01-11 | Cleanup pass on printf. | Rob Landley | |
Alas, passing a union as the last argument to printf does not appear to work reliably, and there's no obvious way to manually assemble varargs in a portable manner. So I have to repeat the printf once for each data type. Oh well. | |||
2015-01-10 | More half-finished cleanup of printf.c, and more test suite entries. | Rob Landley | |
2015-01-06 | More printf cleanup, and test suite entries. | Rob Landley | |
Fixes bug introduced last time where toys.optargs was both snapshotted and used directly and the two fell out of sync. | |||
2015-01-03 | Another cleanup pass on printf. | Rob Landley | |
2015-01-02 | Cleanup pass on printf. | Rob Landley | |
2014-04-13 | An implementation of __printf__ is attached. | Ashwini Sharma | |