aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-07-22libctf: add ctf_forwardable_kindNick Alcock1-0/+5
2020-07-22libctf: move existing inlines into ctf-inlines.hNick Alcock1-0/+5
2020-07-22libctf, hash: introduce the ctf_dynsetNick Alcock1-0/+27
2020-07-22libctf, hash: save per-item space when no key/item freeing functionNick Alcock1-0/+15
2020-07-22libctf, hash: improve insertion of existing keys into dynhashesNick Alcock1-0/+5
2020-07-22libctf: add new dynhash functionsNick Alcock1-0/+14
2020-07-22libctf: fix __extension__ with non-GNU C compilersNick Alcock1-0/+4
2020-07-22libctf: add ctf_archive_countNick Alcock1-0/+5
2020-07-22libctf: add ctf_member_countNick Alcock1-0/+5
2020-07-22libctf: add ctf_type_kind_forwardedNick Alcock1-0/+4
2020-07-22libctf: add ctf_type_name_rawNick Alcock1-0/+5
2020-07-22libctf: having debugging enabled is unlikelyNick Alcock1-0/+4
2020-07-22libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock1-0/+12
2020-07-22libctf, types: ints, floats and typedefs with no name are invalidNick Alcock1-0/+5
2020-07-22libctf, types: support slices of anything terminating in an intNick Alcock1-0/+7
2020-07-22libctf, create: empty dicts are dirty to start withNick Alcock1-0/+4
2020-07-22libctf, create: fix addition of anonymous struct/union membersNick Alcock1-0/+4
2020-07-22libctf, create: member names of "" and NULL should be the sameNick Alcock1-0/+5
2020-07-22libctf, open: drop unnecessary historical wart around forwardsNick Alcock1-0/+5
2020-07-22libctf, types: allow ctf_type_reference of dynamic slicesNick Alcock1-0/+4
2020-07-22libctf, create: add explicit casts for variables' and slices' typesNick Alcock1-0/+5
2020-07-22libctf, create: do not corrupt function types' arglists at insertion timeNick Alcock1-0/+10
2020-07-22libctf, create: support addition of references to the unimplemented typeNick Alcock1-0/+10
2020-07-22libctf: restructure error handling to reduce relocationsNick Alcock1-0/+14
2020-07-22include, libctf: typo fixesNick Alcock1-0/+4
2020-07-22Fix problems in CTF handling code exposed by the Coverity static analysis tool.Nick Clifton1-0/+5
2020-07-04Add markers for binutils 2.35 branchNick Clifton1-0/+4
2020-06-26libctf: support platforms with separate libintlNick Alcock1-0/+9
2020-06-26libctf: add some missing #includes.Nick Alcock1-0/+5
2020-06-26libctf, elfcpp, gold: do not assume that <byteswap.h> contains bswap_*Nick Alcock1-0/+12
2020-06-26libctf: work with compilers not supporting GNU C attributesNick Alcock1-0/+8
2020-06-26libctf: avoid nonportable __thread in CTF archive handlingNick Alcock1-0/+7
2020-06-26libctf, binutils: support CTF archives like objdumpNick Alcock1-0/+12
2020-06-26libctf: create: forwards are always in the namespace of their referentNick Alcock1-0/+6
2020-06-26libctf: create: ctf_add_type should hand back already-added non-SoUsNick Alcock1-0/+5
2020-06-26libctf: create: don't add forwards if the type added already existsNick Alcock1-0/+5
2020-06-26libctf: create: non-root-visible types should not appear in name tablesNick Alcock1-0/+12
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