Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | libctf: add new dynhash functions | Nick Alcock | 4 | -0/+122 |
2020-07-22 | libctf: fix __extension__ with non-GNU C compilers | Nick Alcock | 2 | -0/+5 |
2020-07-22 | libctf: add ctf_archive_count | Nick Alcock | 3 | -0/+16 |
2020-07-22 | libctf: add ctf_member_count | Nick Alcock | 3 | -0/+30 |
2020-07-22 | libctf: add ctf_type_kind_forwarded | Nick Alcock | 3 | -0/+25 |
2020-07-22 | libctf: add ctf_type_name_raw | Nick Alcock | 3 | -6/+23 |
2020-07-22 | libctf: having debugging enabled is unlikely | Nick Alcock | 2 | -1/+5 |
2020-07-22 | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 4 | -12/+40 |
2020-07-22 | libctf, types: ints, floats and typedefs with no name are invalid | Nick Alcock | 2 | -1/+15 |
2020-07-22 | libctf, types: support slices of anything terminating in an int | Nick Alcock | 3 | -3/+22 |
2020-07-22 | libctf, create: empty dicts are dirty to start with | Nick Alcock | 2 | -0/+5 |
2020-07-22 | libctf, create: fix addition of anonymous struct/union members | Nick Alcock | 2 | -0/+9 |
2020-07-22 | libctf, create: member names of "" and NULL should be the same | Nick Alcock | 2 | -0/+8 |
2020-07-22 | libctf, open: drop unnecessary historical wart around forwards | Nick Alcock | 2 | -9/+8 |
2020-07-22 | libctf, types: allow ctf_type_reference of dynamic slices | Nick Alcock | 2 | -3/+16 |
2020-07-22 | libctf, create: add explicit casts for variables' and slices' types | Nick Alcock | 2 | -2/+7 |
2020-07-22 | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 4 | -14/+27 |
2020-07-22 | libctf, create: support addition of references to the unimplemented type | Nick Alcock | 2 | -8/+44 |
2020-07-22 | libctf: restructure error handling to reduce relocations | Nick Alcock | 6 | -62/+100 |
2020-07-22 | include, libctf: typo fixes | Nick Alcock | 2 | -1/+5 |
2020-07-22 | Fix problems in CTF handling code exposed by the Coverity static analysis tool. | Nick Clifton | 2 | -13/+11 |
2020-07-04 | Add markers for binutils 2.35 branch | Nick Clifton | 1 | -0/+4 |
2020-06-26 | libctf: support platforms with separate libintl | Nick Alcock | 6 | -2/+112 |
2020-06-26 | libctf: add some missing #includes. | Nick Alcock | 3 | -0/+7 |
2020-06-26 | libctf, elfcpp, gold: do not assume that <byteswap.h> contains bswap_* | Nick Alcock | 5 | -8/+68 |
2020-06-26 | libctf: work with compilers not supporting GNU C attributes | Nick Alcock | 2 | -0/+15 |
2020-06-26 | libctf: avoid nonportable __thread in CTF archive handling | Nick Alcock | 2 | -9/+15 |
2020-06-26 | libctf, binutils: support CTF archives like objdump | Nick Alcock | 5 | -75/+88 |
2020-06-26 | libctf: create: forwards are always in the namespace of their referent | Nick Alcock | 2 | -2/+14 |
2020-06-26 | libctf: create: ctf_add_type should hand back already-added non-SoUs | Nick Alcock | 2 | -6/+15 |
2020-06-26 | libctf: create: don't add forwards if the type added already exists | Nick Alcock | 2 | -1/+9 |
2020-06-26 | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 4 | -17/+53 |
2020-03-11 | libctf: Mark bswap_identity_64 inline function as static. | John Baldwin | 2 | -1/+5 |
2020-01-18 | Add markers for 2.34 branch to the NEWS files and ChangeLogs. | Nick Clifton | 1 | -0/+4 |
2020-01-05 | Fix libctf ChangeLog date in most recent entry. | Joel Brobecker | 1 | -1/+1 |
2020-01-05 | libctf: Add configure check for asprintf (for MinGW) | Eli Zaretskii | 4 | -2/+72 |
2020-01-01 | Re: Update year range in copyright notice of binutils files | Alan Modra | 1 | -0/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 26 | -29/+29 |
2019-10-16 | libctf: mark swap.h inline functions as static | Simon Marchi | 2 | -3/+7 |
2019-10-03 | libctf: fix tabdamage | Nick Alcock | 3 | -3/+8 |
2019-10-03 | libctf: fix refcount leak in ctf_import | Nick Alcock | 2 | -0/+7 |
2019-10-03 | libctf: make ctf_dump not crash on OOM | Nick Alcock | 4 | -23/+61 |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 9 | -117/+156 |
2019-10-03 | libctf: get the encoding of non-ints/fps in the dynamic space right | Nick Alcock | 2 | -1/+26 |
2019-10-03 | libctf: allow ctf_type_lname of a null pointer. | Nick Alcock | 2 | -1/+7 |
2019-10-03 | libctf: properly handle ctf_add_type of forwards and self-reffing structs | Nick Alcock | 4 | -85/+134 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 10 | -422/+896 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 6 | -27/+130 |
2019-10-03 | libctf: installable libctf as a shared library | Nick Alcock | 8 | -82/+8150 |
2019-10-03 | libctf: actually close bfds we have opened | Nick Alcock | 3 | -1/+8 |