| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add C11 error checking to vsnprintf() | Joshua Saxby | 2023-04-21 | 1 | -0/+3 |
| | | | | | | | | | | C11 specifies that vsnprintf() is to check for the following conditions: - output buffer or format string are null pointers - buffer size is zero C11 also specifies "constraint handler functions" that may be set, but that's far more involved, and having at least some error-handling for bad arguments like these is probably quite useful. Source: https://en.cppreference.com/w/c/io/vfprintf#:~:text=5%2D8),constraint%20handler%20function%3A | ||||
| * | CMake fixes, psxcd and printf/scanf improvements | spicyjpeg | 2021-11-28 | 1 | -0/+11 |
| | | |||||
| * | sprintf improvements, added new _mem_init, GetSystemInfo | spicyjpeg | 2021-11-18 | 1 | -0/+14 |
| | | |||||
| * | Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵ | John Wilbert M. Villamor | 2019-10-11 | 1 | -6/+6 |
| | | | | | negative values in vsprintf(), added billboard sprites example | ||||
| * | Added C++ support, updated build instructions and makefiles, consolidated ↵ | John Wilbert M. Villamor | 2019-07-17 | 1 | -0/+788 |
| libc and libgcc (during build process), libraries now v0.12b and more | |||||
