Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | LibC: Fix regression in printf | Anton Kling | |
printf did not write out anything for %d when the value was zero. | |||
2024-06-26 | LibC: Fix printf formatting | Anton Kling | |
Previously %02x would not print out padding if the given value was zero. | |||
2024-04-17 | LibC: Add more functions that support "long long" integers | Anton Kling | |
2024-04-11 | bug fixes | Anton Kling | |
2023-11-23 | LibC: Reduce warnings in code | Anton Kling | |
2023-11-22 | LibC: Add fflush() and buffer writes to file descriptors | Anton Kling | |
2023-11-13 | LibC: Support negative values in printf for %d | Anton Kling | |
2023-10-22 | Move everything into a new repo. | Anton Kling | |