From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6241 invoked by alias); 17 Mar 2006 20:36:15 -0000 Received: (qmail 6199 invoked by uid 442); 17 Mar 2006 20:36:14 -0000 Date: Fri, 17 Mar 2006 20:36:00 -0000 Message-ID: <20060317203614.6197.qmail@sourceware.org> From: jimb@sourceware.org To: src-cvs@sources.redhat.com Subject: src/libiberty ChangeLog functions.texi pex-com ... 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/msg00058.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: gdb-csl-20060226-branch Changes by: jimb@sourceware.org 2006-03-17 20:36:14 Modified files: libiberty : ChangeLog functions.texi pex-common.c pex-common.h pex-djgpp.c pex-msdos.c pex-unix.c pex-win32.c pexecute.txh Log message: gdb/ChangeLog: 2006-03-17 Jim Blandy Add support for 'target remote |' on MinGW. * ser-mingw.c (struct pipe_state): New structure. (make_pipe_state, free_pipe_state, cleanup_pipe_state) (pipe_windows_open, pipe_windows_close, pipe_windows_read) (pipe_windows_write, pipe_wait_handle): New functions. (_initialize_ser_windows): Register a "pipe" interface based on them. include/ChangeLog: 2006-03-15 Jim Blandy * libiberty.h (pex_write_input): New declaration. libiberty/ChangeLog: 2006-03-15 Jim Blandy * pex-common.c (pex_write_input): New function. * pexecute.txh (pex_write_input): Document it. * pex-common.h (struct pex_funcs): New function ptr fdopenw. * pex-unix.c (pex_unix_fdopenw): New function. (funcs): List it as our fdopenw function. * pex-win32.c (pex_win32_fdopenw): New function. (funcs): List it as our fdopenw function. * pex-djgpp.c (funcs): Leave fdopenw null. * pex-msdos (funcs): Same. * functions.texi: Regenerated. 2006-03-12 Jim Blandy * pex-common.h (struct pex_obj): Doc fixes. 2006-03-11 Jim Blandy * functions.texi: Regenerate. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.382&r2=1.382.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.24&r2=1.24.10.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.c.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.3&r2=1.3.12.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.h.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.4&r2=1.4.12.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-djgpp.c.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.6&r2=1.6.12.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-msdos.c.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.5&r2=1.5.12.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-unix.c.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.7&r2=1.7.12.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-win32.c.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.9&r2=1.9.10.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pexecute.txh.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.3&r2=1.3.12.1