Age | Commit message (Expand) | Author | Files | Lines |
2023-04-08 | libctf: propagate errors from parents correctly | Nick Alcock | 1 | -2/+17 |
2023-03-24 | libctf: work around an uninitialized variable warning | Nick Alcock | 1 | -1/+1 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-09-27 | libctf, lookup: fix bounds of pptrtab lookup | Nick Alcock | 1 | -2/+2 |
2021-03-25 | libctf: don't dereference out-of-bounds locations in the qualifier hashtab | Nick Alcock | 1 | -3/+7 |
2021-03-18 | libctf: fix GNU style for do {} while | Nick Alcock | 1 | -1/+2 |
2021-03-18 | libctf: fix some tabdamage and move some code around | Nick Alcock | 1 | -6/+6 |
2021-02-20 | libctf, include: find types of symbols by name | Nick Alcock | 1 | -30/+202 |
2021-02-04 | libctf: rip out dead code handling typedefs with no name | Nick Alcock | 1 | -24/+0 |
2021-01-19 | libctf: lookup_by_name: do not return success for nonexistent pointer types | Nick Alcock | 1 | -8/+26 |
2021-01-05 | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 1 | -31/+164 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -132/+440 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -13/+13 |
2020-07-22 | libctf: fix isspace casts | Nick Alcock | 1 | -3/+3 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 1 | -4/+15 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 1 | -9/+14 |
2019-07-18 | libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_raw | Nick Alcock | 1 | -1/+1 |
2019-06-07 | libctf: avoid strndup | Nick Alcock | 1 | -1/+1 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -2/+2 |
2019-05-28 | libctf: lookups by name and symbol | Nick Alcock | 1 | -0/+364 |
2019-05-28 | libctf: creation functions | Nick Alcock | 1 | -0/+63 |