This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Windows libiberty: Don't quote args unnecessarily (v2)


2014-05-07 8:55 GMT+02:00 Ray Donnelly <mingw.android@gmail.com>:
> We only quote arguments that contain spaces, \t or "
> characters to prevent wasting 2 characters per
> argument of the CreateProcess() 32,768 limit.
>
> libiberty/
>         * pex-win32.c (argv_to_cmdline): Don't quote
>         args unnecessarily
>
> Ray Donnelly (1):
>   Windows libibery: Don't quote args unnecessarily
>
>  libiberty/pex-win32.c | 46 +++++++++++++++++++++++++++++++++++++---------
>  1 file changed, 37 insertions(+), 9 deletions(-)
>
> --
> 1.9.2
>

Did you missed to attach patch?  Or is that my mail-client?

Kai


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]