Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.c > #393263

Re: Rationale for aligning data on even bytes in a Unix shell file?

Path csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups comp.lang.c
Subject Re: Rationale for aligning data on even bytes in a Unix shell file?
Date Thu, 08 May 2025 14:13:43 -0700
Organization None to speak of
Lines 41
Message-ID <87v7qaerg8.fsf@nosuchdomain.example.com> (permalink)
References <vuih43$2agfa$1@dont-email.me> <vunbgo$2q5u8$1@dont-email.me> <vunbjg$2q72n$1@raubtier-asyl.eternal-september.org> <vund1f$2rh3j$1@dont-email.me> <vungko$2uoa2$1@raubtier-asyl.eternal-september.org> <X9MPP.1383458$f81.819466@fx48.iad> <vuobri$3o38b$1@raubtier-asyl.eternal-september.org> <XtOPP.2986761$t84d.2537581@fx11.iad> <vuohq9$3tlhf$1@raubtier-asyl.eternal-september.org> <vuoig5$3ub4j$1@dont-email.me> <vuorpf$6tnn$1@raubtier-asyl.eternal-september.org> <vup2nt$bi1k$2@dont-email.me> <vupofl$13pg2$2@raubtier-asyl.eternal-september.org> <vuprce$15sqo$2@dont-email.me> <vvd6n5$353gs$1@raubtier-asyl.eternal-september.org> <vvfbnj$ulpc$1@dont-email.me> <vvflec$11b72$1@dont-email.me> <20250507202430.00005bb9@yahoo.com> <vvh8qg$1ha26$2@dont-email.me> <vvi3k6$1o09d$1@dont-email.me> <vvj3qe$246ff$1@dont-email.me>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
Injection-Date Thu, 08 May 2025 23:13:45 +0200 (CEST)
Injection-Info dont-email.me; posting-host="1ef4b2b5ec94e94b8636022ae34fa37c"; logging-data="2264471"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19TJ7FNEmRc0oG34bCoD1R2"
User-Agent Gnus/5.13 (Gnus v5.13)
Cancel-Lock sha1:BSwdb/q185u7NzUC0PZ+Zw33TAk= sha1:90V4/2Lnuuno3Fv7WhaP2lA7VPw=
Xref csiph.com comp.lang.c:393263

Show key headers only | View raw


BGB <cr88192@gmail.com> writes:
> On 5/8/2025 6:13 AM, Janis Papanagnou wrote:
>> On 08.05.2025 05:30, BGB wrote:
>>> [...]
>>>
>>> Though, even for the Latin alphabet, once one goes much outside of ASCII
>>> and Latin-1, it gets messy.
>> I noticed that in several places you were referring to
>> Latin-1. Since
>> decades that has been replaced by the Latin-9 (ISO 8859-15) character
>> set[*] for practical reasons ('€' sign, for example).
>> Why is your focus still on the old Latin-1 (ISO 8859-1) character
>> set?
>> Janis, just curious
>> [*] Unless Unicode and its encodings are used.
>> 
>
> U+00A0..U+00FF are designated as Latin-1 in Unicode.

I don't think that's accurate.  Do you have a reference for that?
It's true that those characters have the same names in Unicode
as in Latin-1.  Though the Wikipedia article says that the ranges
0x00..0x1F and 0x7F..0x9F are *undefined*.  (That doesn't match my
recollection; I thought they were defined as control characters.)

In any case, Latin-1 and Latin-9 treat those ranges in the same way.
Both can be seen as encodings for small subsets of Unicode.

[...]

> CP-1252, is the dominant remaining ASCII character set in use, is
> based on Latin-1, with a few characters from Latin-15 shoved into the
> places where control codes previously went.

CP-1252 is not an ASCII character set.  ASCII is a 7-bit character set.
CP-1252 is an 8-bit character set as are the Latin-* sets.  Most 8-bit
sets are *based on* ASCII.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */

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


