- Cargo.toml: 0.11.4 -> 0.11.5 (workspace.package — propagates
to compsys, daemon, all members).
- src/ported/module.rs::del_autobin: replace 1-line
`autoload_builtins.remove(name)` with the faithful 3-branch
port of Src/module.c:464 — returns 2/3/0 per FEAT_IGNORE
semantics; static-linked builtintab entries get BINF_ADDED
treatment (return 3 unless FEAT_IGNORE), autoload-only entries
drop cleanly, missing names return 2. No live callers so the
signature change (added `flags: i32` -> i32) is free.