From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id d74b3201 for ; Thu, 19 Jul 2018 05:42:13 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 9C7DA9EBB3; Thu, 19 Jul 2018 15:42:12 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id CAB019E982; Thu, 19 Jul 2018 15:41:56 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id C8F6F9E982; Thu, 19 Jul 2018 15:41:54 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTP id C94E49E3BA for ; Thu, 19 Jul 2018 15:41:53 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.9/8.14.9) with ESMTP id w6J5fobP018029; Wed, 18 Jul 2018 23:41:50 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.9/8.14.9/submit) id w6J5foDw018028; Thu, 19 Jul 2018 05:41:50 GMT From: arnold@skeeve.com Message-Id: <201807190541.w6J5foDw018028@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Wed, 18 Jul 2018 23:41:50 -0600 To: tuhs@minnie.tuhs.org, mobile@majumdar.org.uk References: In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] Looking for final C compiler by Dennis Ritchie X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 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" Dibyendu Majumdar wrote: > Hi > > I am interested in finding out if the last C compiler code (not the > earliest versions which I know > are available) written by Dennis Ritchie is available somewhere. I > assume that the C compiler in V7 code was written by him? > > Thanks and Regards > Dibyendu Yes - but take note, that would be 'cc'. The 'pcc' command, also in V7, is Steve Johnson's Portable C Compiler. Arnold