aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-07-18libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock1-0/+8
2019-07-01libctf: fix spurious error when rolling back to the first snapshotNick Alcock1-0/+4
2019-07-01libctf: deduplicate and sort the string tableNick Alcock1-0/+51
2019-07-01libctf: add hash traversal helpersNick Alcock1-0/+12
2019-07-01libctf: fix hash removalNick Alcock1-0/+4
2019-07-01libctf: disambiguate hex output in dumpsNick Alcock1-0/+5
2019-06-21libctf: fix ctf_open endianness problems with raw CTF filesNick Alcock1-0/+8
2019-06-21libctf: endianness fixesNick Alcock1-0/+7
2019-06-21libctf: unidentified type kinds on open are a sign of file corruptionNick Alcock1-0/+5
2019-06-21libctf: dump header offsets into the debugging outputNick Alcock1-0/+5
2019-06-21libctf: drop mmap()-based CTF data allocatorNick Alcock1-0/+16
2019-06-21libctf: handle errors on dynhash insertion betterNick Alcock1-0/+9
2019-06-14Regenerate with approved autotools versionAlan Modra1-0/+4
2019-06-07libctf: avoid strndupNick Alcock1-0/+5
2019-06-07libctf: explicitly cast more size_t types used in printf()sNick Alcock1-0/+8
2019-06-07libctf: mark various args as unused in the !HAVE_MMAP caseNick Alcock1-0/+5
2019-06-05libctf: eschew %zi format specifierNick Alcock1-0/+6
2019-06-04Use CHAR_BIT instead of NBBY in libctfTom Tromey1-0/+5
2019-06-04libctf: work on platforms without O_CLOEXEC.Nick Alcock1-0/+7
2019-06-04libctf: look for BSD versus GNU qsort_r signaturesNick Alcock1-0/+18
2019-06-04libctf: fix use-after-free in function dumpingNick Alcock1-0/+4
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-0/+67
2019-05-29Fix libctf build on non-ELF targets.Nick Alcock1-0/+8
2019-05-28libctf: build systemNick Alcock1-0/+8
2019-05-28libctf: debug dumpingNick Alcock1-0/+4
2019-05-28libctf: labelsNick Alcock1-0/+4
2019-05-28libctf: library version enforcementNick Alcock1-0/+6
2019-05-28libctf: type copyingNick Alcock1-0/+8
2019-05-28libctf: lookups by name and symbolNick Alcock1-0/+12
2019-05-28libctf: core type lookupNick Alcock1-0/+6
2019-05-28libctf: ELF file opening via BFDNick Alcock1-0/+11
2019-05-28libctf: mmappable archivesNick Alcock1-0/+8
2019-05-28libctf: openingNick Alcock1-0/+5
2019-05-28libctf: creation functionsNick Alcock1-0/+5
2019-05-28libctf: implementation definitions related to file creationNick Alcock1-0/+5
2019-05-28libctf: hashingNick Alcock1-0/+5
2019-05-28libctf: error handlingNick Alcock1-0/+4
2019-05-28libctf: low-level list manipulation and helper utilitiesNick Alcock1-0/+6
2019-05-28libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock1-0/+12