Automatic date update in version.in
[binutils-gdb.git] / libctf /
2023-10-20 Nick Alcocklibctf: fix creation-time parent/child dict confusions
2023-10-18 Nick Alcocklibctf: check for problems with error returns
2023-10-18 Torbjörn SVENSSONlibctf: Return CTF_ERR in ctf_type_resolve_unsliced...
2023-10-17 Torbjörn SVENSSONlibctf: Sanitize error types for PR 30836
2023-08-12 Alan Modraregen config
2023-07-03 Nick CliftonAdd markers for the 2.41 branch
2023-04-08 Nick Alcocklibctf, link: fix CU-mapped links with CTF_LINK_EMPTY_C...
2023-04-08 Nick Alcocklibctf: propagate errors from parents correctly
2023-04-08 Nick Alcocklibctf, tests: do not assume host and target have ident...
2023-03-24 Nick Alcocklibctf: get the offsets of fields of unnamed structs...
2023-03-24 Nick Alcocklibctf: fix a comment typo
2023-03-24 Nick Alcocklibctf: work around an uninitialized variable warning
2023-03-24 Nick Alcocklibctf: fix assertion failure with no system qsort_r
2023-03-20 Alan Modralibctf: unused variable
2023-03-19 Alan Modractf segfaults
2023-01-16 Enze Lilibctf: update regexp to allow makeinfo to build document
2023-01-12 Nick Alcocklibctf: ctf-link outdated input check faulty
2023-01-12 Nick Alcocklibctf: skip the testsuite from inside dejagnu
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-12-31 Nick CliftonAdd markers for 2.40 branch
2022-12-12 Indu Bhagatlibctf: remove unnecessary zstd constructs
2022-12-12 Indu Bhagatlibctf: remove AC_CONFIG_MACRO_DIR
2022-12-12 Indu Bhagatlibctf: remove unnecessary zlib constructs
2022-12-08 Alan Modralibctf: avoid potential double free
2022-11-12 Indu Bhagatlibctf: use libtool for link test in configure
2022-11-07 Christophe Lyonconfigure: require libzstd >= 1.4.0
2022-09-27 Fangrui Songlibctf: Add ZSTD_LIBS to LIBS so that ac_cv_libctf_bfd_...
2022-08-01 Alan Modralibctf: Avoid use of uninitialised variables
2022-07-08 Nick CliftonAdd markers for 2.39 branch
2022-06-21 Nick Alcocklibctf: tests: prune warnings from compiler output
2022-06-21 Nick Alcocklibctf: avoid mingw warning
2022-06-21 Nick Alcocklibctf: fix linking together multiple objects derived...
2022-04-28 Nick Alcocklibctf: impose an ordering on conflicting types
2022-03-25 Nick Alcocklibtool.m4: fix the NM="/nm/over/here -B/option/with...
2022-03-23 Nick Alcocklibctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging option
2022-03-23 Nick Alcocklibctf, ld: diagnose corrupted CTF header cth_strlen
2022-03-23 Nick Alcockinclude, libctf, ld: extend variable section to contain...
2022-02-11 Mike Frysingerlibctf: delete unused libctf_TEXINFOS
2022-01-22 Nick CliftonAdd markers for 2.38 branch
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-12-03 Mike Frysingerlibctf: workaround automake bug with conditional info...
2021-12-02 Simon Marchilibctf: re-generate configure
2021-12-02 Mike Frysingerlibctf: merge doc subdir up a level
2021-11-30 Mike Frysingerlibctf: enable silent build rules
2021-11-09 H.J. Ludoc/ctf-spec.texi: Remove "@validatemenus off"
2021-11-08 Nick Alcocklibctf: add CTF format specification
2021-10-25 Nick Alcocklibctf, ld: handle nonrepresentable types better
2021-10-25 Nick Alcocklibctf: dump: do not stop dumping types on error
2021-09-27 Nick Alcocklibctf, lookup: fix bounds of pptrtab lookup
2021-09-27 Nick Alcocklibctf, testsuite: fix various warnings in tests
2021-09-27 Nick Alcocklibctf: fix handling of CTF symtypetab sections emitted...
2021-09-27 Nick Alcockconfigure: regenerate in all projects that use libtool.m4
2021-09-27 Nick Alcocklibctf: try several possibilities for linker versioning...
2021-09-27 Nick Alcocklibctf: link against libiberty before linking in libbfd...
2021-09-03 Alan ModraCC_FOR_TARGET et al
2021-09-03 Alan Modraubsan: libctf: applying zero offset to null pointer
2021-09-03 Alan Modrahaiku tidy
2021-07-03 Nick CliftonAdd markers for 2.37 branch
2021-05-09 Alan ModraUse htab_eq_string in libctf
2021-05-06 Nick Alcocklibctf, ld: fix test results for upstream GCC
2021-05-06 Nick Alcocklibctf, include: support an alternative encoding for...
2021-03-25 Nick Alcocklibctf: fix ELF-in-BFD checks in the presence of ASAN
2021-03-25 Nick Alcocklibctf: fix memory leak in a test
2021-03-25 Nick Alcocklibctf: don't dereference out-of-bounds locations in...
2021-03-25 Nick Alcocklibctf: make ctf_bfdopen_ctfsect a debugger entry point
2021-03-25 Nick Alcocklibctf, serialize: functions with no args have a NULL...
2021-03-25 Nick Alcocklibctf, dump: do not emit size or alignment if it would...
2021-03-21 Alan ModraProvide an inline startswith function in bfd.h
2021-03-18 Nick Alcocklibctf: support encodings for enums
2021-03-18 Nick Alcocklibctf: a couple of small error-handling fixes
2021-03-18 Nick Alcocklibctf: types: unify code dealing with small-vs-large...
2021-03-18 Nick Alcocklibctf: eliminate dtd_u, part 5: structs / unions
2021-03-18 Nick Alcocklibctf: eliminate dtd_u, part 4: enums
2021-03-18 Nick Alcocklibctf: do not corrupt strings across ctf_serialize
2021-03-18 Nick Alcocklibctf: don't lose track of all valid types upon serial...
2021-03-18 Nick Alcocklibctf: eliminate dtd_u, part 3: functions
2021-03-18 Nick Alcocklibctf: eliminate dtd_u, part 2: arrays
2021-03-18 Nick Alcocklibctf: eliminate dtd_u, part 1: int/float/slice
2021-03-18 Nick Alcocklibctf: fix GNU style for do {} while
2021-03-18 Nick Alcocklibctf: split up ctf_serialize
2021-03-18 Nick Alcocklibctf: fix comment above ctf_dict_t
2021-03-18 Nick Alcocklibctf: split serialization and file writeout into...
2021-03-18 Nick Alcocklibctf: fix some tabdamage and move some code around
2021-03-02 Nick Alcockbfd, ld, libctf: skip zero-refcount strings in CTF...
2021-03-02 Nick Alcocklibctf: free ctf_dynsyms properly
2021-03-02 Nick Alcocklibctf: fix signed/unsigned comparison confusion
2021-03-02 Nick Alcocklibctf: minor error-handling fixes
2021-03-02 Nick Alcocklibctf: add a deduplicator-specific type mapping table
2021-03-02 Nick Alcocklibctf: remove reference to "unconflicted link mode".
2021-03-02 Nick Alcocklibctf, include: remove the nondeduplicating CTF linker
2021-03-02 Nick Alcocklibctf: fix ChangeLog date
2021-03-02 Nick Alcocklibctf: reimplement many _iter iterators in terms of...
2021-03-02 Nick Alcocklibctf: ctf_archive_next should set the parent name...
2021-02-26 Alan Modralibctf regen for NEWS
2021-02-21 Alan Modralibctf AC_CANONICAL_TARGET
2021-02-20 Nick Alcocklibctf: add a NEWS
2021-02-20 Nick Alcocklibctf, include: find types of symbols by name
2021-02-20 Alan ModraInclude ld-lib.exp from ctf-lib.exp
2021-02-10 Nick Alcocklibctf: add missing header in BFD ELF check
2021-02-10 Nick Alcocklibctf: require a Tcl capable of try/catch to run tests
next