From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32214 invoked by alias); 28 Sep 2006 20:41:10 -0000 Received: (qmail 32187 invoked by uid 9617); 28 Sep 2006 20:41:10 -0000 Date: Thu, 28 Sep 2006 20:41:00 -0000 Message-ID: <20060928204110.32185.qmail@sourceware.org> From: shinwell@sourceware.org To: src-cvs@sourceware.org Subject: src ./ChangeLog.csl libiberty/functions.texi l ... 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-q3/txt/msg00124.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: binutils-csl-2_17-branch Changes by: shinwell@sourceware.org 2006-09-28 20:41:10 Modified files: . : ChangeLog.csl libiberty : functions.texi pex-common.c pex-common.h pex-djgpp.c pex-msdos.c pex-unix.c pex-win32.c pexecute.txh Log message: include/ * libiberty.h: Declare pex_run_in_environment. libiberty/ * pex-common.c: New function pex_run_in_environment. * pex-common.h: Add environment parameter to exec_child. * pex-msdos.c: Add environment parameter to pex_msdos_exec_child. * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child. (pex_djgpp_exec_child): Pass environment to child process. * pex-unix.c: Add environment parameter to pex_unix_exec_child. (pex_unix_exec_child): Pass environment to child process. * pex-win32.c: Add environment parameter to pex_win32_exec_child. New function env_compare for comparing VAR=VALUE pairs. (win32_spawn): Assemble environment block and pass to CreateProcess. (spawn_script): Pass environment through to win32_spawn. (pex_win32_exec_child): Pass environment through to spawn_script and win32_spawn. * functions.texi: Regenerate. * pexecute.txh: Document pex_run_in_environment. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.1.14.97&r2=1.1.14.98 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.25.2.2&r2=1.25.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.3.16.2&r2=1.3.16.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.h.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.5.2.2&r2=1.5.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-djgpp.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.6.16.1&r2=1.6.16.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-msdos.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.5.16.1&r2=1.5.16.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-unix.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.7.16.1&r2=1.7.16.2 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.14.3&r2=1.9.14.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pexecute.txh.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.3.16.2&r2=1.3.16.3