From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18814 invoked by alias); 24 Aug 2007 15:28:55 -0000 Received: (qmail 18594 invoked by uid 22791); 24 Aug 2007 15:28:54 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Aug 2007 15:28:49 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l7OFSgnn024055; Fri, 24 Aug 2007 17:28:42 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l7OFSgDi030135; Fri, 24 Aug 2007 17:28:42 +0200 (CEST) Date: Fri, 24 Aug 2007 15:28:00 -0000 Message-Id: <200708241528.l7OFSgDi030135@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb@sourceware.org In-reply-to: <20070824151251.GG6056@adacore.com> (message from Joel Brobecker on Fri, 24 Aug 2007 11:12:51 -0400) Subject: Re: GDB transition to GPLv3 should now be complete References: <20070824151251.GG6056@adacore.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00189.txt.bz2 > Date: Fri, 24 Aug 2007 11:12:51 -0400 > From: Joel Brobecker > > GDB is now licensed under the terms of GPLv3. > > There is one issue identified left before the release: printing of > signed and unsigned characters and strings. I found the patch > submission, but it looks like it never went in (for lack of agreement > on it?). Yes, and I think the only reasonable thing to do in this case is to stick with historical behaviour. > I would like to give a week to any dust that might have been created by > the switch to GPLv3 to settle. Let's take a decision about the issue > above (either fix, defer, or leave as is). I'm targetting a branch > creation date around Aug 31st (I'm actually flying again the next day, > so the actual creation might happen a few days after). Good! I'll try to give it a spin on several of my OpenBSD boxes. Hopefully people will be a bit conservative with checking stuff in before the branch is created. Mark