From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3395 invoked by alias); 14 Aug 2009 07:12:10 -0000 Received: (qmail 3316 invoked by uid 22791); 14 Aug 2009 07:12:09 -0000 X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83,RCVD_IN_JMF_BL,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Aug 2009 07:12:01 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KOC00K00UGCUV00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Fri, 14 Aug 2009 10:11:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.68.70]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KOC00CZMUNKP980@i-mtaout7.012.net.il>; Fri, 14 Aug 2009 10:11:45 +0300 (IDT) Date: Fri, 14 Aug 2009 10:33:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Rename python files. In-reply-to: <200908132359.32327.thiago.bauermann@gmail.com> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eirekgy2.fsf@gnu.org> References: <200908132359.32327.thiago.bauermann@gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00190.txt.bz2 > From: Thiago Jung Bauermann > Date: Thu, 13 Aug 2009 23:59:31 -0300 > > Eli asked that the source code and testcase files pertaining to python > scripting support be renamed in order to support the 8.3 limitation in DOS. I > don't like the fnchange.lst solution because it's just one more arcane thing > we would have to know in order to hack GDB. So I prefer straight renaming of > the files. Thanks. I prefer renaming also, especially for files that (I hope) will be compiled in the DJGPP port of GDB. fnchange.lst is the last resort, and using it is tricky for files that are actually compiled. > How should said renaming be done, by submitting and committing a patch which > removes the old file and adds a new one, or by moving things around in CVSROOT? The latter is better, because it preserves the CVS history. But I think it requires special privileges on the repository.