From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RDNS_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: (qmail 5283 invoked from network); 22 Mar 2020 21:44:56 -0000 Received-SPF: pass (minnie.tuhs.org: domain of minnie.tuhs.org designates 45.79.103.53 as permitted sender) receiver=inbox.vuxu.org; client-ip=45.79.103.53 envelope-from= Received: from unknown (HELO minnie.tuhs.org) (45.79.103.53) by inbox.vuxu.org with ESMTP; 22 Mar 2020 21:44:56 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id D27CD9D716; Mon, 23 Mar 2020 07:44:53 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id E708E9D70C; Mon, 23 Mar 2020 07:44:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1584913485; bh=HCr9SghO24C0hkAnQHRZAAyBezd+1CqF6q6CbTWVuZE=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=gjguKfzzL22v/GNmVEW2Tqo2wY7jdMCfrKCtqDUJae5lEYMIQNRPSOLWspm1ER6fZ qpTuwtB11WtjZe5UtheRTgvA+jI6ioo7gFLhBT1sDxx63FoJNG2HyJgq4dJpVpbrhw ILzaoX7zREa4HZS2T1U70tQ6Mm8zI92XDS4JbHgI= Received: by minnie.tuhs.org (Postfix, from userid 1000) id CD8AB9BD9B; Mon, 23 Mar 2020 07:44:34 +1000 (AEST) Date: Mon, 23 Mar 2020 07:44:34 +1000 From: Warren Toomey To: Warner Losh Message-ID: <20200322214434.GB13820@minnie.tuhs.org> References: <20200322202011.GA32609@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] execl and execv, first appearance in unix 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: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sun, Mar 22, 2020 at 02:49:03PM -0600, Warner Losh wrote: > On Sun, Mar 22, 2020 at 2:20 PM Warren Toomey <[1]wkt@tuhs.org> wrote: > > On Sun, Mar 22, 2020 at 09:58:29AM -0600, Warner Losh wrote: > > "from a working C compiler for 2nd Edition UNIX." > > Does anybody know for sure, or can provide more insight into the > last1120c.tar.g > > z file to help disambiguate? > Yes, all the details are on Dennis' web page: > [2]https://www.bell-labs.com/usr/dmr/www/primevalC.html > > Magic historical 8-ball sez: situation unclear, try again. > So could be 2nd, 3rd or 4th edition given the date range. Someone from the Labs here on the list might be able to clarify. I'm sure I heard that they start with the PDP-11/20 and got an 11/45 around the time of Second Edition. So the "last1120c" was the C compiler around the time of Second Edition. Cheers, Warren