From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96032 invoked by alias); 31 Jul 2019 15:44:30 -0000 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 Received: (qmail 96021 invoked by uid 89); 31 Jul 2019 15:44:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 31 Jul 2019 15:44:28 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 70200AEB2; Wed, 31 Jul 2019 15:44:26 +0000 (UTC) Subject: minimal tcl version for gdb test suite To: Tom Tromey , gdb-patches@sourceware.org References: <20190726185134.1856-1-tom@tromey.com> <20190726185134.1856-2-tom@tromey.com> From: Tom de Vries Openpgp: preference=signencrypt Message-ID: Date: Wed, 31 Jul 2019 15:44:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190726185134.1856-2-tom@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00675.txt.bz2 [ Re: [PATCH v2 1/8] A virtual terminal for the test suite ] On 26-07-19 20:51, Tom Tromey wrote: > + _insert [string repeat " " $n] Hi, I noticed you started using "string repeat", available since tcl 8.3. So, I was wondering ... is there a minimal required tcl version for the gdb testsuite? If so, is it documented somewhere? Thanks, - Tom