This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Keep expected behaviour for [a-z] and [A-z] (Bug 23393).


On 07/26/2018 04:16 AM, Jonathan Nieder wrote:
Looking over
https://salsa.debian.org/glibc-team/glibc/tree/sid/debian/patches/localedata
andhttps://salsa.debian.org/glibc-team/glibc/tree/sid/debian/patches/locale,
I don't see any obvious culprits.  Anyway, please just take this as more
feedback in favor of your approach.

See the user reports merged with https://bugs.debian.org/301717.

The bash implementation of glob always uses strcoll/wcscoll ordering when globasciirange is not active. It does not use collation element ordering, so rearranging collation data does not affect it. This means that the changes discussed here will not affect bash (well, the glob part at least).

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]