Den 2010-07-19 03:07 skrev Charles Wilson:
*snip*
> Congratulations, you have reached the end of this message, and can
> now review the 750 line patch!
I did wonder when I was going to get some meat :-)
*snip*
> +func_wine_to_win32_pathlist ()
> +{
> + $opt_debug
> + # unfortunately, winepath doesn't convert pathlists
But you can feed it multiple things to do in one go though if
I understand correctly:
winepath /first/filename /second/filename ...
I don't know how the output is formated though (one file per line
probably). And besides, you're just shuffling code around so not
an issue for this patch...
*snip*
> + fi
> +}
> +# end func_nix_to_cygwin_pathlist_convert
> +
"git am" printed the warning below about the above hunk:
warning: 1 line adds whitespace errors.
I have rebased those of my old patches that are still applicable,
and will run some tests with MSYS/gcc, MSYS/MSVC and Cygwin/MSVC
to check which failures have been fixed. What? Regressions? No way,
I don't want those! :-)
I'll report back with the results (and perhaps the patches)...
Cheers,
Peter