| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stdio.h: Add missing declaration for freopen(3) | Xavier Del Campo Romero | 2023-11-29 | 1 | -0/+1 |
| | | |||||
| * | libpsx: Fix const-correctness for fwrite(3) | Xavier Del Campo Romero | 2023-11-29 | 1 | -1/+1 |
| | | | | | | According to C99 ยง7.19.8.2p1, fwrite(3) is expected to take a const void *, and not void *. | ||||
| * | libpsx: Add rewind(3) | Xavier Del Campo Romero | 2023-11-29 | 1 | -0/+1 |
| | | |||||
| * | Provide buffered fread(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+7 |
| | | | | | | | | | | In order to reduce calls to seek(2) (which are very expensive), this commit keeps a sector-sized cache for each available FILE instance, except from the standard streams, of course. As expected, this allows calls to fread(3) to react much faster when small, contiguous chunks are read. | ||||
| * | Provide conforming interface for fwrite(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | Provide implementation for perror(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -0/+1 |
| | | |||||
| * | Provide implementation for fprintf(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | Add conforming interfaces of standard streams | Xavier Del Campo Romero | 2021-10-24 | 1 | -0/+2 |
| | | |||||
| * | Set conforming interface for vprintf(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | stdio.h: use NULL definition from stddef.h | Xavier Del Campo Romero | 2021-10-24 | 1 | -5/+1 |
| | | |||||
| * | Added missing extern "C" | Xavi Del Campo | 2020-02-01 | 1 | -7/+15 |
| | | |||||
| * | Imported pristine psxsdk-20190410 from official repo | Xavi Del Campo | 2020-01-31 | 1 | -0/+170 |
