aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-string.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock1-0/+17
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock1-9/+52
2021-02-04libctf: always name nameless types "", never NULLNick Alcock1-3/+6
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20libctf: symbol type linking supportNick Alcock1-24/+29
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-14/+14
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock1-11/+11
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock1-33/+130
2019-10-03libctf: support getting strings from the ELF strtabNick Alcock1-36/+129
2019-07-01libctf: deduplicate and sort the string tableNick Alcock1-0/+330