Thread

Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-26 13:47 +0200
  Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-26 15:00 +0000
    Re: Rationale for aligning data on even bytes in a Unix shell file? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-04-26 14:34 -0700
      Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-27 01:12 +0200
      Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-27 14:11 +0000
    Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-27 20:32 +0200
      Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-27 21:55 +0200
        Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 02:53 +0200
          Re: Rationale for aligning data on even bytes in a Unix shell file? vallor <vallor@cultnix.org> - 2025-04-28 01:21 +0000
            Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 06:28 +0200
              Re: Rationale for aligning data on even bytes in a Unix shell file? vallor <vallor@cultnix.org> - 2025-04-28 04:55 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 09:27 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-28 09:42 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 09:44 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-28 10:08 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 11:10 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 14:21 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 18:54 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 16:59 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 20:36 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Richard Harnden <richard.nospam@gmail.invalid> - 2025-04-28 19:47 +0100
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 23:26 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Richard Heathfield <rjh@cpax.org.uk> - 2025-04-29 00:24 +0100
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 07:36 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Richard Heathfield <rjh@cpax.org.uk> - 2025-04-29 07:25 +0100
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-05-06 16:35 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-07 05:08 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-07 14:58 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Michael S <already5chosen@yahoo.com> - 2025-05-07 20:24 +0300
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-07 22:30 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-08 13:13 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-08 15:17 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-08 14:13 -0700
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-08 18:50 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-08 17:19 -0700
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-09 11:45 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-09 02:26 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-09 12:50 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-15 07:33 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-15 12:29 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-09 02:24 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-07 13:26 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-05-07 23:03 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-08 12:52 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-08 01:08 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-08 01:07 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-08 01:57 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-09 02:22 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-09 00:28 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-09 11:59 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-05-09 14:09 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-05-09 19:52 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-09 13:31 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-09 12:20 -0700
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-09 14:38 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-05-14 07:07 +0000
                Locales [was: Re: Rationale for aligning data on even bytes in a Unix shell file?] Alexis <flexibeast@gmail.com> - 2025-04-29 20:50 +1000
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-04-29 10:36 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Richard Heathfield <rjh@cpax.org.uk> - 2025-04-29 12:23 +0100
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-29 00:28 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 07:35 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-29 12:57 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2025-05-04 21:47 -0700
                Re: Rationale for aligning data on even bytes in a Unix shell file? Michael S <already5chosen@yahoo.com> - 2025-04-29 11:29 +0300
                Re: Rationale for aligning data on even bytes in a Unix shell file? James Kuyper <jameskuyper@alumni.caltech.edu> - 2025-04-28 20:50 -0400
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-28 20:05 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-04-28 18:29 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 20:38 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-29 01:13 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-04-29 10:58 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-29 10:17 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-04-29 15:06 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 07:54 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-28 09:31 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 11:39 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 11:45 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 14:24 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 18:56 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 17:03 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Michael S <already5chosen@yahoo.com> - 2025-04-28 20:36 +0300
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 17:59 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-04-28 18:28 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Michael S <already5chosen@yahoo.com> - 2025-04-28 22:29 +0300
                Re: Rationale for aligning data on even bytes in a Unix shell file? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-04-28 20:12 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 07:26 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-29 09:47 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Michael S <already5chosen@yahoo.com> - 2025-04-29 11:17 +0300
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 01:53 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-30 11:40 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-30 13:41 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-01 00:15 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2025-04-30 23:49 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-02 10:25 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Michael S <already5chosen@yahoo.com> - 2025-04-28 22:23 +0300
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-29 07:40 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 01:54 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-30 07:17 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-04-30 09:45 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-30 09:06 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-30 11:52 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-04-30 12:21 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-30 12:38 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-30 12:37 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-04-30 12:25 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-30 12:46 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-30 12:38 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 23:56 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? vallor <vallor@cultnix.org> - 2025-05-01 00:57 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? David Brown <david.brown@hesbynett.no> - 2025-05-01 11:13 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-06 13:01 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-07 01:19 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-06 21:47 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-05-07 13:45 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-07 13:26 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-07 13:49 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-05-07 18:57 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? BGB <cr88192@gmail.com> - 2025-05-07 22:21 -0500
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-02 09:52 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-30 12:15 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 07:58 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 20:39 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 07:23 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-28 11:01 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 13:30 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 13:31 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 14:30 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 18:56 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-28 17:05 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 20:40 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 07:28 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 09:41 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 01:52 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-28 12:01 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 07:28 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-29 09:51 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 02:39 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 07:37 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 07:25 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 09:40 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Muttley@DastardlyHQ.org - 2025-04-29 10:12 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 14:24 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-30 07:12 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-05-01 05:51 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-05-01 12:20 -0700
                Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-29 12:59 +0000
            Re: Rationale for aligning data on even bytes in a Unix shell file? vallor <vallor@cultnix.org> - 2025-04-28 09:04 +0000
          Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-28 09:29 +0200
      Re: Rationale for aligning data on even bytes in a Unix shell file? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-04-27 21:40 +0000
        Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 02:55 +0200
      Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-04-27 22:53 +0000
        Re: Rationale for aligning data on even bytes in a Unix shell file? gazelle@shell.xmission.com (Kenny McCormack) - 2025-04-27 23:45 +0000
        Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 02:55 +0200
      Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-28 01:22 +0000
        Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 06:28 +0200
          Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-28 04:47 +0000
            Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-28 09:28 +0200
              Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 02:37 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 07:40 +0200
                Re: Rationale for aligning data on even bytes in a Unix shell file? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-29 07:30 +0000
                Re: Rationale for aligning data on even bytes in a Unix shell file? Bonita Montero <Bonita.Montero@gmail.com> - 2025-04-29 09:42 +0200
  Re: Rationale for aligning data on even bytes in a Unix shell file? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-04-26 23:35 +0000
    Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-04-27 02:51 +0200
  Re: Rationale for aligning data on even bytes in a Unix shell file? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-08 19:56 -0700
    Re: Rationale for aligning data on even bytes in a Unix shell file? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-05-09 12:11 +0200
    Re: Rationale for aligning data on even bytes in a Unix shell file? scott@slp53.sl.home (Scott Lurndal) - 2025-05-09 14:13 +0000

csiph-web