From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7138 invoked by alias); 20 Mar 2006 21:00:34 -0000 Received: (qmail 7100 invoked by uid 9008); 20 Mar 2006 21:00:32 -0000 Date: Mon, 20 Mar 2006 21:00:00 -0000 Message-ID: <20060320210032.7098.qmail@sourceware.org> From: mmitchel@sourceware.org To: src-cvs@sources.redhat.com Subject: src/libiberty pex-win32.c Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00067.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: binutils-csl-2_17-branch Changes by: mmitchel@sourceware.org 2006-03-20 21:00:32 Modified files: libiberty : pex-win32.c Log message: * libiberty/pex-win32.c (): Include. (fix_argv): Remove. (argv_to_cmdline): New function. (std_suffixes): New variable. (no_suffixes): Likewise. (find_executable): New function. (win32_spawn): Likewise. (spawn_script): Use win32_spawn instead of _spawnv[p]. (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls. (pex_win32_wait): Likewise. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-win32.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.9&r2=1.9.14.1