Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #168484

Re: size_t vs long.

From Tim Rentsch <tr.17687@z991.linuxsc.com>
Newsgroups comp.lang.c
Subject Re: size_t vs long.
Date 2022-12-04 06:29 -0800
Organization A noiseless patient Spider
Message-ID <86bkoj5jjg.fsf@linuxsc.com> (permalink)
References (7 earlier) <tla09u$367b9$1@dont-email.me> <86edtzc8fc.fsf@linuxsc.com> <Ub6eL.11105$fg35.3676@fx10.iad> <861qpyddfd.fsf@linuxsc.com> <875yfamy8a.fsf@nosuchdomain.example.com>

Show all headers | View raw


Keith Thompson <Keith.S.Thompson+u@gmail.com> writes:

> Tim Rentsch <tr.17687@z991.linuxsc.com> writes:
>
>> Richard Damon <Richard@Damon-Family.org> writes:
>>
>>> On 11/19/22 9:42 AM, Tim Rentsch wrote:
>>>
>>>> James Kuyper <jameskuyper@alumni.caltech.edu> writes:
>>>>
>>>>> C89 was a US standard.  It got taken over by ISO, which released
>>>>> almost exactly the same text as C90.  They added 3 sections at the
>>>>> beginning of the standard to meet ISO requirements, which resulted
>>>>> in every section number after that being increased by 3 (which
>>>>> means every single cross-reference had to be updated, too), but it
>>>>> was otherwise almost identical.  [...]
>>>>
>>>> For the most part the ISO (C90) standard uses exactly the same
>>>> wording that was used in the ANSI (C89) standard (ignoring
>>>> differences in numbering, like you say).  In places though there
>>>> are some non-trivial changes.
>>>
>>> My understanding was that, execpt for the early "boiler-plate" section
>>> added near the beginning which causes the numbering difference, the
>>> rest of the content was adopted verbatim.
>>
>> My observation is this.  I have a copy of ansi.c.txt, which is
>> supposed to be a text-based copy of the ANSI C standard (and
>> presumably after the ANSI C standard was ratified).  Perusing
>> that document from time to time, and occasionally going back and
>> forth between that and the first ISO C document, I happened to
>> see passages in places that were different between the ANSI
>> document and the ISO document.  Indeed most of the text in the
>> two documents is word-for-word identical, which made the few
>> instances where there were discrepancies stand out rather
>> vividly.  Unfortunately I remember the fact of there being
>> differences but not where they are specifically.  But I am quite
>> sure that I observed some differences in the wordings of the two
>> documents.
>
> Assuming you have the same ansi.c.txt that I have, I believe it's
> a pre-release draft of the 1989 ANSI C standard.  The first
> paragraph is:
>
>      (This foreword is not a part of American National Standard for
>    Information Systems --- Programming Language C, X3.???-1988.)
>
> The "???" and the 1988 date suggest to me that it had not yet been
> finalized.
>
> My original source for the file was
>     http://flash-gordon.me.uk/ansi.c.txt
> but it's no longer there -- but a Google search indicates that
> there are copies elsewhere.
>
> I speculate that that explains any differences between ansi.c.txt
> and the ISO C90 standard.
>
> If you can find any specific differences, and if someone out there
> has a copy of the published 1989 ANSI C standard (I don't),
> perhaps we can clear this up.

As long as people generally use ansi.c.txt as a stand-in for the
ANSI C (aka C89) standard, and as long as people generally do not
reference the actual ANSI C document (and TTBOMK both of these
conditions are true), I don't think it makes much difference
whether any changes occurred between ansi.c.txt and C89 or
between C89 and the first ISO C standard (aka C90).  Either way,
it's a mistake to think that citations from "C89" (meaning from
the ansi.c.txt document) are always exactly faithful to C90.

As a point of historical interest, it would be interesting to
know which of the two steps had textual changes, and for that
matter whether there may be changes in both steps.  Since I don't
have any way of investigating that question (I don't have a copy
of the official ANSI C standard either), I offer no opinion as to
what might be the case.  As a rule I don't like to reach even
speculative conclusions without some sort of hard evidence.

