| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-28 | ldd: treat nil pathname as self | Ophestra | |
| This is a helpful shortcut for examining a test program's ldd output. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2025-11-14 | ldd: require absolute pathname | Ophestra | |
| The sandbox which ldd(1) runs in does not inherit parent work directory, so relative pathnames will not work correctly. While it is trivial to support such a use case, the use of relative pathnames is highly error-prone and generally frowned against in this project. The Exec function remains available under the same signature until v0.4.0 where it will be removed. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2025-11-14 | ldd: cancel on decoder error | Ophestra | |
| This prevents blocking from failures caused by ldd(1) emitting output that is not anticipated by the decoder. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
