|
From: Nicholas N. <n.n...@gm...> - 2009-07-12 22:46:25
|
On Mon, Jul 6, 2009 at 7:48 AM, Julian Seward<js...@ac...> wrote: > > * VG_(message)(Vg_UserMsg, ..args..) now has the abbreviated form > VG_(UMSG)(..args..); ditto VG_(DMSG) for Vg_DebugMsg and > VG_(EMSG) for Vg_DebugExtraMsg. A couple of other useful > printf derivatives have been added to pub_tool_libcprint.h, > most particularly VG_(vcbprintf). I know that these names exist because you converted the VG_UMSG/VG_DMSG macros to functions. So VG_(umsg) and VG_(dmsg) would be better names now. > In the diff there's many changes like this: > > Property changes on: exp-ptrcheck/h_intercepts.c > ___________________________________________________________________ > Deleted: svn:mergeinfo I had lots of those when I did the Darwin merge... I just ignored them. Not sure what it means. Nick |