]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / libctf /
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...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
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
2019-06-07  Nick Alcocklibctf: avoid strndup
2019-06-07  Nick Alcocklibctf: explicitly cast more size_t types used in printf()s
2019-06-07  Nick Alcocklibctf: mark various args as unused in the !HAVE_MMAP...
2019-06-05  Nick Alcocklibctf: eschew %zi format specifier
2019-06-04  Tom TromeyUse CHAR_BIT instead of NBBY in libctf
2019-06-04  Nick Alcocklibctf: work on platforms without O_CLOEXEC.
2019-06-04  Nick Alcocklibctf: look for BSD versus GNU qsort_r signatures
2019-06-04  Nick Alcocklibctf: fix use-after-free in function dumping
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-29  Nick AlcockFix libctf build on non-ELF targets.
2019-05-28  Nick Alcocklibctf: build system
2019-05-28  Nick Alcocklibctf: debug dumping
2019-05-28  Nick Alcocklibctf: labels
2019-05-28  Nick Alcocklibctf: library version enforcement
2019-05-28  Nick Alcocklibctf: type copying
2019-05-28  Nick Alcocklibctf: lookups by name and symbol
2019-05-28  Nick Alcocklibctf: core type lookup
2019-05-28  Nick Alcocklibctf: ELF file opening via BFD
2019-05-28  Nick Alcocklibctf: mmappable archives
2019-05-28  Nick Alcocklibctf: opening
2019-05-28  Nick Alcocklibctf: creation functions
2019-05-28  Nick Alcocklibctf: implementation definitions related to file...
2019-05-28  Nick Alcocklibctf: hashing
2019-05-28  Nick Alcocklibctf: error handling
2019-05-28  Nick Alcocklibctf: low-level list manipulation and helper utilities
2019-05-28  Nick Alcocklibctf: lowest-level memory allocation and debug-dumpin...