From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: [ANN] List_Image v0.2.0 Date: Fri, 02 Feb 2018 15:48:14 +0000 Organization: A noiseless patient Spider Message-ID: References: <575826a1-c983-49aa-95e2-54048f6b7b5b@googlegroups.com> <1b89075d-c284-4358-93b9-704e4b079292@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="136d7aab1d1b80273c4654ba85a7dd2d"; logging-data="3910"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX190gUVwm2b8mztOEXXqGAZwZF/SFfdB1QQ=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:SUGCfum4S82FTZGuBUqCOjXrYfU= sha1:B+VJtoHc01UxVMT61EZeCnv3KDU= Xref: reader02.eternal-september.org comp.lang.ada:50278 Date: 2018-02-02T15:48:14+00:00 List-Id: "Randy Brukardt" writes: > You could test the case of the file system > (Ada.Directories.Name_Case_Equivalence), Unix/Linux is always > Case_Insensitive. Windows is Case_Preserving unless you are running a ^^^^^^^^^^^^^^^^? > POSIX file system -- but then you probably would want POSIX line > terminators, too. But not if you are using GNAT (GPL or FSF). Bug 80869 refers[1]. macOS will be Case_Preserving (it is possible to set HFS to be case sensitive, but you're not advised to do so, since loads of applications won't work). [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80869