Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-10-03 | libctf: allow the header to change between versions | Nick Alcock | 1 | -14/+38 |
2019-07-01 | libctf: fix spurious error when rolling back to the first snapshot | Nick Alcock | 1 | -1/+1 |
2019-07-01 | libctf: deduplicate and sort the string table | Nick Alcock | 1 | -108/+75 |
2019-06-21 | libctf: drop mmap()-based CTF data allocator | Nick Alcock | 1 | -8/+7 |
2019-06-21 | libctf: handle errors on dynhash insertion better | Nick Alcock | 1 | -10/+24 |
2019-06-05 | libctf: eschew %zi format specifier | Nick Alcock | 1 | -3/+4 |
2019-06-04 | Use CHAR_BIT instead of NBBY in libctf | Tom Tromey | 1 | -6/+8 |
2019-06-04 | libctf: look for BSD versus GNU qsort_r signatures | Nick Alcock | 1 | -1/+1 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -22/+28 |
2019-05-28 | libctf: type copying | Nick Alcock | 1 | -0/+485 |
2019-05-28 | libctf: creation functions | Nick Alcock | 1 | -0/+1547 |