| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-19 | Generate release notes for 1.3.0. | Jussi Pakkanen | |
| 2023-09-09 | clike compilers: fix cross_* functions' include | Moody Liu | |
| A standard C library may not exist for cross-compile environments, thus the existence of <stdio.h> cannot be guaranteed. Use <stddef.h> instead, this header contains compiler-specific defines thus it usually comes from the compiler. | |||
