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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Permutation generator in ada library Date: Fri, 03 Oct 2014 18:57:39 +0200 Organization: A noiseless patient Spider Message-ID: References: <5b7788b4-323f-42db-99e9-66c989992abb@googlegroups.com> <1d9e9cd4-3087-4357-9353-db4424a16e9b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 3 Oct 2014 16:56:52 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="8b5e94a24003e5aa5ac0d97ba5f687b4"; logging-data="11702"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+YK6qa8NYX29NIU7YpaLuH" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.8.1 In-Reply-To: Cancel-Lock: sha1:4o1Xku1S+aXWUH92xOrlEwhLBU0= Xref: number.nntp.giganews.com comp.lang.ada:189348 Date: 2014-10-03T18:57:39+02:00 List-Id: On 2014-10-03 18:08, Niklas Holsti wrote: > > (OMG, fiddling with this question made me realise that Mac OS-X uses, by > default, case-insensitive file names, although it is otherwise > Unix-type. Funny things happen, for example the command "mv -i aaa AAA" > asks me if I want to "overwrite AAA? (y/n [n])" - but there is no AAA...) It's because they call it 'case-preserving'. But it's not really mac-os, its the file system hfs+. If you format a drive as udf (I think it's called) you get a case-sensitive file systems, even on a mac. very confusing ... -- Björn