Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-18 | Complete NetBSD compatibility | Boris Kolpackov | 1 | -1/+4 | |
2020-02-12 | Rename fdnull() to fdopen_null() | Karen Arutyunov | 1 | -1/+1 | |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 3 | -3/+0 | |
2019-10-29 | Only enable backtrace support on Linux if using glibc | Boris Kolpackov | 1 | -1/+1 | |
Other libc implementations, for example musl, don't support this out of the box. | |||||
2019-05-30 | Improve backtrace test | Karen Arutyunov | 2 | -17/+83 | |
Check that setting terminate handler doesn't change the way a process terminates on unhandled exception. | |||||
2019-05-28 | Add backtrace() | Karen Arutyunov | 3 | -0/+129 | |