]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf/ChangeLog
libctf, dump: migrate towards dumping errors rather than truncation
[thirdparty/binutils-gdb.git] / libctf / ChangeLog
2020-07-22  Nick Alcocklibctf, dump: migrate towards dumping errors rather...
2020-07-22  Nick Alcocklibctf, decl: avoid leaks of the formatted string on...
2020-07-22  Nick Alcocklibctf, types: enhance ctf_type_aname to print function...
2020-07-22  Nick Alcocklibctf, ld, binutils: add textual error/warning reporti...
2020-07-22  Egeyar Bagcioglulibctf, types: ensure the emission of ECTF_NOPARENT
2020-07-22  Nick Alcocklibctf: error out on corrupt CTF with invalid header...
2020-07-22  Nick Alcocklibctf: pass the thunk down properly when wrapping...
2020-07-22  Nick Alcocklibctf, next, hash: add dynhash and dynset _next iteration
2020-07-22  Nick Alcocklibctf, next: introduce new class of easier-to-use...
2020-07-22  Nick Alcocklibctf: add ctf_ref
2020-07-22  Nick Alcocklibctf: add ctf_forwardable_kind
2020-07-22  Nick Alcocklibctf: move existing inlines into ctf-inlines.h
2020-07-22  Nick Alcocklibctf, hash: introduce the ctf_dynset
2020-07-22  Nick Alcocklibctf, hash: save per-item space when no key/item...
2020-07-22  Nick Alcocklibctf, hash: improve insertion of existing keys into...
2020-07-22  Nick Alcocklibctf: add new dynhash functions
2020-07-22  Nick Alcocklibctf: fix __extension__ with non-GNU C compilers
2020-07-22  Nick Alcocklibctf: add ctf_archive_count
2020-07-22  Nick Alcocklibctf: add ctf_member_count
2020-07-22  Nick Alcocklibctf: add ctf_type_kind_forwarded
2020-07-22  Nick Alcocklibctf: add ctf_type_name_raw
2020-07-22  Nick Alcocklibctf: having debugging enabled is unlikely
2020-07-22  Nick Alcocklibctf, archive: stop ctf_arc_bufopen triggering crazy...
2020-07-22  Nick Alcocklibctf, types: ints, floats and typedefs with no name...
2020-07-22  Nick Alcocklibctf, types: support slices of anything terminating...
2020-07-22  Nick Alcocklibctf, create: empty dicts are dirty to start with
2020-07-22  Nick Alcocklibctf, create: fix addition of anonymous struct/union...
2020-07-22  Nick Alcocklibctf, create: member names of "" and NULL should...
2020-07-22  Nick Alcocklibctf, open: drop unnecessary historical wart around...
2020-07-22  Nick Alcocklibctf, types: allow ctf_type_reference of dynamic...
2020-07-22  Nick Alcocklibctf, create: add explicit casts for variables' and...
2020-07-22  Nick Alcocklibctf, create: do not corrupt function types' arglists...
2020-07-22  Nick Alcocklibctf, create: support addition of references to the...
2020-07-22  Nick Alcocklibctf: restructure error handling to reduce relocations
2020-07-22  Nick Alcockinclude, libctf: typo fixes
2020-07-22  Nick CliftonFix problems in CTF handling code exposed by the Coveri...
2020-07-04  Nick CliftonAdd markers for binutils 2.35 branch
2020-06-26  Nick Alcocklibctf: support platforms with separate libintl
2020-06-26  Nick Alcocklibctf: add some missing #includes.
2020-06-26  Nick Alcocklibctf, elfcpp, gold: do not assume that <byteswap...
2020-06-26  Nick Alcocklibctf: work with compilers not supporting GNU C attributes
2020-06-26  Nick Alcocklibctf: avoid nonportable __thread in CTF archive handling
2020-06-26  Nick Alcocklibctf, binutils: support CTF archives like objdump
2020-06-26  Nick Alcocklibctf: create: forwards are always in the namespace...
2020-06-26  Nick Alcocklibctf: create: ctf_add_type should hand back already...
2020-06-26  Nick Alcocklibctf: create: don't add forwards if the type added...
2020-06-26  Nick Alcocklibctf: create: non-root-visible types should not appea...
2020-03-11  John Baldwinlibctf: Mark bswap_identity_64 inline function as static.
2020-01-18  Nick CliftonAdd markers for 2.34 branch to the NEWS files and Chang...
2020-01-05  Joel BrobeckerFix libctf ChangeLog date in most recent entry.
2020-01-05  Eli Zaretskiilibctf: Add configure check for asprintf (for MinGW)
2020-01-01  Alan ModraRe: Update year range in copyright notice of binutils...
2019-10-16  Simon Marchilibctf: mark swap.h inline functions as static
2019-10-03  Nick Alcocklibctf: fix tabdamage
2019-10-03  Nick Alcocklibctf: fix refcount leak in ctf_import
2019-10-03  Nick Alcocklibctf: make ctf_dump not crash on OOM
2019-10-03  Nick Alcocklibctf: remove ctf_malloc, ctf_free and ctf_strdup
2019-10-03  Nick Alcocklibctf: get the encoding of non-ints/fps in the dynamic...
2019-10-03  Nick Alcocklibctf: allow ctf_type_lname of a null pointer.
2019-10-03  Nick Alcocklibctf: properly handle ctf_add_type of forwards and...
2019-10-03  Nick Alcocklibctf: avoid the need to ever use ctf_update
2019-10-03  Nick Alcocklibctf: handle nonrepresentable types at link time
2019-10-03  Nick Alcocklibctf: installable libctf as a shared library
2019-10-03  Nick Alcocklibctf: actually close bfds we have opened
2019-10-03  Nick Alcocklibctf: bfd-open: mark the bfd as cacheable
2019-10-03  Nick Alcocklibctf: get rid of a disruptive public include of ...
2019-10-03  Nick Alcocklibctf: eschew C99 for loop initial declarations
2019-10-03  Nick Alcocklibctf: don't leak hash keys or values on value replacement
2019-10-03  Nick Alcocklibctf: teach ctf_add_type how forwards work
2019-10-03  Nick Alcocklibctf: add CU-mapping machinery
2019-10-03  Nick Alcocklibctf: add linking of the variable section
2019-10-03  Nick Alcocklibctf: map from old to corresponding newly-added types...
2019-10-03  Nick Alcocklibctf: add the ctf_link machinery
2019-10-03  Nick Alcocklibctf: dump: check the right error values when dumping...
2019-10-03  Nick Alcocklibctf: dump: support non-root type dumping
2019-10-03  Nick Alcocklibctf: fix double-free on ctf_compress_write error...
2019-10-03  Nick Alcocklibctf: write CTF files to memory, and CTF archives...
2019-10-03  Nick Alcocklibctf: support getting strings from the ELF strtab
2019-10-03  Nick Alcocklibctf: Add iteration over non-root types
2019-10-03  Nick Alcocklibctf: add the object index and function index sections
2019-10-03  Nick Alcocklibctf, bfd: fix ctf_bfdopen_ctfsect opening symbol...
2019-10-03  Nick Alcocklibctf, binutils: dump the CTF header
2019-10-03  Nick Alcocklibctf: allow the header to change between versions
2019-10-03  Nick Alcocklibctf, include: ChangeLog format fixes
2019-10-03  Hans-Peter Nilssonlibctf: make it compile for old glibc
2019-09-19  Alan Modrabfd_section_* macros
2019-09-09  Phil BlundellAdd markers for 2.33 branch to NEWS and ChangeLog files.
2019-07-18  Nick Alcocklibctf: introduce ctf_func_type_{info,args}, ctf_type_a...
2019-07-01  Nick Alcocklibctf: fix spurious error when rolling back to the...
2019-07-01  Nick Alcocklibctf: deduplicate and sort the string table
2019-07-01  Nick Alcocklibctf: add hash traversal helpers
2019-07-01  Nick Alcocklibctf: fix hash removal
2019-07-01  Nick Alcocklibctf: disambiguate hex output in dumps
2019-06-21  Nick Alcocklibctf: fix ctf_open endianness problems with raw CTF...
2019-06-21  Nick Alcocklibctf: endianness fixes
2019-06-21  Nick Alcocklibctf: unidentified type kinds on open are a sign...
2019-06-21  Nick Alcocklibctf: dump header offsets into the debugging output
2019-06-21  Nick Alcocklibctf: drop mmap()-based CTF data allocator
2019-06-21  Nick Alcocklibctf: handle errors on dynhash insertion better
2019-06-14  Alan ModraRegenerate with approved autotools version
next