aboutsummaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* binutils testsuite: canonicalize subtest names in libctfFrank Ch. Eigler2024-09-242-9/+8
* PR32093, -Walloc-size warning in ctf-hash.cAlan Modra2024-08-291-2/+8
* libctf: fix ctf_archive_count return value on big-endianNick Alcock2024-07-311-1/+1
* libctf: dump: fix small leakNick Alcock2024-07-311-1/+2
* libctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock2024-07-311-3/+3
* libctf: clean up hashtab error handling messNick Alcock2024-07-312-11/+16
* libctf, include: add ctf_dict_set_flag: less enum dup checking by defaultNick Alcock2024-07-318-45/+181
* libctf: link: remember to turn off the LCTF_LINKING flag after ctf_link_writeNick Alcock2024-07-311-0/+4
* libctf: link: fix error handlingNick Alcock2024-07-311-1/+1
* libctf, open: Fix enum error handling pathNick Alcock2024-07-311-0/+1
* libctf, subr: don't mix up errors and warningsNick Alcock2024-07-311-2/+2
* libctf: fix dynset insertionNick Alcock2024-07-311-1/+1
* libctf: dedup: tiny tweaksNick Alcock2024-07-311-4/+3
* libctf: fix CTF dict compressionNick Alcock2024-07-315-42/+179
* libctf: fix linking of non-root-visible typesNick Alcock2024-07-313-2/+132
* libctf, dump: correctly dump non-root-visible typesNick Alcock2024-07-311-1/+1
* libctf, string: split the movable refs out of the ref listNick Alcock2024-07-312-20/+47
* libctf, dedup: drop unnecessary arg from ctf_dedup()Nick Alcock2024-07-313-36/+30
* libctf: we do in fact support foreign-endian old versionsNick Alcock2024-07-311-8/+2
* Add markers for 2.43 branch/releaseNick Clifton2024-07-201-0/+4
* Revert "Remove LIBINTL_DEP"Alan Modra2024-06-202-2/+5
* Remove LIBINTL_DEPAlan Modra2024-06-202-5/+2
* libctf: fix testsuite bugs revealed by -WallNick Alcock2024-06-194-13/+9
* libctf, include: new functions for looking up enumeratorsNick Alcock2024-06-188-9/+482
* libctf: make the ctf_next ctn_fp non-constNick Alcock2024-06-181-3/+5
* libctf: prohibit addition of enums with overlapping enumerator constantsNick Alcock2024-06-184-21/+163
* libctf: suppress spurious failure of malloc-counting tests under valgrindNick Alcock2024-06-185-2/+23
* libctf: fix dict leak on archive-wide symbol lookup error pathNick Alcock2024-06-181-0/+1
* libctf: don't leak enums if ctf_add_type failsNick Alcock2024-06-181-1/+6
* libctf: dedup: enums with overlapping enumerators are conflictingNick Alcock2024-06-182-7/+38
* libctf: doc: fix ctf_stype_t typedef string in specNick Alcock2024-06-181-1/+1
* libctf: strtab corruption when strings are added to ctf_open()ed dictsNick Alcock2024-06-181-0/+2
* PR 31882 libctf: test suite incorrect format specifiersA. Wilcox2024-06-122-2/+2
* autoupdate: add square brackets around arguments of AC_INITMatthieu Longo2024-06-101-1/+1
* autoupdate: add square brackets around argument of AC_PREREQMatthieu Longo2024-06-101-1/+1
* libctf testsuite compilation failureAlan Modra2024-05-231-1/+1
* libctf: fix leak of entire dict when dict opening failsNick Alcock2024-05-173-0/+194
* libctf: test: add wrapperNick Alcock2024-05-171-2/+11
* libctf: test: add hostNick Alcock2024-05-171-0/+9
* libctf: test: add lookup_linkNick Alcock2024-05-171-1/+5
* libctf: ctf_archive_iter: fix tiny leakNick Alcock2024-05-171-1/+6
* libctf: failure to open parent dicts that exist should be an errorNick Alcock2024-05-171-5/+17
* libctf: typosNick Alcock2024-05-171-2/+2
* buffer overflow in libctf testsAlan Modra2024-04-242-2/+2
* Error compiling libctf-regression testAlan Modra2024-04-202-2/+2
* libctf: do not include undefined functions in libctf.verNick Alcock2024-04-192-10/+32
* libctf: Remove undefined functions from ver. mapNicholas Vinson2024-04-191-4/+1
* libctf: don't pass errno into ctf_err_warn so oftenNick Alcock2024-04-194-19/+19
* libctf: fix leak in testNick Alcock2024-04-191-0/+4
* libctf: add rewriting testsNick Alcock2024-04-195-0/+346