Re: How to convert msvcp names to legible names?

2012-08-19 Thread Owen Rudge
On 19/08/2012 01:04, Bruno Jesus wrote: Which is the roseta stone used to read all msvcp function names like msvcp80.dll.??0?$basic_stringstream@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@H@Z, aborting as the real function name in source code? http://slush.warosu.org/c++filtjs/ is handy

Re: msctf: Call interface methods properly

2012-08-19 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=21043 Your paranoid

Re: [6/7] gdiplus: Add a test for extra space added by GdipMeasureString. Resend.

2012-08-19 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=21046 Your paranoid

Re: kernel32: Add UTF-7 support. (try 4)

2012-08-19 Thread Alex Henrie
Correction: I meant to write that try 4 exits the loop slightly faster when ending a base64 sequence, it has nothing to do with escaped plus signs which are handled a few lines earlier. -Alex