2020-07-26 |
Eli Zaretskii | libctf: compilation failure on MinGW due to missing... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: fixes for systems on which sizeof (void *)... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: fix isspace casts |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, binutils: fix big-endian libctf archive opening |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: tie in the deduplicating linker |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, dedup: add deduplicator |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, dedup: add new configure option --enable-libctf... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add SHA-1 support for libctf |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: add the ability to filter out variables... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: fix spurious conflicts of variables in... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: redo cu-mapping handling |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: fix ctf_link_write fd leak |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, link: add lazy linking: clean up input members... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: drop error-prone ctf_strerror |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: sort out potential refcount loops |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: rename the type_mapping_key to type_key |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: check for vasprintf |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, archive: fix bad error message |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, open: fix opening CTF in binaries with no symtab |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, dump: fix slice dumping |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, dump: migrate towards dumping errors rather... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, decl: avoid leaks of the formatted string on... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, types: enhance ctf_type_aname to print function... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, ld, binutils: add textual error/warning reporti... |
tree | commitdiff |
2020-07-22 |
Egeyar Bagcioglu | libctf, types: ensure the emission of ECTF_NOPARENT |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: error out on corrupt CTF with invalid header... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: pass the thunk down properly when wrapping... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, next, hash: add dynhash and dynset _next iteration |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, next: introduce new class of easier-to-use... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add ctf_ref |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add ctf_forwardable_kind |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: move existing inlines into ctf-inlines.h |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, hash: introduce the ctf_dynset |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, hash: save per-item space when no key/item... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, hash: improve insertion of existing keys into... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add new dynhash functions |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: fix __extension__ with non-GNU C compilers |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add ctf_archive_count |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add ctf_member_count |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add ctf_type_kind_forwarded |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: add ctf_type_name_raw |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: having debugging enabled is unlikely |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, archive: stop ctf_arc_bufopen triggering crazy... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, types: ints, floats and typedefs with no name... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, types: support slices of anything terminating... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, create: empty dicts are dirty to start with |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, create: fix addition of anonymous struct/union... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, create: member names of "" and NULL should... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, open: drop unnecessary historical wart around... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, types: allow ctf_type_reference of dynamic... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, create: add explicit casts for variables' and... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, create: do not corrupt function types' arglists... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf, create: support addition of references to the... |
tree | commitdiff |
2020-07-22 |
Nick Alcock | libctf: restructure error handling to reduce relocations |
tree | commitdiff |
2020-07-22 |
Nick Alcock | include, libctf: typo fixes |
tree | commitdiff |
2020-07-22 |
Nick Clifton | Fix problems in CTF handling code exposed by the Coveri... |
tree | commitdiff |
2020-07-04 |
Nick Clifton | Add markers for binutils 2.35 branch |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: support platforms with separate libintl |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: add some missing #includes. |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf, elfcpp, gold: do not assume that <byteswap... |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: work with compilers not supporting GNU C attributes |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: avoid nonportable __thread in CTF archive handling |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf, binutils: support CTF archives like objdump |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: create: forwards are always in the namespace... |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: create: ctf_add_type should hand back already... |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: create: don't add forwards if the type added... |
tree | commitdiff |
2020-06-26 |
Nick Alcock | libctf: create: non-root-visible types should not appea... |
tree | commitdiff |
2020-03-11 |
John Baldwin | libctf: Mark bswap_identity_64 inline function as static. |
tree | commitdiff |
2020-01-18 |
Nick Clifton | Add markers for 2.34 branch to the NEWS files and Chang... |
tree | commitdiff |
2020-01-05 |
Joel Brobecker | Fix libctf ChangeLog date in most recent entry. |
tree | commitdiff |
2020-01-05 |
Eli Zaretskii | libctf: Add configure check for asprintf (for MinGW) |
tree | commitdiff |
2020-01-01 |
Alan Modra | Re: Update year range in copyright notice of binutils... |
tree | commitdiff |
2020-01-01 |
Alan Modra | Update year range in copyright notice of binutils files |
tree | commitdiff |
2019-10-16 |
Simon Marchi | libctf: mark swap.h inline functions as static |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: fix tabdamage |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: fix refcount leak in ctf_import |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: make ctf_dump not crash on OOM |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: remove ctf_malloc, ctf_free and ctf_strdup |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: get the encoding of non-ints/fps in the dynamic... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: allow ctf_type_lname of a null pointer. |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: properly handle ctf_add_type of forwards and... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: avoid the need to ever use ctf_update |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: handle nonrepresentable types at link time |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: installable libctf as a shared library |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: actually close bfds we have opened |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: bfd-open: mark the bfd as cacheable |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: get rid of a disruptive public include of ... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: eschew C99 for loop initial declarations |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: don't leak hash keys or values on value replacement |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: teach ctf_add_type how forwards work |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: add CU-mapping machinery |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: add linking of the variable section |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: map from old to corresponding newly-added types... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: add the ctf_link machinery |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: dump: check the right error values when dumping... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: dump: support non-root type dumping |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: fix double-free on ctf_compress_write error... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: write CTF files to memory, and CTF archives... |
tree | commitdiff |
2019-10-03 |
Nick Alcock | libctf: support getting strings from the ELF strtab |
tree | commitdiff |
next |