On 07/28/2014 03:01 PM, Trevor Saunders wrote:
Yeah. Do you have some particular complaints btw?
I haven't actually used it in a while, but istr there's an issue where
if you change the prototype of a function mklog makes an entry for the
previous function.
I think this is because mklog relies on markers generated by diff -p
(like @@ -96,20 +108,22 @@ bitmap_descriptor (const char *file, int
line, const char *function)).
Diff will indeed report old name instead of the new one.
Automatically inserting likewise where it would be appropriate would be
nice, but fairly hard I suspect.
This depends on the actual use-case. For tests and deleted files this
should be relatively straightforward but probably not very useful.
-Y