From 7531df57ecf8afd86d9cdf662b6774e564d95cd1 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 31 Jul 2026 06:32:42 -0400 Subject: [PATCH] Bump libakgl and libakstdlib to pick up the filed issues Both bumps are TODO.md only -- no code, no headers, no build files -- so nothing akbasic links against changed and the suite is unaffected. libakgl 6dfe748 -> 5f03475 records the four API gaps blocking this port: text measurement (which blocks the akgl text sink outright), immediate-mode drawing, audio, and a non-blocking keystroke read. libakstdlib 95e5002 -> fd71bcc records what this port had to work around, including the measurement that akbasic makes 10 calls into that library against 116 to raw libc. Co-Authored-By: Claude Opus 5 (1M context) --- deps/libakgl | 2 +- deps/libakstdlib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/libakgl b/deps/libakgl index 6dfe748..5f03475 160000 --- a/deps/libakgl +++ b/deps/libakgl @@ -1 +1 @@ -Subproject commit 6dfe7487ae9d5c4d873d538b0b925597701b8400 +Subproject commit 5f03475e0fa81ec2fbd966526f5ba2800faf3b9d diff --git a/deps/libakstdlib b/deps/libakstdlib index 95e5002..fd71bcc 160000 --- a/deps/libakstdlib +++ b/deps/libakstdlib @@ -1 +1 @@ -Subproject commit 95e500251260e2ce5984226aa12079969bffd873 +Subproject commit fd71bcc67bf69eae416ea9f785352a3a8d41da95