From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8678 invoked from network); 10 Jun 2022 14:23:21 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 10 Jun 2022 14:23:21 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id B38AD421D5; Sat, 11 Jun 2022 00:23:14 +1000 (AEST) Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by minnie.tuhs.org (Postfix) with ESMTPS id BBB6140CF7 for ; Sat, 11 Jun 2022 00:23:08 +1000 (AEST) Received: by mail-wr1-x432.google.com with SMTP id q15so28708514wrc.11 for ; Fri, 10 Jun 2022 07:23:08 -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=c2XErMNmbX9z/iRgYEjCy197nJVejky4n4B4aIrt+xA=; b=AaXhkW/BZcqMsZ9sJt12i20NMJCRZimG0SNx82cbbSEPDE4U0rhlzfqE58tSWhTgk1 sA4iLdYoJp7lA2/gExJu+8TeK8Nf/C5j/0uq5jqCQmRC29Ed3KslV3YcU3Jqfvx2E89V 7k0Ku9N+uly9e5ijGcxs4sQvZgu8yB9Pu145c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=c2XErMNmbX9z/iRgYEjCy197nJVejky4n4B4aIrt+xA=; b=iK74Fb+f3GZqTxh82hPZz5o9fqFJVkcxOjFYWi10BMm4ri7RGtKsAbjBGHkVicQO2f nqwwrCTPBAkxJxmuabJBwG3eTUVaR0LhcSNusQM+im4KzlmYDapgP6l5eKbs/3kufuVt JnP43Eg7jJ8wGaUhO2TeX+pmuTD9ecxpDqNArvphkQ69MmUvjmUcMupn+2Ope8gZ2I8A 7Y9nDQVRokSq80bm7ZOky63k/dXUtz0cUhnpls88zGZQXf77BSVIrja8DdG7HGth28lU 4Uel7+9tDegwVKzUByHQilwxo4Z56KXqv1FMCX5Rld2ChucFJEjQtmYajudiyaEAbGfE 8p0w== X-Gm-Message-State: AOAM532W64yoYJqqxGsHR/+/g6v1Am1Waj/Vh3MNGw3BWuiiK7eTz/cP QhdPd/w/zPUkce1kPF6iIcZBxfD3do1Zfiyae6G3fQ== X-Google-Smtp-Source: ABdhPJwE/K7/6dgOyEw+P7RnwW6o/tsSptu0ffFHECgnIPxKn2mxInmzpqseTe1JZPol8d2oQemRci/akjAnPjeTjvM= X-Received: by 2002:adf:ef91:0:b0:218:4e7c:cbbe with SMTP id d17-20020adfef91000000b002184e7ccbbemr21509561wro.710.1654870986897; Fri, 10 Jun 2022 07:23:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Clem Cole Date: Fri, 10 Jun 2022 10:22:40 -0400 Message-ID: To: Ed Bradford Content-Type: multipart/alternative; boundary="00000000000052d01605e118ad46" Message-ID-Hash: ZEPDY3A5ON24M3Y5QZ7NXG24UXEC72Z4 X-Message-ID-Hash: ZEPDY3A5ON24M3Y5QZ7NXG24UXEC72Z4 X-MailFrom: clemc@ccc.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Warren Toomey , UNIX Heritage Society X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Documentation for Unix 4.0 List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --00000000000052d01605e118ad46 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable The original Marc Rochchild/John Mashey and team code from PWB 1.0 can be found: http://tuhs.org/Archive/Distributions/USDL/spencer_pwb.tar.gz In the directory: sys/source/sccs4 The man pages are in the same archive but mixed with the rest of the commands in usr/man/man* That said, there is Gnu version of same written C++ if IIRC: https://www.gnu.org/software/cssc/ And there's more ... but I'll Larry offer details here other than point out his: http://www.bitmover.com/bitsccs/ [which is of BitKeeper] is a more modern implementation still] =E1=90=A7 On Fri, Jun 10, 2022 at 2:48 AM Ed Bradford wrote: > Hi Warren, > > Thank you for the amazing Unix documetation. > Do you know if there is a source code for SCCS anywhere on the net? > > Ed Bradford > > On Sun, Jun 5, 2022 at 8:40 PM Warren Toomey via TUHS > wrote: > >> Hi all, we have a new addition to the Unix Archive at: >> https://www.tuhs.org/Archive/Documentation/Manuals/Unix_4.0/ >> >> This is the documentation for Unix 4.0 which preceded System V. The >> documents were provided by Arnold Robbins and scanned in by Matt Gilmore= . >> >> Cheers, Warren >> > > > -- > Advice is judged by results, not by intentions. > Cicero > > --00000000000052d01605e118ad46 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The original Marc Rochchild/John Mashey and team code f= rom PWB 1.0 can be found:=C2=A0 http://tuhs.org/Arch= ive/Distributions/USDL/spencer_pwb.tar.gz
In the directory: sys= /source/sccs4
The man pages are in the same archive but mixed with = the rest of the commands in usr/man/man*

That sa= id, there is Gnu version of same written C++ if IIRC:=C2=A0https://www.gnu.org/= software/cssc/

And there's more ... but I'= ll Larry offer details here other than point out his:=C2=A0http://www.bitmover.co= m/bitsccs/ [which is of BitKeeper] is a more=C2=A0modern impleme= ntation still]
3D""=E1=90=A7

On Fri, Jun 10, 2022 at 2:48 A= M Ed Bradford <egbegb2@gmail.com> wrote:
Hi Warren,

Thank you for the amazing Unix documetation.
D= o you know if there is a source code for SCCS anywhere on the net?

E= d Bradford

Hi all, we h= ave a new addition to the Unix Archive at:
https://www.tuhs.org/Archive/Documentati= on/Manuals/Unix_4.0/

This is the documentation for Unix 4.0 which preceded System V. The
documents were provided by Arnold Robbins and scanned in by Matt Gilmore.
Cheers, Warren


--
Advice is judged by results, not by intentions.
=C2=A0= Cicero

--00000000000052d01605e118ad46--