From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9512 invoked by alias); 19 Jun 2017 20:44:22 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 41325 Received: (qmail 13662 invoked from network); 19 Jun 2017 20:44:22 -0000 X-Qmail-Scanner-Diagnostics: from know-smtprelay-omc-1.server.virginmedia.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(80.0.253.65):SA:0(-1.0/5.0):. Processed in 1.311944 secs); 19 Jun 2017 20:44:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _smtprelay.virginmedia.com designates 80.0.253.65 as permitted sender) X-Originating-IP: [86.21.219.59] X-Authenticated-User: p.w.stephenson@ntlworld.com X-Spam: 0 X-Authority: v=2.1 cv=NqQsCJpJ c=1 sm=1 tr=0 a=utowdAHh8RITBM/6U1BPxA==:117 a=utowdAHh8RITBM/6U1BPxA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=x7bEGLp0ZPQA:10 a=q2GGsy2AAAAA:8 a=SZ6_hT7PLtZ-akhZokYA:9 a=CjuIK1q_8ugA:10 a=coUO86taSdwA:10 a=z9dJwno5l634igLiVhy-:22 Date: Mon, 19 Jun 2017 21:44:14 +0100 From: Peter Stephenson To: Zsh hackers list Subject: Re: Why sourcing a file is not faster than doing a loop with eval, zle -N Message-ID: <20170619214414.32694497@ntlworld.com> In-Reply-To: <170619133812.ZM3422@torch.brasslantern.com> References: <20170619122413.GA9294@chaz.gmail.com> <170619083116.ZM17323__41722.0601499595$1497886320$gmane$org@torch.brasslantern.com> <20170619161601.GB9294@chaz.gmail.com> <20170619202835.7f207185@ntlworld.com> <170619133812.ZM3422@torch.brasslantern.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1497905055; bh=MqhWisayFavgGQH7VfAqOOwcE3i0yatZmhOz7Fw84qE=; h=Date:From:To:Subject:In-Reply-To:References; b=lR8SOHuXB7hLzbyS98nwts1t/IEtLMjKIois+g1W3nH564X+0jECGqkOXfR5GiLJ/ DYA3udrl0miO/A0HxVE4A+6ckU9ovDwRo9Pea0wQNBMaQwfHIG8srKNtzLhEgZ+v0m ai+GNAw9F9I+ff6SUPT47p4jhQEQxaECBg1HAxL7ZwQkM3jdafCXFuQaLHY1tC9gXn DxQA5pVpGO/oDmCleorzzMTaxQHFwTPfnzYgBTbPrDVnjNJPgeu3KA9cKYrxEAXj97 hhZSDqSi5bH5fksBzwc5K9XqAQEq31XJ+DkspVO9NXuuQiWyOEuin2+g43sjp9Q8CM 275b+po/UOLcw== On Mon, 19 Jun 2017 13:38:12 -0700 Bart Schaefer wrote: > I don't think the HAVE_FGETS + configure change is needed, there are > already at least four places where we assume fgets() is available. It's been there since 2001 and I added one of them myself in 2011. pws