aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-subr.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20libctf: error-handling fixesNick Alcock1-2/+4
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-4/+4
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-15/+72
2020-07-26libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii1-0/+4
2020-07-22libctf: drop error-prone ctf_strerrorNick Alcock1-6/+0
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-0/+93
2020-07-22libctf: having debugging enabled is unlikelyNick 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-12/+0
2019-06-21libctf: drop mmap()-based CTF data allocatorNick Alcock1-51/+0
2019-06-07libctf: mark various args as unused in the !HAVE_MMAP caseNick Alcock1-1/+1
2019-05-28libctf: library version enforcementNick Alcock1-0/+27
2019-05-28libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock1-0/+232