I do recognize the possibility that changes between ansi.c.txt
and the official ANSI C document may account for all of the
discrepancies between "C89" and C90, and that the ANSI C standard
might be essentially identical to the ISO C standard (taking into
account section re-numbering, etc).  In the future I will try to
remember to put in a note saying that comments made by me about
"C89" are based on ansi.c.txt rather than the official ANSI C
document (of course, unless and until that changes).

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

size_t vs long. Amit <amitchoudhary0523@gmail.com> - 2022-11-16 22:20 -0800
  Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-17 02:44 -0500
    Re: size_t vs long. Amit <amitchoudhary0523@gmail.com> - 2022-11-17 00:16 -0800
      Re: size_t vs long. Amit <amitchoudhary0523@gmail.com> - 2022-11-17 00:28 -0800
        Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-17 07:59 -0500
          Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-17 05:09 -0800
            Re: size_t vs long. Bart <bc@freeuk.com> - 2022-11-17 13:45 +0000
              Re: size_t vs long. Amit <amitchoudhary0523@gmail.com> - 2022-11-17 22:39 -0800
                Re: size_t vs long. Ike Naar <ike@sdf.org> - 2022-11-18 08:19 +0000
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-19 01:42 -0500
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 12:32 -0800
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-20 01:32 -0500
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-18 11:21 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-19 02:51 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-19 11:37 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-19 22:39 -0800
              Re: size_t vs long. Paul <nospam@needed.invalid> - 2022-11-18 13:21 -0500
            Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-17 16:17 +0000
            Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-18 09:56 +0100
            Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-20 01:46 -0500
        Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-19 01:41 -0500
      Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-17 09:37 +0000
      Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-19 01:41 -0500
        Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 12:56 -0800
          Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-19 13:03 -0800
          Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-19 21:17 +0000
            Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 17:41 -0800
              Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-21 10:30 +0100
                Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-22 04:27 +0000
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-22 08:55 +0100
          Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-20 01:33 -0500
            Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 22:50 -0800
              Re: size_t vs long. Philipp Klaus Krause <pkk@spth.de> - 2022-11-25 20:51 +0100
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-25 12:21 -0800
            Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-11-20 06:52 -0800
  Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-17 09:31 +0000
    Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-17 02:43 -0800
      Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-17 10:02 -0800
      Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-18 10:19 +0100
        Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-18 01:46 -0800
          Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-18 13:01 +0100
            Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-18 04:56 -0800
              Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-18 14:49 +0000
                Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-11-19 06:19 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-19 06:44 -0800
                Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-11-19 09:53 -0800
              Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-19 02:23 -0500
                Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-11-19 06:42 -0800
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-19 10:00 -0500
                Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-11-19 10:09 -0800
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 13:27 -0800
                Re: size_t vs long. Philipp Klaus Krause <pkk@spth.de> - 2022-11-24 11:26 +0100
                Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-12-04 06:29 -0800
              Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-21 11:31 +0100
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-21 08:51 -0800
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-21 15:11 -0500
          Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-18 07:33 -0500
            Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-18 04:55 -0800
        Re: size_t vs long. tTh <tth@none.invalid> - 2022-11-18 11:01 +0100
      Re: size_t vs long. Philipp Klaus Krause <pkk@spth.de> - 2022-11-23 09:23 +0100
        Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-24 20:09 +0000
          Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-25 08:29 +0100
  Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-17 11:16 +0100
    Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-17 02:48 -0800
      Re: size_t vs long. Bart <bc@freeuk.com> - 2022-11-17 11:30 +0000
        Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-17 03:52 -0800
          Re: size_t vs long. Bart <bc@freeuk.com> - 2022-11-17 12:27 +0000
          Re: size_t vs long. Mark Bluemel <mark.bluemel@gmail.com> - 2022-11-17 04:28 -0800
            Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-17 04:34 -0800
              Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-17 15:48 +0000
                Re: size_t vs long. Amit <amitchoudhary0523@gmail.com> - 2022-11-17 22:36 -0800
          Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-17 04:28 -0800
            Re: size_t vs long. Bart <bc@freeuk.com> - 2022-11-17 12:46 +0000
            Re: size_t vs long. Paul N <gw7rib@aol.com> - 2022-11-17 05:24 -0800
              Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-17 16:20 +0000
            Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-17 15:55 +0000
              Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-19 01:43 -0500
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 12:47 -0800
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-20 01:33 -0500
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-19 22:38 -0800
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-20 01:51 -0500
                Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-20 15:43 +0000
                Re: size_t vs long. Kaz Kylheku <864-117-4973@kylheku.com> - 2022-11-20 15:29 +0000
            Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-17 16:59 +0000
      Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-18 10:30 +0100
  Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-17 12:47 +0000
  Re: size_t vs long. Ike Naar <ike@sdf.org> - 2022-11-17 13:15 +0000
  Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-17 15:01 +0000
    Re: size_t vs long. Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-11-17 15:24 +0000
  Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-17 21:48 -0800
    Re: size_t vs long. Opus <ifonly@youknew.org> - 2022-11-18 20:12 +0100
  Re: size_t vs long. Lynn McGuire <lynnmcguire5@gmail.com> - 2022-11-18 00:26 -0600
    Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-11-18 10:37 +0100
    Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-11-19 01:43 -0500
  Re: size_t vs long. Bonita Montero <Bonita.Montero@gmail.com> - 2022-11-20 03:06 +0100
    Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-19 19:58 -0800
      Re: size_t vs long. Bonita Montero <Bonita.Montero@gmail.com> - 2022-11-20 08:34 +0100
        Re: size_t vs long. Opus <ifonly@youknew.org> - 2022-11-20 20:11 +0100
          Re: size_t vs long. Bonita Montero <Bonita.Montero@gmail.com> - 2022-11-20 20:48 +0100
      Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-21 21:57 -0800
        Re: size_t vs long. Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2022-11-22 02:33 -0800
          Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-25 12:01 -0800
    Re: size_t vs long. Philipp Klaus Krause <pkk@spth.de> - 2022-11-23 09:28 +0100
      Re: size_t vs long. Bonita Montero <Bonita.Montero@gmail.com> - 2022-11-23 13:29 +0100
  Re: size_t vs long. Dolores Filandro <dolfiland8@gmail.com> - 2022-11-25 17:26 -0800
    Re: size_t vs long. Bonita Montero <Bonita.Montero@gmail.com> - 2022-11-26 09:15 +0100
    Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-26 14:50 -0800
      Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-26 18:02 -0500
      Re: size_t vs long. Joe Pfeiffer <pfeiffer@cs.nmsu.edu> - 2022-11-27 10:36 -0700
        Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-27 18:23 +0000
        Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-27 15:35 -0800
          Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-27 15:39 -0800
            Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-27 23:56 +0000
              Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-29 00:51 -0800
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-29 06:29 -0500
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-29 03:43 -0800
                Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-29 12:43 +0000
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-29 04:56 -0800
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-29 08:11 -0500
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-29 05:18 -0800
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-29 18:53 -0500
                Re: size_t vs long. Vir Campestris <vir.campestris@invalid.invalid> - 2022-12-10 16:04 +0000
                Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-29 17:19 +0000
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-11-29 18:55 -0500
                Re: size_t vs long. Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2022-11-30 00:02 +0000
                Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-30 01:58 +0000
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-29 10:21 -0800
                Re: size_t vs long. Opus <ifonly@youknew.org> - 2022-11-29 19:42 +0100
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-29 19:00 +0000
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-29 13:47 -0800
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-11-29 22:45 +0000
              Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-30 00:42 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-30 00:44 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-30 23:31 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-11-30 23:35 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-01 09:08 +0100
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 04:23 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-03 16:42 +0100
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-12-01 02:47 -0500
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-01 09:14 +0100
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-01 12:41 -0800
                Re: size_t vs long. Bart <bc@freeuk.com> - 2022-12-01 23:53 +0000
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-02 21:30 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-03 13:48 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-05 00:17 +0100
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-13 13:12 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-03 14:55 +0100
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-12-03 09:35 -0500
                Re: size_t vs long. Bart <bc@freeuk.com> - 2022-12-03 14:56 +0000
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-12-03 15:33 -0500
                Re: size_t vs long. Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-12-03 20:51 +0000
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-12-03 15:58 -0500
                Re: size_t vs long. Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-12-03 21:12 +0000
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-12-03 17:22 -0500
                Re: size_t vs long. Bart <bc@freeuk.com> - 2022-12-03 23:58 +0000
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-12-03 19:25 -0500
                Re: size_t vs long. Bart <bc@freeuk.com> - 2022-12-03 23:44 +0000
                Re: size_t vs long. Richard Damon <Richard@Damon-Family.org> - 2022-12-03 19:22 -0500
                Re: size_t vs long. Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2022-12-03 16:41 +0000
                Re: size_t vs long. Bart <bc@freeuk.com> - 2022-12-03 17:24 +0000
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-12-01 10:04 -0800
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-12-01 19:14 +0000
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 04:49 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 05:13 -0800
                Re: size_t vs long. Öö Tiib <ootiib@hot.ee> - 2022-12-02 07:17 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 08:07 -0800
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-12-02 16:32 +0000
                Re: size_t vs long. Bart <bc@freeuk.com> - 2022-12-02 16:58 +0000
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-12-02 12:46 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 21:32 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-02 21:41 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-02 21:42 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-02 21:49 -0800
                Re: size_t vs long. "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-12-04 12:49 -0800
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-12-03 12:59 -0800
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-12-04 11:54 -0500
                Re: size_t vs long. Öö Tiib <ootiib@hot.ee> - 2022-12-02 14:58 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 21:17 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 21:38 -0800
                Re: size_t vs long. Öö Tiib <ootiib@hot.ee> - 2022-12-03 03:39 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-13 01:45 -0800
                Re: size_t vs long. Öö Tiib <ootiib@hot.ee> - 2022-12-13 20:18 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-14 01:20 -0800
                Re: size_t vs long. Öö Tiib <ootiib@hot.ee> - 2022-12-16 03:03 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2023-01-05 01:21 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2023-01-05 01:41 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2023-01-05 16:53 +0100
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2023-01-06 01:29 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2023-01-06 10:51 +0100
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2023-01-06 02:19 -0800
                Re: size_t vs long. Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2023-01-06 02:43 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2023-01-06 14:56 +0100
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2023-01-06 16:26 +0000
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2023-01-06 19:51 +0100
                Re: size_t vs long. Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2023-01-06 12:52 -0800
                Re: size_t vs long. DFS <nospam@dfs.com> - 2023-01-05 15:38 -0500
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2023-01-05 14:05 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2023-01-06 01:30 -0800
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2023-01-06 10:06 -0800
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-12-03 18:11 +0000
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-13 01:46 -0800
                Re: size_t vs long. Vir Campestris <vir.campestris@invalid.invalid> - 2022-12-10 17:24 +0000
                Re: size_t vs long. Öö Tiib <ootiib@hot.ee> - 2022-12-10 11:51 -0800
                Re: size_t vs long. scott@slp53.sl.home (Scott Lurndal) - 2022-12-10 21:09 +0000
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-11 20:49 +0100
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-12-02 10:18 -0800
                Re: size_t vs long. A <amit234234234234@gmail.com> - 2022-12-02 21:24 -0800
                Re: size_t vs long. David Brown <david.brown@hesbynett.no> - 2022-12-03 16:54 +0100
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-12-03 12:48 -0800
                Re: size_t vs long. James Kuyper <jameskuyper@alumni.caltech.edu> - 2022-12-04 11:55 -0500
                Re: size_t vs long. Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-12-02 09:58 -0800
                Re: size_t vs long. Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-12-01 20:02 +0000
  Re: size_t vs long. Tim Rentsch <tr.17687@z991.linuxsc.com> - 2022-12-04 07:35 -0800

csiph-web