tachikoma
  • Joined on 2026-08-02
tachikoma opened issue andrew/libakstdlib#26 2026-08-02 18:53:37 -04:00
Port akbasic onto this release and count the calls again
tachikoma opened issue andrew/libakstdlib#25 2026-08-02 18:53:36 -04:00
Balanced insertion for the tree
tachikoma opened issue andrew/libakstdlib#24 2026-08-02 18:53:36 -04:00
A hash map keyed on something other than a string
tachikoma opened issue andrew/libakstdlib#23 2026-08-02 18:53:35 -04:00
A dynamic array / vector on caller-owned storage
tachikoma opened issue andrew/libakstdlib#22 2026-08-02 18:53:34 -04:00
Math probably wants its own library, because the failure model is not errno
tachikoma opened issue andrew/libakstdlib#21 2026-08-02 18:53:33 -04:00
Wrap locale and wide-character conversion: setlocale, mbstowcs, wcstombs, iconv_*
tachikoma opened issue andrew/libakstdlib#20 2026-08-02 18:53:32 -04:00
Wrap dynamic loading: dlopen, dlsym, dlclose, dlerror
tachikoma opened issue andrew/libakstdlib#19 2026-08-02 18:53:31 -04:00
Wrap threads -- blocked on the error pool
tachikoma opened issue andrew/libakstdlib#18 2026-08-02 18:53:30 -04:00
Wrap signal installation and masking -- and document that a handler cannot raise a context
tachikoma opened issue andrew/libakstdlib#17 2026-08-02 18:53:29 -04:00
Wrap multiplexing: select, poll, ppoll, epoll_*
tachikoma opened issue andrew/libakstdlib#16 2026-08-02 18:53:29 -04:00
Wrap sockets, and map getaddrinfo's error space into a registered status range
tachikoma opened issue andrew/libakstdlib#15 2026-08-02 18:53:28 -04:00
Wrap the remaining stdlib.h: integer arithmetic traps and the random family
tachikoma opened issue andrew/libakstdlib#14 2026-08-02 18:53:27 -04:00
qsort/bsearch want an akerror-aware comparator, not a wrapper
tachikoma opened issue andrew/libakstdlib#13 2026-08-02 18:53:26 -04:00
Wrap time: clock_gettime, localtime_r, strftime and the rest
tachikoma opened issue andrew/libakstdlib#12 2026-08-02 18:53:25 -04:00
Wrap sys/mman.h: mmap, munmap, mprotect, msync, madvise
tachikoma opened issue andrew/libakstdlib#11 2026-08-02 18:53:24 -04:00
Wrap process control: fork, exec*, waitpid, posix_spawn, the environment
tachikoma opened issue andrew/libakstdlib#10 2026-08-02 18:53:23 -04:00
No directory-reading wrapper: opendir, readdir, closedir
tachikoma opened issue andrew/libakstdlib#9 2026-08-02 18:53:22 -04:00
Wrap sys/stat.h: stat, fstat, lstat, fstatat, statvfs, fstatvfs
tachikoma opened issue andrew/libakstdlib#8 2026-08-02 18:53:21 -04:00
Wrap the file-descriptor I/O surface: open, read, write, lseek and friends
tachikoma opened issue andrew/libakstdlib#7 2026-08-02 18:53:20 -04:00
Three clusters of surviving mutants are real missing assertions