| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-28 | handle stream orientation behavior | Jakob Kaivo | |
| 2024-05-27 | handle UB for invalid fflush() operations and mixing input and output ↵ | Jakob Kaivo | |
| without intervening fflush() or repositioning | |||
| 2024-01-30 | update standards and safety checks | Jakob Kaivo | |
| 2023-11-14 | disable all functions; will strategically reenable them as tested | Jakob Kaivo | |
| 2020-08-16 | consistently use <> for standardized headers | Jakob Kaivo | |
| 2020-08-16 | check return of write() properly | Jakob Kaivo | |
| set err on stream if write error occurs reset bpos to 0 | |||
| 2020-08-15 | cleanup includes | Jakob Kaivo | |
| 2020-08-15 | implement actual buffering | Jakob Kaivo | |
| 2020-08-14 | clean up warnings | Jakob Kaivo | |
| 2020-08-13 | add src/ to -I and exorcise ../ from #include | Jakob Kaivo | |
| 2020-08-13 | directly replace fputc() and fgetc() with putc_unlocked() and ↵ | Jakob Kaivo | |
| getc_unlocked() when not using POSIX >= 199506 | |||
| 2020-08-12 | handle locked/unlocked i/o better | Jakob Kaivo | |
| 2020-03-04 | fix compilation when c=199409 | Jakob Kaivo | |
