From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23105 invoked by alias); 8 May 2014 07:19:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 23071 invoked by uid 89); 8 May 2014 07:19:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qg0-f46.google.com Received: from mail-qg0-f46.google.com (HELO mail-qg0-f46.google.com) (209.85.192.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 08 May 2014 07:19:05 +0000 Received: by mail-qg0-f46.google.com with SMTP id q108so2347872qgd.33 for ; Thu, 08 May 2014 00:19:03 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.224.113.205 with SMTP id b13mr2194786qaq.19.1399533543464; Thu, 08 May 2014 00:19:03 -0700 (PDT) Received: by 10.96.235.108 with HTTP; Thu, 8 May 2014 00:19:03 -0700 (PDT) In-Reply-To: <1399445760-4060-1-git-send-email-mingw.android@gmail.com> References: <1397936424-2290-1-git-send-email-mingw.android@gmail.com> <1399445760-4060-1-git-send-email-mingw.android@gmail.com> Date: Thu, 08 May 2014 07:19:00 -0000 Message-ID: Subject: Re: [PATCH] Windows libiberty: Don't quote args unnecessarily (v2) From: Kai Tietz To: Ray Donnelly Cc: GCC Patches , Kai Tietz Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00457.txt.bz2 2014-05-07 8:55 GMT+02:00 Ray Donnelly : > 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