Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-11-30 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-11-29 | libbacktrace: use WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN | Ian Lance Taylor | 2 | -4/+4 |
2024-10-26 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-10-25 | libbacktrace: recognize new Mach-O DWARF sections | Ian Lance Taylor | 1 | -2/+2 |
2024-10-19 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2024-10-18 | libbacktrace: don't get confused by overlapping address ranges | Ian Lance Taylor | 1 | -15/+199 |
2024-08-06 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2024-08-05 | libbacktrace: avoid -Wpointer-arith errors | Ian Lance Taylor | 4 | -6/+11 |
2024-07-31 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2024-07-30 | libbacktrace: fix syntax of Windows registration functions | Ian Lance Taylor | 1 | -2/+2 |
2024-07-19 | Daily bump. | GCC Administrator | 1 | -0/+17 |
2024-07-18 | libbacktrace: use __has_attribute for fallthrough | Ian Lance Taylor | 2 | -7/+12 |
2024-07-17 | libbacktrace: add cast to avoid warning | Ian Lance Taylor | 1 | -1/+1 |
2024-07-17 | libbacktrace: better backtrace_print when no debug info | Ian Lance Taylor | 1 | -15/+40 |
2024-07-18 | Daily bump. | GCC Administrator | 1 | -0/+20 |
2024-07-17 | libbacktrace: add notes about dl_iterate_phdr to README | Ian Lance Taylor | 1 | -1/+11 |
2024-07-16 | libbacktrace: update xcoff.c for base_address changes | Ian Lance Taylor | 3 | -21/+31 |
2024-07-17 | Daily bump. | GCC Administrator | 1 | -0/+34 |
2024-07-15 | libbacktrace: support FDPIC | Ian Lance Taylor | 5 | -62/+123 |
2024-07-13 | Daily bump. | GCC Administrator | 1 | -0/+23 |
2024-07-11 | libbacktrace: avoid infinite recursion | Ian Lance Taylor | 3 | -42/+134 |
2024-07-11 | libbacktrace: don't fail if symbol size is unknown | Ian Lance Taylor | 2 | -2/+2 |
2024-07-11 | libbacktrace: correctly gather Mach-O symbol table | Ian Lance Taylor | 1 | -6/+8 |
2024-07-12 | Daily bump. | GCC Administrator | 1 | -0/+19 |
2024-07-11 | libbacktrace: fix testsuite for clang | Ian Lance Taylor | 5 | -7/+9 |
2024-07-11 | libbacktrace: suggest how to fix missing debug info | Ian Lance Taylor | 3 | -3/+3 |
2024-07-11 | libbacktrace: remove trailing whitespace | Ian Lance Taylor | 2 | -3/+2 |
2024-06-17 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-06-16 | libbacktrace: it's OK if zstd decompressor sees no backward bits | Ian Lance Taylor | 1 | -8/+1 |
2024-05-04 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2024-05-03 | libbacktrace: add DLLS as they are loaded | Ian Lance Taylor | 1 | -0/+106 |
2024-04-29 | Daily bump. | GCC Administrator | 1 | -0/+10 |
2024-04-28 | libbacktrace: load Windows modules | Ian Lance Taylor | 4 | -8/+87 |
2024-04-24 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2024-04-23 | libbacktrace: test --compress-debug-sections=ARG for each ARG | Ian Lance Taylor | 4 | -116/+214 |
2024-03-09 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-03-08 | libbacktrace: don't assume compressed section is aligned | Ian Lance Taylor | 1 | -10/+13 |
2024-03-03 | Daily bump. | GCC Administrator | 1 | -0/+18 |
2024-03-02 | libbacktrace: pass -no-install when linking test programs | Ian Lance Taylor | 2 | -43/+105 |
2024-03-02 | libbacktrace: skip all LZMA block header padding bytes | Ian Lance Taylor | 1 | -8/+10 |
2024-03-01 | libbacktrace: use real .opd for debuginfo on ppc64 v1 ABI | Ian Lance Taylor | 1 | -21/+31 |
2024-03-02 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2024-02-29 | libbacktrace: read symbol table of debuginfo file | Ian Lance Taylor | 3 | -7/+48 |
2024-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 41 | -41/+41 |
2024-01-03 | Update Copyright year in ChangeLog files | Jakub Jelinek | 1 | -1/+1 |
2023-12-01 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-11-30 | libbacktrace: support ASLR on Windows | Ian Lance Taylor | 1 | -1/+23 |
2023-11-30 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2023-11-29 | libbacktrace: call GetModuleFileNameA on Windows | Ian Lance Taylor | 4 | -2/+66 |