aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-string.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18libctf: strtab corruption when strings are added to ctf_open()ed dictsNick Alcock1-0/+2
2024-04-19libctf: make ctf_serialize() actually serializeNick Alcock1-57/+16
2024-04-19libctf: rethink strtab writeoutNick Alcock1-128/+261
2024-04-19libctf: replace 'pending refs' abstractionNick Alcock1-40/+191
2024-04-19Revert "libctf: do not corrupt strings across ctf_serialize"Nick Alcock1-67/+9
2024-04-19libctf: remove static/dynamic name lookup distinctionNick Alcock1-0/+24
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-20libctf: fix creation-time parent/child dict confusionsNick Alcock1-1/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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