Age | Commit message (Expand) | Author | Files | Lines |
2024-07-31 | libctf: fix ctf_archive_count return value on big-endian | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf: dump: fix small leak | Nick Alcock | 1 | -1/+2 |
2024-07-31 | libctf: fix ref leak of names of newly-inserted non-root-visible types | Nick Alcock | 1 | -3/+3 |
2024-07-31 | libctf: clean up hashtab error handling mess | Nick Alcock | 2 | -11/+16 |
2024-07-31 | libctf, include: add ctf_dict_set_flag: less enum dup checking by default | Nick Alcock | 8 | -45/+181 |
2024-07-31 | libctf: link: remember to turn off the LCTF_LINKING flag after ctf_link_write | Nick Alcock | 1 | -0/+4 |
2024-07-31 | libctf: link: fix error handling | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf, open: Fix enum error handling path | Nick Alcock | 1 | -0/+1 |
2024-07-31 | libctf, subr: don't mix up errors and warnings | Nick Alcock | 1 | -2/+2 |
2024-07-31 | libctf: fix dynset insertion | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf: dedup: tiny tweaks | Nick Alcock | 1 | -4/+3 |
2024-07-31 | libctf: fix CTF dict compression | Nick Alcock | 5 | -42/+179 |
2024-07-31 | libctf: fix linking of non-root-visible types | Nick Alcock | 3 | -2/+132 |
2024-07-31 | libctf, dump: correctly dump non-root-visible types | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf, string: split the movable refs out of the ref list | Nick Alcock | 2 | -20/+47 |
2024-07-31 | libctf, dedup: drop unnecessary arg from ctf_dedup() | Nick Alcock | 3 | -36/+30 |
2024-07-31 | libctf: we do in fact support foreign-endian old versions | Nick Alcock | 1 | -8/+2 |
2024-07-20 | Add markers for 2.43 branch/release | Nick Clifton | 1 | -0/+4 |
2024-06-20 | Revert "Remove LIBINTL_DEP" | Alan Modra | 2 | -2/+5 |
2024-06-20 | Remove LIBINTL_DEP | Alan Modra | 2 | -5/+2 |
2024-06-19 | libctf: fix testsuite bugs revealed by -Wall | Nick Alcock | 4 | -13/+9 |
2024-06-18 | libctf, include: new functions for looking up enumerators | Nick Alcock | 8 | -9/+482 |
2024-06-18 | libctf: make the ctf_next ctn_fp non-const | Nick Alcock | 1 | -3/+5 |
2024-06-18 | libctf: prohibit addition of enums with overlapping enumerator constants | Nick Alcock | 4 | -21/+163 |
2024-06-18 | libctf: suppress spurious failure of malloc-counting tests under valgrind | Nick Alcock | 5 | -2/+23 |
2024-06-18 | libctf: fix dict leak on archive-wide symbol lookup error path | Nick Alcock | 1 | -0/+1 |
2024-06-18 | libctf: don't leak enums if ctf_add_type fails | Nick Alcock | 1 | -1/+6 |
2024-06-18 | libctf: dedup: enums with overlapping enumerators are conflicting | Nick Alcock | 2 | -7/+38 |
2024-06-18 | libctf: doc: fix ctf_stype_t typedef string in spec | Nick Alcock | 1 | -1/+1 |
2024-06-18 | libctf: strtab corruption when strings are added to ctf_open()ed dicts | Nick Alcock | 1 | -0/+2 |
2024-06-12 | PR 31882 libctf: test suite incorrect format specifiers | A. Wilcox | 2 | -2/+2 |
2024-06-10 | autoupdate: add square brackets around arguments of AC_INIT | Matthieu Longo | 1 | -1/+1 |
2024-06-10 | autoupdate: add square brackets around argument of AC_PREREQ | Matthieu Longo | 1 | -1/+1 |
2024-05-23 | libctf testsuite compilation failure | Alan Modra | 1 | -1/+1 |
2024-05-17 | libctf: fix leak of entire dict when dict opening fails | Nick Alcock | 3 | -0/+194 |
2024-05-17 | libctf: test: add wrapper | Nick Alcock | 1 | -2/+11 |
2024-05-17 | libctf: test: add host | Nick Alcock | 1 | -0/+9 |
2024-05-17 | libctf: test: add lookup_link | Nick Alcock | 1 | -1/+5 |
2024-05-17 | libctf: ctf_archive_iter: fix tiny leak | Nick Alcock | 1 | -1/+6 |
2024-05-17 | libctf: failure to open parent dicts that exist should be an error | Nick Alcock | 1 | -5/+17 |
2024-05-17 | libctf: typos | Nick Alcock | 1 | -2/+2 |
2024-04-24 | buffer overflow in libctf tests | Alan Modra | 2 | -2/+2 |
2024-04-20 | Error compiling libctf-regression test | Alan Modra | 2 | -2/+2 |
2024-04-19 | libctf: do not include undefined functions in libctf.ver | Nick Alcock | 2 | -10/+32 |
2024-04-19 | libctf: Remove undefined functions from ver. map | Nicholas Vinson | 1 | -4/+1 |
2024-04-19 | libctf: don't pass errno into ctf_err_warn so often | Nick Alcock | 4 | -19/+19 |
2024-04-19 | libctf: fix leak in test | Nick Alcock | 1 | -0/+4 |
2024-04-19 | libctf: add rewriting tests | Nick Alcock | 5 | -0/+346 |
2024-04-19 | libctf: fix a debugging typo | Nick Alcock | 1 | -1/+1 |
2024-04-19 | libctf: make ctf_lookup of symbols by name work in more cases | Nick Alcock | 1 | -1/+3 |