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=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1288 invoked from network); 23 May 2023 00:00:09 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 23 May 2023 00:00:09 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id B7FD8410E2; Tue, 23 May 2023 10:00:00 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1684800000; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-owner:list-unsubscribe:list-subscribe:list-post; bh=CrI6MW21pC/3lLj4/wCGY+8PkKaEy4vGZPM3EJ3N5Qg=; b=3f2X+1TdGlpAfF6mJbjf1svrlGYZYoDGsCTcMTLjUG614XNHXD+HHA+0pnbFDL2jLtMaBU wsH6S9MQKj0CisN9ewk44Tt8ja4m2/+/xLRTZsgJwH5eFe8+C3fmZxMS98ClpJ5z0OBKwy vTxDw74D4BQ6kajqmwS2cqG+7db6Ohs= Received: from mail-40140.protonmail.ch (mail-40140.protonmail.ch [185.70.40.140]) by minnie.tuhs.org (Postfix) with ESMTPS id 09258410C0 for ; Tue, 23 May 2023 09:59:47 +1000 (AEST) Date: Mon, 22 May 2023 23:59:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1684799984; x=1685059184; bh=CrI6MW21pC/3lLj4/wCGY+8PkKaEy4vGZPM3EJ3N5Qg=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=okAPgNvJS4OyyFbxTfEofkQQhGktj8uZHEtFF8SA4sZNcmLmcb/ESVq0GXh3HtzbJ /jmA5GumkRKMtPCwrousTeYppyw4IO0A1aihk1/pvkkeyzaRBYpNzd7FajI4PY6IP3 MjrZcdNAatWWCuv+YMZWTcoUEbp+sNpN0SkUqRqlLa0IUpqjjorkCbx+dqpCK6OVq8 XvlyWcxn6oLQwcmteUIreDEJ44DciIfmEWevfqWzYV3h/Mvzc7fCnMl60w8TBEn4Mm nuFMTfDpgZ9PYsOzgUuEmH1f+enKWQk5xE1zcCnEKNFFKS2bv6psxgicxiIM2V0k7C UHW9DDtzYwObA== To: The Eunuchs Hysterical Society Message-ID: Feedback-ID: 35591162:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: EOOHMGPPY6DOCDOTHR2XVHYW2ACILNJA X-Message-ID-Hash: EOOHMGPPY6DOCDOTHR2XVHYW2ACILNJA X-MailFrom: segaloco@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; 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] Early UNIX Explor Support? List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: segaloco via TUHS Reply-To: segaloco Good day, something I've come across in my documentation study that I final= ly got around to researching a bit is a reference to the language Explor in= the V2 ld(I) page: 'There are libraries for Fortran (x=3D"f"), C (x=3D"c"), Explor (x=3D"e") a= nd B (x=3D"b").' The manual has no corresponding mention of any Explor environment, not even= a section VI page. The only other UNIX Explor reference I can easily find= is on the mailing list here indicating that there is a version of Explor f= or UNIX on a 1977 tape here (in the 1/explor+dl directory): https://www.tuh= s.org/Archive/Applications/Usenix_77/ug091377.tar.gz Does anyone know if there is continuity here or if the V2 reference and the= code on the tape are only related in that they're both for Explor? - Matt G.