From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id b7cdc8c2 for ; Fri, 6 Dec 2019 05:58:58 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 0F1A09BDE1; Fri, 6 Dec 2019 15:58:57 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id CF9C59B57D; Fri, 6 Dec 2019 15:58:27 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 2D1279B57D; Fri, 6 Dec 2019 15:58:25 +1000 (AEST) Received: from mxout2.netvision.net.il (mxout2.netvision.net.il [194.90.9.21]) by minnie.tuhs.org (Postfix) with ESMTP id 3586893D35 for ; Fri, 6 Dec 2019 15:58:24 +1000 (AEST) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from skeeve.com ([109.186.115.201]) by mxout2.netvision.net.il (Oracle Communications Messaging Server 8.0.2.1.20180104 64bit (built Jan 4 2018)) with ESMTPSA id <0Q2200H1YTX8D660@mxout2.netvision.net.il> for tuhs@tuhs.org; Fri, 06 Dec 2019 07:58:21 +0200 (IST) Received: from skeeve.com (skeeve.com [127.0.0.1]) by skeeve.com (8.15.2/8.15.2/Debian-3) with ESMTP id xB65wKsY003768; Fri, 6 Dec 2019 07:58:20 +0200 Received: (from arnold@localhost) by skeeve.com (8.15.2/8.15.2/Submit) id xB65wHWn003767; Fri, 6 Dec 2019 07:58:17 +0200 From: Arnold Robbins Message-id: <201912060558.xB65wHWn003767@skeeve.com> Date: Fri, 06 Dec 2019 07:58:17 +0200 To: tuhs@tuhs.org User-Agent: Heirloom mailx 12.5 6/20/10 Subject: [TUHS] v10spell updated X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Hello All. Anyone who pulled the code for v10spell that I made available a few months ago should 'make clean', 'git pull', and 'make'. A critical bug has been fixed for 64 bit systems, and the code has had some additional cleanups and the doc updated some as well. The repos is at git://github.com/arnoldrobbins/v10spell. Enjoy, Arnold