aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-create.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-01libctf: fix spurious error when rolling back to the first snapshotNick Alcock1-1/+1
2019-07-01libctf: deduplicate and sort the string tableNick Alcock1-108/+75
2019-06-21libctf: drop mmap()-based CTF data allocatorNick Alcock1-8/+7
2019-06-21libctf: handle errors on dynhash insertion betterNick Alcock1-10/+24
2019-06-05libctf: eschew %zi format specifierNick Alcock1-3/+4
2019-06-04Use CHAR_BIT instead of NBBY in libctfTom Tromey1-6/+8
2019-06-04libctf: look for BSD versus GNU qsort_r signaturesNick Alcock1-1/+1
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-22/+28
2019-05-28libctf: type copyingNick Alcock1-0/+485
2019-05-28libctf: creation functionsNick Alcock1-0/+1547