From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24461 invoked by alias); 10 Apr 2006 19:04:02 -0000 Received: (qmail 24450 invoked by uid 22791); 10 Apr 2006 19:04:01 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Apr 2006 19:03:59 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-35-140.inter.net.il [80.230.35.140]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DCJ72432 (AUTH halo1); Mon, 10 Apr 2006 22:03:53 +0300 (IDT) Date: Mon, 10 Apr 2006 19:04:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060410180030.GA29115@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 10 Apr 2006 14:00:30 -0400) Subject: Re: RFC: Readline 5.1 import Reply-to: Eli Zaretskii References: <20060410180030.GA29115@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00128.txt.bz2 > Date: Mon, 10 Apr 2006 14:00:30 -0400 > From: Daniel Jacobowitz > > I've done my best to preserve every local change. The local changes are > mainly for Cygwin, DJGPP, and MinGW32; I tested GNU/Linux, and did manual > testing on both Cygwin and MinGW32. My last attempt to build a DJGPP GDB > took all day and failed horribly due to GCC bugs, so I'm afraid I can't > test the __MSDOS__ bits. But they're pretty straightforward and I did > preserve all the local ones. The MSDOS stuff is okay with me, assuming (as I understand from your description) that all of the local changes were copied 1:1. The documentation-related changes due to renaming of files are also approved. Thanks.