Re: [PATCH] Properly guard against a call without parameters.

2008-09-29 Thread Pascal Obry
e mingw system and invoked: $ windres Anyway if this works fine on Windows XP on current version this can be ignored. Sorry for the noise. -- Pascal Obry -- gpg --keyserver wwwkeys.pgp.net --recv-key C1082595 ___ bug-binutils mailing list

[PATCH] Properly guard against a call without parameters.

2008-09-24 Thread Pascal Obry
/ChangeLog binutils/ChangeLog index 4394743..5b8c38e 100644 --- binutils/ChangeLog +++ binutils/ChangeLog @@ -1,3 +1,10 @@ +2008-09-20 Pascal Obry <[EMAIL PROTECTED]> + + binutils/ + * windres.c (main): Ensure that windres won't crash when + no parameter passed on the c

Re: dlltool problem (dot in directory) report and proposed patch

2006-11-22 Thread Pascal Obry
Danny Smith a écrit : > I think this has been fixed in different way by: > 2006-11-08 Vladimir Prus <[EMAIL PROTECTED]> Thanks Danny. This does fix the problem. You can close this report. Pascal. -- --|------ --|

dlltool problem (dot in directory) report and proposed patch

2006-11-16 Thread Pascal Obry
(int) strrchr (program, '.'); ! int has_slash = (slash_pos > backslash_pos) ? slash_pos : backslash_pos; ! int has_extension = !!dot_pos && (dot_pos > has_slash); HANDLE h; if (has_slash) Pascal. -- --|-- --| Pascal O