aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/stacktrace.c
AgeCommit message (Expand)Author
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-05Fix some permission stuff to make it more seamless to install toBruce Hill
2025-05-02Improved stack trace function namesBruce Hill
2025-05-02Bugfix for stack tracesBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-14Print full library pathBruce Hill
2025-04-14Slightly more robust filtering of stack trace from main() onwardsBruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill