Commit Graph
15 Commits
Author SHA1 Message Date
huntedbytheirs 14b0136a8e feat(inttypes): PRI/SCN macros + strtoimax family 2026-09-03 22:16:12 -04:00
huntedbytheirs 26786e9027 feat(stdlib): numeric string conversions 2026-09-03 21:53:59 -04:00
huntedbytheirs ce92aa2b6d feat(strings): strcasecmp/ffs/bcopy/bzero 2026-09-03 20:54:23 -04:00
huntedbytheirs 5eb3cbe302 feat(malloc): first-fit allocator with mmap fallback 2026-09-03 20:44:08 -04:00
huntedbytheirs 06d2ec7c34 feat(string): complete string.h + strdup/memccpy 2026-09-03 20:05:49 -04:00
huntedbytheirs 20f514d91c feat(ctype): classification and case-mapping tables 2026-09-03 20:03:07 -04:00
huntedbytheirs 40a392f454 build: wire new src dirs, crt objects, and make check into Autotools 2026-09-03 19:36:32 -04:00
huntedbytheirs 558cf8fd12 feat(start): _start, __libc_start_main, exit/atexit/environ 2026-09-03 19:01:51 -04:00
huntedbytheirs 2480c63fbd fix(syscall): pin r10/r8 for 4- and 5-argument syscalls 2026-09-03 18:32:44 -04:00
huntedbytheirs 601e1fe960 fix(setjmp): restore caller rbx in sigsetjmp mask path 2026-09-03 18:29:02 -04:00
huntedbytheirs e3017cfe56 test(errno): make test_strerror self-contained under -Iinclude 2026-09-03 18:26:48 -04:00
huntedbytheirs b2d588885e feat(setjmp): x86_64 setjmp/longjmp/sigsetjmp 2026-09-03 17:39:20 -04:00
huntedbytheirs dec1017527 feat(headers): stddef/stdint/stdbool/limits/float/assert + features wiring 2026-09-03 17:34:16 -04:00
huntedbytheirs ce517ad0d6 feat(errno): public errno.h with strerror/strerror_r 2026-09-03 17:20:24 -04:00
huntedbytheirs c5a77c61fa feat(syscall): add x86_64 raw syscall layer, errno, internal ABI headers 2026-09-03 17:10:27 -04:00