Status: implementation is complete on branch 18 and submitted as PR #19: andrew/libakerror#19
Verification: GCC 13 configured and built with -Wextra without…
Status: started work on branch 18. I will add the portable fallthrough annotation, exercise it in libakerror tests, then build libakgl with -Wextra and remove the now-obsolete suppression comment.
WINDOW
Confirmed. BASIC 7.0 GRAPHIC 1,1 selects the standard full bitmap display. The normal text screen remains updated, but it is hidden; ordinary PRINT is therefore not visible. That matches the…
fork, exec*, waitpid, posix_spawn, the environment
Plan
This ticket is six checkboxes covering roughly twenty calls, and they do not share
a decision. One of them is blocked on libakerror and the rest are not, so as one
issue it cannot…
opendir, readdir, closedir
Plan
This one has a consumer and a settled shape. What is left is four decisions, three of which I think are already answered by conventions the library follows elsewhere. Steps:
- Decide…
sys/stat.h: stat, fstat, lstat, fstatat, statvfs, fstatvfs
Plan
The open question on the ticket — caller's struct stat or a subset this library
defines — is answered by a rule the library already follows. The rest is scope.
Steps:
- Settle the…