aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-10-03libctf: actually close bfds we have openedNick Alcock1-0/+5
2019-10-03libctf: bfd-open: mark the bfd as cacheableNick Alcock1-0/+4
2019-10-03libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock1-0/+4
2019-10-03libctf: eschew C99 for loop initial declarationsNick Alcock1-0/+7
2019-10-03libctf: don't leak hash keys or values on value replacementNick Alcock1-0/+8
2019-10-03libctf: teach ctf_add_type how forwards workNick Alcock1-0/+6
2019-10-03libctf: add CU-mapping machineryNick Alcock1-0/+18
2019-10-03libctf: add linking of the variable sectionNick Alcock1-0/+9
2019-10-03libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock1-0/+21
2019-10-03libctf: add the ctf_link machineryNick Alcock1-0/+12
2019-10-03libctf: dump: check the right error values when dumping functionsNick Alcock1-0/+4
2019-10-03libctf: dump: support non-root type dumpingNick Alcock1-0/+11
2019-10-03libctf: fix double-free on ctf_compress_write error pathNick Alcock1-0/+4
2019-10-03libctf: write CTF files to memory, and CTF archives to fdsNick Alcock1-0/+7
2019-10-03libctf: support getting strings from the ELF strtabNick Alcock1-0/+39
2019-10-03libctf: Add iteration over non-root typesNick Alcock1-0/+4
2019-10-03libctf: add the object index and function index sectionsNick Alcock1-0/+11
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock1-0/+10
2019-10-03libctf, binutils: dump the CTF headerNick Alcock1-0/+9
2019-10-03libctf: allow the header to change between versionsNick Alcock1-0/+42
2019-10-03libctf, include: ChangeLog format fixesNick Alcock1-11/+11
2019-10-03libctf: make it compile for old glibcHans-Peter Nilsson1-0/+7
2019-09-19bfd_section_* macrosAlan Modra1-0/+4
2019-09-09Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell1-0/+4
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