aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-03-11libctf: Mark bswap_identity_64 inline function as static.John Baldwin1-0/+4
2020-01-18Add markers for 2.34 branch to the NEWS files and ChangeLogs.Nick Clifton1-0/+4
2020-01-05Fix libctf ChangeLog date in most recent entry.Joel Brobecker1-1/+1
2020-01-05libctf: Add configure check for asprintf (for MinGW)Eli Zaretskii1-0/+6
2020-01-01Re: Update year range in copyright notice of binutils filesAlan Modra1-0/+4
2019-10-16libctf: mark swap.h inline functions as staticSimon Marchi1-0/+4
2019-10-03libctf: fix tabdamageNick Alcock1-0/+5
2019-10-03libctf: fix refcount leak in ctf_importNick Alcock1-0/+5
2019-10-03libctf: make ctf_dump not crash on OOMNick Alcock1-0/+15
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock1-0/+43
2019-10-03libctf: get the encoding of non-ints/fps in the dynamic space rightNick Alcock1-0/+5
2019-10-03libctf: allow ctf_type_lname of a null pointer.Nick Alcock1-0/+5
2019-10-03libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock1-0/+16
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock1-0/+141
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock1-0/+22
2019-10-03libctf: installable libctf as a shared libraryNick Alcock1-0/+48
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