aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Remove libctf/mkerrors.sedTom Tromey1-0/+12
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-0/+85
2020-08-27libctf, binutils: initial work towards libctf gettextizationNick Alcock1-0/+12
2020-07-26libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii1-0/+7
2020-07-22libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock1-0/+9
2020-07-22libctf: fix isspace castsNick Alcock1-0/+4
2020-07-22libctf, binutils: fix big-endian libctf archive openingNick Alcock1-0/+5
2020-07-22libctf, link: tie in the deduplicating linkerNick Alcock1-0/+14
2020-07-22libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock1-0/+5
2020-07-22libctf, dedup: add deduplicatorNick Alcock1-0/+26
2020-07-22libctf, dedup: add new configure option --enable-libctf-hash-debuggingNick Alcock1-0/+10
2020-07-22libctf: add SHA-1 support for libctfNick Alcock1-0/+13
2020-07-22libctf, link: add the ability to filter out variables from the linkNick Alcock1-0/+9
2020-07-22libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock1-0/+5
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock1-0/+20
2020-07-22libctf, link: fix ctf_link_write fd leakNick Alcock1-0/+4
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock1-0/+45
2020-07-22libctf: drop error-prone ctf_strerrorNick Alcock1-0/+7
2020-07-22libctf: sort out potential refcount loopsNick Alcock1-0/+16
2020-07-22libctf: rename the type_mapping_key to type_keyNick Alcock1-0/+19
2020-07-22libctf: check for vasprintfNick Alcock1-0/+6
2020-07-22libctf, archive: fix bad error messageNick Alcock1-0/+4
2020-07-22libctf, open: fix opening CTF in binaries with no symtabNick Alcock1-0/+11
2020-07-22libctf, dump: fix slice dumpingNick Alcock1-0/+8
2020-07-22libctf, dump: migrate towards dumping errors rather than truncationNick Alcock1-0/+9
2020-07-22libctf, decl: avoid leaks of the formatted string on errorNick Alcock1-0/+5
2020-07-22libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock1-0/+6
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-0/+15
2020-07-22libctf, types: ensure the emission of ECTF_NOPARENTEgeyar Bagcioglu1-0/+4
2020-07-22libctf: error out on corrupt CTF with invalid header flagsNick Alcock1-0/+4
2020-07-22libctf: pass the thunk down properly when wrapping qsort_rNick Alcock1-0/+4
2020-07-22libctf, next, hash: add dynhash and dynset _next iterationNick Alcock1-0/+22
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock1-0/+19
2020-07-22libctf: add ctf_refNick Alcock1-0/+5
2020-07-22libctf: add ctf_forwardable_kindNick Alcock1-0/+5
2020-07-22libctf: move existing inlines into ctf-inlines.hNick Alcock1-0/+5
2020-07-22libctf, hash: introduce the ctf_dynsetNick Alcock1-0/+27
2020-07-22libctf, hash: save per-item space when no key/item freeing functionNick Alcock1-0/+15
2020-07-22libctf, hash: improve insertion of existing keys into dynhashesNick Alcock1-0/+5
2020-07-22libctf: add new dynhash functionsNick Alcock1-0/+14
2020-07-22libctf: fix __extension__ with non-GNU C compilersNick Alcock1-0/+4
2020-07-22libctf: add ctf_archive_countNick Alcock1-0/+5
2020-07-22libctf: add ctf_member_countNick Alcock1-0/+5
2020-07-22libctf: add ctf_type_kind_forwardedNick Alcock1-0/+4
2020-07-22libctf: add ctf_type_name_rawNick Alcock1-0/+5
2020-07-22libctf: having debugging enabled is unlikelyNick Alcock1-0/+4
2020-07-22libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock1-0/+12
2020-07-22libctf, types: ints, floats and typedefs with no name are invalidNick Alcock1-0/+5
2020-07-22libctf, types: support slices of anything terminating in an intNick Alcock1-0/+7
2020-07-22libctf, create: empty dicts are dirty to start withNick Alcock1-0/+4