Subject: Re: Tcl7.5 and NetBSD-current
To: None <current-users@NetBSD.ORG>
From: Ty Sarna <tsarna@endicor.com>
List: current-users
Date: 02/27/1996 23:58:40
In article <199602271217.GAA18522@solutions.solon.com>,
Peter Seebach  <seebs@solon.com> wrote:
> long long is *forbidden* by ANSI.  The list "char short int long" is an

Please quote the sections(s) of ANSI that say so.

> Any implementation on which you need to use an extension to get at basic
> functionality is nonconforming.

off_t is not "basic functionality" as far as ANSI C is concerned.

> The last time this came up, it was pointed out (correctly, I believe) that

The last time this came up, I believe you wanted int to be 64 bits and
long 32, which if implemented according to the standard (allowed, but
the 64 bit int would only be allowed to have the same range of
representable values as the 32 bit int) would be useless.

If you want to make all sorts of drastic changes to the OS (removing
wildcard expansion from the shell, removing ioctl(), etc), maybe you
should be looking for a different OS?