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, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26057 invoked from network); 11 Jun 2022 10:09:50 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 11 Jun 2022 10:09:50 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id E5B60406DF; Sat, 11 Jun 2022 20:09:42 +1000 (AEST) Received: from ewsoutbound.kpnmail.nl (ewsoutbound.kpnmail.nl [195.121.94.169]) by minnie.tuhs.org (Postfix) with ESMTPS id EFF2840764 for ; Sat, 11 Jun 2022 20:09:27 +1000 (AEST) X-KPN-MessageId: 8d5fe6f8-e96e-11ec-a322-005056abad63 Received: from smtp.kpnmail.nl (unknown [10.31.155.37]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 8d5fe6f8-e96e-11ec-a322-005056abad63; Sat, 11 Jun 2022 12:09:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=planet.nl; s=planet01; h=to:date:message-id:subject:mime-version:content-type:from; bh=ymcek9YXwxde9zHfwJXKN495CH+J4TqiO2WwYSijIQI=; b=UEP1UR6kjvLzilOANqRe06jyAbDpwMxvY4SNNWG76IWj6uQmGAXXmJp+dXh7964/4qdaokSUxKTnV RW/6+Afx4v3NjvBOfr5hNLPILFNOeBTlfnwfOQUJh8mABWMbbU9mU2aYWrIV6gbLnCAjTvarAG5Fir PLbsYaNrkOY+/aik= X-KPN-MID: 33|/mQoRbo1eM68UgW47lytkYhiSSE4i6Oqa/TTbyxv5kz8Yw77v4pM7LXpskNMxCv ArGH5CGW/xutOHIO/cw8Piw== X-KPN-VerifiedSender: Yes X-CMASSUN: 33|aQwYiQptn9HksawNkSWyDk5b6R0niV5utLxAEg9eEr4KHwFzU8xKOL1QCMOeIuZ Ldbjkfqu9dt7lAfZUVSovbQ== X-Originating-IP: 77.172.38.96 Received: from smtpclient.apple (77-172-38-96.fixed.kpn.net [77.172.38.96]) by smtp.kpnmail.nl (Halon) with ESMTPSA id 8da72c0c-e96e-11ec-929b-005056ab1411; Sat, 11 Jun 2022 12:09:17 +0200 (CEST) From: Paul Ruizendaal Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Message-Id: Date: Sat, 11 Jun 2022 12:09:17 +0200 To: tuhs@tuhs.org X-Mailer: Apple Mail (2.3654.120.0.1.13) Message-ID-Hash: AG5N7C3X22WPQQ2NT7USVGVLFZM4CLVL X-Message-ID-Hash: AG5N7C3X22WPQQ2NT7USVGVLFZM4CLVL X-MailFrom: pnr@planet.nl 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 X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Source code for SCCS List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: It would seem that a Spinellis-like exercise for SCCS is possible: PWB1.0 (1978): = https://www.tuhs.org/cgi-bin/utree.pl?file=3DPWB1/sys/source/sccs4 SysIII (1980): = https://www.tuhs.org/cgi-bin/utree.pl?file=3DSysIII/usr/src/cmd/sccs SysVr1 (1983): = https://www.tuhs.org/cgi-bin/utree.pl?file=3Dpdp11v/usr/src/cmd/sccs SysVr2 (1984): = https://github.com/ryanwoodsmall/oldsysv/tree/master/sysvr2-vax/src/cmd/sc= cs SysVr3 (1987): = https://github.com/ryanwoodsmall/oldsysv/tree/master/sysvr3/301/usr/src/cm= d/sccs SysVr4 (1988): = https://github.com/ryanwoodsmall/oldsysv/tree/master/sysvr4/svr4/cmd/sccs Ultrix3.1 (1988): = https://www.tuhs.org/cgi-bin/utree.pl?file=3DUltrix-3.1/src/cmd/sccs I did not find SCCS sources included with the BSD sources on TUHS, but = there is a front-end =E2=80=9Csccs=E2=80=9D command. For sure, SCCS was = used for BSD development. Kirk McKusick=E2=80=99s DVD has a directory = "CSRG/historic1/sccscmds=E2=80=9D, but I did not look into this further. =46rom here the trail probably continues with Solaris, GNU and Bitmover = -- all very much outside my timeframe of research. Paul > 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* >=20 > That said, there is Gnu version of same written C++ if IIRC: > https://www.gnu.org/software/cssc/ >=20 > 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]