From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6143 invoked by alias); 31 Mar 2006 01:17:07 -0000 Received: (qmail 6110 invoked by uid 9008); 31 Mar 2006 01:17:06 -0000 Date: Fri, 31 Mar 2006 01:17:00 -0000 Message-ID: <20060331011706.6108.qmail@sourceware.org> From: mmitchel@sourceware.org To: src-cvs@sources.redhat.com Subject: src ./ChangeLog.csl libiberty/Makefile.in libi ... 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/msg00094.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: binutils-csl-2_17-branch Changes by: mmitchel@sourceware.org 2006-03-31 01:17:06 Modified files: . : ChangeLog.csl libiberty : Makefile.in configure configure.ac functions.texi pex-common.c pex-common.h pex-djgpp.c pex-msdos.c pex-unix.c pex-win32.c pexecute.txh Added files: libiberty : cygpath.c Log message: * libiberty/configure.ac: Add cygpath for mingw hosts. * libiberty.configure: Rebuilt. * libiberty/Makefile.in: Add cygpath. * libiberty/cygpath.c: New. * include/libiberty.h (pex_write_input): New declaration. * libiberty/pex-common.c (pex_write_input): New function. * libiberty/pexecute.txh (pex_write_input): Document it. * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw. * libiberty/pex-unix.c (pex_unix_fdopenw): New function. (funcs): List it as our fdopenw function. * libiberty/pex-win32.c (pex_win32_fdopenw): New function. (funcs): List it as our fdopenw function. * libiberty/pex-djgpp.c (funcs): Leave fdopenw null. * libiberty/pex-msdos (funcs): Same. * libiberty/functions.texi: Regenerated. * libiberty/pex-common.h (struct pex_obj): Doc fixes. * libiberty/functions.texi: Regenerate. 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.13&r2=1.1.14.14 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cygpath.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.80&r2=1.80.14.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.82&r2=1.82.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.30&r2=1.30.6.1 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&r2=1.25.2.1 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&r2=1.3.16.1 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&r2=1.5.2.1 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&r2=1.6.16.1 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&r2=1.5.16.1 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&r2=1.7.16.1 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.2&r2=1.9.14.3 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&r2=1.3.16.1