From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ee1a8b8db84c88f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!wns13feed!worldnet.att.net!199.45.49.37!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny07.POSTED!0e8a908a!not-for-mail From: Hyman Rosen User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada exception block does NOT work? References: <4301ab29$0$6989$9b4e6d93@newsread2.arcor-online.net> <1639727.IzdcfkcRx7@linux1.krischik.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 22 Aug 2005 08:12:07 GMT NNTP-Posting-Host: 70.107.209.15 X-Complaints-To: abuse@verizon.net X-Trace: trndny07 1124698327 70.107.209.15 (Mon, 22 Aug 2005 04:12:07 EDT) NNTP-Posting-Date: Mon, 22 Aug 2005 04:12:07 EDT Xref: g2news1.google.com comp.lang.ada:4247 Date: 2005-08-22T08:12:07+00:00 List-Id: Frank J. Lhota wrote: > The standard of the Vanilla, K&R C language "The C Programming Language" > first edition, does include unsigned integer types. But the earliest C compilers didn't. I know, because I used one around 1979. My college was running a verly early version of UNIX on a PDP-11/45. We had terminals that printed out on rolls of paper, upper-case only. In addition to not having unsigned arithmetic, the compiler was primitive in many other ways. For instance, no two structures (records, for you Ada folks) could have a field with the same name if they were at different offsets from the beginning. It didn't have unions either. It was quite the occasion a couple of years later when we got a full K&R compiler (and video display terminals, which even supported both cases!)