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.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12888 invoked from network); 9 Sep 2023 19:51:52 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 9 Sep 2023 19:51:52 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 59FE9402DE; Sun, 10 Sep 2023 05:51:45 +1000 (AEST) Received: from marmaro.de (marmaro.de [176.28.23.198]) by minnie.tuhs.org (Postfix) with ESMTP id CF95C402D8 for ; Sun, 10 Sep 2023 05:51:34 +1000 (AEST) Received: by marmaro.de (masqmail 0.3.6-dev, from userid 1000) id 1qf3zQ-7oK-00 for ; Sat, 09 Sep 2023 21:51:32 +0200 To: tuhs@tuhs.org User-Agent: meillo's mail handler (mmh) X-License: CC0 (http://marmaro.de/rights) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30027.1694289092.1@marmaro.de> Date: Sat, 09 Sep 2023 21:51:32 +0200 From: markus schnalke Message-ID: <1qf3zQ-7oK-00@marmaro.de> Message-ID-Hash: GQRINRQW4QCVLM2KAXCLDILIH2AJVI64 X-Message-ID-Hash: GQRINRQW4QCVLM2KAXCLDILIH2AJVI64 X-MailFrom: meillo@marmaro.de 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] The AWK Programming Language, 2nd Ed.: What's new? List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hoi, I just discovered that one of my favorite computer books about my best liked programming language (besides C) releases in a second edition. Does anyone know what the differences of 1st and 2nd edition are? As the original book is almost perfect, the only rework and extension direction I can think of is towards different implementations like gawk, mawk, portability and such things. Does anyone know more about it? Maybe some inside information? ;-) meillo