delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=CaytzCdFFvUGDIZxH6h1PrEP8pQw35J59UoCWSClxyhi4jzCGCV9J | |
tE3NjS9CuuNLSdlY9R2Y9JeXCk0wP5+XPP/QXc2ryaCyrCei+FMeBHvlhR4NWniz | |
y4ki2bhy4ThQGT1n1iJJcGaxWMJSx5499dKxVNkoacXY5sonn7//xU= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=u/0Xcv6/8HmKbtIs+OsSZxnD+Q0=; b=dcDX715d5fdHvJpFAYGOFo+7ihMO | |
jX64tERcEQCvzQdeVg+Z0ux5ItRGhE3ThLrRCOjnpOVgPHJpCsA77JAhnkeJbVfq | |
eYHggC0JCqQgEY4ADYfADeV7m0PooudQqeJRSiJ9/tgndww64Y4Qy7S2d8L2KlWO | |
Ys0FvnrzMDf8v0Y= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-97.2 required=5.0 tests=AWL,BAYES_50,GOOD_FROM_CORINNA_CYGWIN,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,LIKELY_SPAM_BODY,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Daly, daly, Fergus, 6943 |
X-HELO: | drew.franken.de |
X-Spam-Score: | -2.9 |
Date: | Sun, 4 Mar 2018 11:09:16 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: sed seems to force UC filename on Mixed 8.3 filenames on FAT32 |
Message-ID: | <20180304100916.GH16908@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <CAKqBF1jHmZCo5a4hsZ4oHrEO8WODoeatO8m-xZaje5Um1X-jLg AT mail DOT gmail DOT com> <468c8201-f85c-d1ce-a50b-2b983a70edaf AT SystematicSw DOT ab DOT ca> |
MIME-Version: | 1.0 |
In-Reply-To: | <468c8201-f85c-d1ce-a50b-2b983a70edaf@SystematicSw.ab.ca> |
User-Agent: | Mutt/1.9.2 (2017-12-15) |
--T7mxYSe680VjQnyC Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mar 3 11:14, Brian Inglis wrote: > On 2018-03-03 01:36, Fergus Daly wrote: > >>> Run stat on original and converted files. > >=20 > > OK. I get this: > >=20 > > ~> stat /j/PStart.xml > > File: /j/PStart.xml > > Size: 7233 Blocks: 8 IO Block: 65536 regular file > > Device: a6418e7fh/2789314175d Inode: 7206475022584976007 Links: 1 > > Access: (0644/-rw-r--r--) Uid: (197609/ fergusd) Gid: (197609/ fergu= sd) > > Access: 2018-03-03 00:00:00.000000000 +0000 > > Modify: 2018-03-02 11:50:12.000000000 +0000 > > Change: 2018-03-02 11:50:12.000000000 +0000 > > Birth: 2018-03-02 09:26:44.060000000 +0000 > >=20 > > ~> dos2unix.exe /j/PStart.xml > > dos2unix: converting file /j/PStart.xml to Unix format... > >=20 > > ~> stat /j/PSTART.XML > > File: /j/PSTART.XML > > Size: 6943 Blocks: 8 IO Block: 65536 regular file > > Device: a6418e7fh/2789314175d Inode: 7206475022584976007 Links: 1 > > Access: (0644/-rw-r--r--) Uid: (197609/ fergusd) Gid: (197609/ fergu= sd) > > Access: 2018-03-03 00:00:00.000000000 +0000 > > Modify: 2018-03-03 08:27:16.000000000 +0000 > > Change: 2018-03-03 08:27:16.000000000 +0000 > > Birth: 2018-03-03 08:27:15.210000000 +0000 > >=20 > > Does that help at all? > >=20 > > It's not so much the behaviour on FAT32, which I could put up with as > > a filesystem pehenomenon if it had always been the case: but it's just > > started in the past few days. Can't think what has been updated that > > would cause this change. Previously sed and dos2unix which I use > > constantly (and others) did NOT change the case of the filename. >=20 > Should only be possible if Std C rename was changed in newlib/Cygwin1.dll > updates No changes there, certainly not renaming the file to all uppercase. Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --T7mxYSe680VjQnyC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAlqbxcwACgkQ9TYGna5E T6CJgg/+Pup41mCEOBy3TCj352BTD4YVl1bgWsb1FFO+SmBcKwl/+YzDvuFfvSDk ZIwsw8zwltaYFyPEhviJ1q/s7gNnOpI0eibSr6Id6mXPlVt3CEctb1RIHpFxK0wG hmnbS81WXtMod30g3mSpNjT5Z0Sl2iavV96U/Tl1PdbLY5T4/TiMnt7tdqWWb771 M7X3+BqzSB6Ib2O9aMNxi8rR5dR3/r8hKv8DXsaB017ku7Q6O4wWyEG9xxMHbx0J cXh9jjM/KyK/d9hZloxr4HZFpcX+y05kQUn6/mLnGmr3PxjgXMD3nhIJ6DXCQhOG sAaWufB9V+0fwsupl0YqaF3mievbsYQ8UiRoy2jcUHAJ99SgyP/iveZklBbpKMej +eW1yA/CiJ13rrIa724GRQKwqJRH+VgljYPnT+obJAaLCOPebde9sTMm92DMIEEB HHlIdVgCdZlldigwxPQz/5VqIs6usIo9oxFlU8ky+ZJSE9syuyQ+bE2515PtvHCW F0Eb4ykTMjoQNpkevUGuIr1UGjIkOjjyedNqb5mn7r5gnvlHJDO8bpN4vF7SFUgz ZJwk/jH9GIoHskt/Eo8IKhvN9KynISSd9Db+aAG5/HnogAx6kNMDfSxkOMd5uOB7 ImBZQBrytMvIZC29g7Q9TFqvoCqmAOCiIvzZ6eg8WFmrh+E/JA8= =FHOM -----END PGP SIGNATURE----- --T7mxYSe680VjQnyC--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |