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=-0.9 required=5.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID 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 510eef53 for ; Fri, 24 Aug 2018 00:30:53 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 843EEA1A95; Fri, 24 Aug 2018 10:30:52 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 92687A1A1A; Fri, 24 Aug 2018 10:30:34 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b=nBswCBub; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id D56EBA1A1A; Fri, 24 Aug 2018 10:30:31 +1000 (AEST) Received: from mail-it0-f44.google.com (mail-it0-f44.google.com [209.85.214.44]) by minnie.tuhs.org (Postfix) with ESMTPS id 6A507A1A19 for ; Fri, 24 Aug 2018 10:30:31 +1000 (AEST) Received: by mail-it0-f44.google.com with SMTP id j198-v6so3372551ita.0 for ; Thu, 23 Aug 2018 17:30:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ly9PPsf53Uq/A1SL7ZHHPVpvEnngzMbh2/unhftypNs=; b=nBswCBubUq529dQSXrr0JKSNPPeK5UKHg4UCwmCFIs8pBh4FeZfpQyGW7xpTunnqES PrpAEGiNHdKsX1bUX9uctJ4WcedfSn6QiHjPeFpJqkRatdBVtsKdpRJ5Xdw5W6Z0eJLx 7qhqcMAXWqfWF/04vBIkzuK7GEDHao5yKL8Pw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ly9PPsf53Uq/A1SL7ZHHPVpvEnngzMbh2/unhftypNs=; b=duXTVVWgFEk61BQFFLSLDvP+0JWtUSgtnrVgepPpWkNoDalk4Itu3eblhE770+06gG S7hvCoPAcFZwvmekGZ6bNLSUZlFLHVgmM2UjvJm9wFefNzOlf4PrcKTTv07JmosiRJvd zV047KreNeYs0LNPg3ROeZyvT2PYZ3p1L5GoxgBjw0hHcK7MUWpyK8lSz+BHBFV521Fg gMrvA5aEfuyrj2EnaPLTDlxwGpO54sdXFeIXVvlFBRk2dW5e8StjaOb0oSE3ONRB1q9Z 6QXia7kO41enAdDlggiN6atK/rrCPTevrZUgrvn8QhBWLS02F7orgjsjSTFa0JL692r/ 7a4Q== X-Gm-Message-State: AOUpUlGLrcnIHON+49trcPug7nir9/Ojf5DX04SsEYPvf3RUosG7pm0h UHZRAsgeuJ4x1h8P8HrfHinb1wHxhBwEf3bqneMR4g74 X-Google-Smtp-Source: AA+uWPwEyPlD3W/e7ECd6ieWD248JAQTifLwbIx618PVo7hYCOd152q9NsdqjflHELCHY+5oxledK6OgTP7l094e0mI= X-Received: by 2002:a02:54c7:: with SMTP id t190-v6mr17205092jaa.92.1535070630815; Thu, 23 Aug 2018 17:30:30 -0700 (PDT) MIME-Version: 1.0 References: <20180823232936.8F04818C088@mercury.lcs.mit.edu> <160c01d43b3a$ef02ff40$cd08fdc0$@ronnatalie.com> In-Reply-To: <160c01d43b3a$ef02ff40$cd08fdc0$@ronnatalie.com> From: Clem Cole Date: Thu, 23 Aug 2018 20:30:19 -0400 Message-ID: To: ron@ronnatalie.com Content-Type: multipart/alternative; boundary="000000000000a7c3990574237bc5" Subject: Re: [TUHS] C++ / Kernel 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: , Cc: tuhs@minnie.tuhs.org, Noel Chiappa Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --000000000000a7c3990574237bc5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yep. Im pretty sure I remember void being in typesetter C also. IIRC the differences between that version of Dennis=E2=80=99s compiler and what was = included in 7th Edition was mostly in the libraries ie stdio was first released as part of the typesetter compiler but it was still a work in progress. On Thu, Aug 23, 2018 at 7:42 PM wrote: > Void probably showed up their first as well It was more like modern C > than the V6 compiler. > > -----Original Message----- > From: TUHS On Behalf Of Noel Chiappa > Sent: Thursday, August 23, 2018 7:30 PM > To: tuhs@minnie.tuhs.org > Cc: jnc@mercury.lcs.mit.edu > Subject: Re: [TUHS] C++ / Kernel > > > From: Ron Natalie > > > The BSD kernel looks as if it requires such a later compiler (it us= es > > bit fields which the earlier compilers didn't support). > > Umm, minor nit: bit fields were added to/as of 'Typesetter C', which I > gather was intermediate between V6 and V7. > > Noel > > -- Sent from a handheld expect more typos than usual --000000000000a7c3990574237bc5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Yep.=C2=A0 Im pretty sure I remember void being in t= ypesetter C also. =C2=A0 IIRC the differences between that version of Denni= s=E2=80=99s compiler and what was included in 7th Edition was mostly in the= libraries ie stdio was first released as part of the typesetter compiler b= ut it was still a work in progress. =C2=A0=C2=A0

On Thu, Aug 23, 2018 at 7:42 PM <<= a href=3D"mailto:ron@ronnatalie.com">ron@ronnatalie.com> wrote:
<= /div>
Void probably showed up their first as = well=C2=A0 =C2=A0 It was more like modern C
than the V6 compiler.

-----Original Message-----
From: TUHS <tuhs-bounces@minnie.tuhs.org> On Behalf Of Noel Chiappa
Sent: Thursday, August 23, 2018 7:30 PM
To: tuhs@minnie.t= uhs.org
Cc: jnc@mercur= y.lcs.mit.edu
Subject: Re: [TUHS] C++ / Kernel

=C2=A0 =C2=A0 > From: Ron Natalie

=C2=A0 =C2=A0 > The BSD kernel looks as if it requires such a later comp= iler (it uses
=C2=A0 =C2=A0 > bit fields which the earlier compilers didn't suppor= t).

Umm, minor nit: bit fields were added to/as of 'Typesetter C', whic= h I
gather was intermediate between V6 and V7.

=C2=A0 =C2=A0 =C2=A0 =C2=A0 Noel

--
Sent from a handheld expect more typos t= han usual
--000000000000a7c3990574237bc5--