We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Deprecate, obsolete, now in the binutils wiki
Document bugs/API limitations to fix for Steve Brennan
Per-thread vars; deduplication of dynamic dicts One hard task, one easy one.
Add ctf_arc_lookup stuff
Note some spurious forwards that should probably be crushed Pointed out by Stephen Brennan.
Updated Home (markdown)
The objcopy corruption I was worrying about is a non-thing It only affects the symtab, and we only care about the dynsym.
Mention tail-merging the strtab It's easy, it might save space, everything else in binutils does it when generating strtabs: it's worth a try.
Note that RPM is affected by the objcopy symtypetab corruption bug
Update to latest from ctfstd.org
Document the need for documentation
Add Jose's ctf_symbol_next type ID bug
v4: pointer size recording Recording the size of pointers in a header field lets us throw away the 'machine model' concept from libctf and ditch the last vestiges of hardcoded type-size information from the library.
Split out deltas and archive removal into a format v5 They are much harder than everything else (well, except string chunking, but the hard work there is done already) and will take significant effort. Let's do the easy stuff first.
Note that ctf_lookup_by_name needs a rewrite It's had too many serious bugs to live.
Note a bug in objcopy
Updated CTF Spec (markdown)
De-extirpate ctf_array_t Still an improvement
Array improvements
Possible linenos
Shuffle a section around
Fix header level
Reshuffle the format improvements Sort them in rough order they're likely to be done; add priority and difficulty and often some indication of what the effect of the changes is.
Delete CTF_K_NAME This is just, uh, another name for CTF_K_ALIAS. One might even call it an alias :)