Deutsch   English   Français   Italiano  
<vust82$2cc0$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.lang.c
Subject: Re: Rationale for aligning data on even bytes in a Unix shell file?
Date: Wed, 30 Apr 2025 12:15:28 +0200
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <vust82$2cc0$1@dont-email.me>
References: <vuih43$2agfa$1@dont-email.me>
 <vun04h$2fjrn$2@raubtier-asyl.eternal-september.org>
 <vun1nh$22hc5$3@dont-email.me>
 <vunak2$2p980$1@raubtier-asyl.eternal-september.org>
 <vunbgo$2q5u8$1@dont-email.me>
 <vunbjg$2q72n$1@raubtier-asyl.eternal-september.org>
 <vunhtp$301lb$1@dont-email.me>
 <vunib4$308ou$1@raubtier-asyl.eternal-september.org>
 <vunilp$30n57$1@raubtier-asyl.eternal-september.org>
 <vcMPP.1383459$f81.136711@fx48.iad>
 <vuobu5$3o38b$2@raubtier-asyl.eternal-september.org>
 <SxOPP.2986762$t84d.1636746@fx11.iad> <20250428203634.00006e09@yahoo.com>
 <vupvph$1a961$1@dont-email.me> <vurvru$34gfq$4@dont-email.me>
 <vusiqn$3ov7j$1@dont-email.me> <vuskeh$3p7jv$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 30 Apr 2025 12:15:30 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="8b554373312cb846ab75b9a5dacf40bd";
	logging-data="78208"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/wc2Tjba2gHAdlt+lXMI8Y"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:Fm5OAZB642ExrIZwgEqFhf7/PGU=
In-Reply-To: <vuskeh$3p7jv$1@dont-email.me>
X-Enigmail-Draft-Status: N1110
Bytes: 2596

On 30.04.2025 09:45, David Brown wrote:
> [...]
> 
> Linus Torvalds has just had one of his famous rants in reference to
> case-insensitive options for Bcachefs :
> 
> [link snipped]

That reminds be some statements that Arnold Robbins mentioned about
GNU Awk's 'IGNORECASE' feature. First he reported how many troubles
that feature inflicted; it had to be considered in a lot of contexts
and meant a special handling in several places, and that it was an
extreme effort to get it work right and consistently. And I think he
also considered removing that feature (but it's a long existing one,
so...). And, where it's "needed", it's usually also trivial to just
work around it without 'IGNORECASE'.

It makes no sense, IMO, to try to stay sort of "compatible" with
case-insensitive file-systems.

Janis

> [...]