Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printf-hook-builtin: Print NaN/Infinity floating point values as such | Martin Willi | 2013-10-11 | 1 | -0/+14 |
| | |||||
* | printf-hook-builtin: Correctly round up floating point values | Martin Willi | 2013-10-11 | 1 | -8/+28 |
| | |||||
* | printf-hook-builtin: Add some preliminary floating point support | Martin Willi | 2013-10-11 | 1 | -0/+29 |
| | | | | | This minimalistic implementation has no aspiration for completeness or accuracy, and just provides what we need. | ||||
* | printf-hook-builtin: Support GNU %m specifier | Martin Willi | 2013-10-11 | 1 | -0/+13 |
| | |||||
* | printf-hook: Add some basic printf() string/integer test functions | Martin Willi | 2013-10-11 | 1 | -0/+109 |