From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id F161C3851C34 for ; Fri, 26 Jun 2020 08:13:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F161C3851C34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ludo@gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]:52501) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jojUi-0000hZ-IA; Fri, 26 Jun 2020 04:13:56 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=34068 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jojUh-00070j-Ju; Fri, 26 Jun 2020 04:13:56 -0400 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= To: gdb-patches@sourceware.org Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v3 0/2] Add support for Guile 3.0 and 2.2 Date: Fri, 26 Jun 2020 10:13:31 +0200 Message-Id: <20200626081333.23412-1-ludo@gnu.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <87k103ik0v.fsf@gnu.org> References: <87k103ik0v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2020 08:14:01 -0000 Hello, Here’s an updated patch series; changes compared to v2: • Reinstate documentation of the buffering procedures for memory ports, but with a note stating they’re deprecated. • Separate ChangeLog for gdb/testsuite. Let me know what you think. Thanks in advance, Ludo’. Ludovic Courtès (2): guile: Add support for Guile 2.2. guile: Add support for Guile 3.0. gdb/NEWS | 10 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/doc/guile.texi | 17 +- gdb/guile/scm-math.c | 4 +- gdb/guile/scm-ports.c | 619 ++++++++++++++++------- gdb/testsuite/gdb.guile/scm-error.exp | 2 +- gdb/testsuite/gdb.guile/source2.scm | 2 +- gdb/testsuite/gdb.guile/types-module.exp | 6 +- 9 files changed, 483 insertions(+), 181 deletions(-) -- 2.26.2