Re: case in filenames

2016-05-03 Thread René J . V . Bertin
Michael Pyne wrote: > 2. Do not rely on file names that differ only in case (e.g. don't install a > fileA.foo and FileA.foo and expect to be able to open a precise one of those > two later) > > As far as temp file names and things like that, it would be incumbent on the > code generating such fil

Re: case in filenames

2016-04-27 Thread Michael Pyne
On Tue, April 26, 2016 20:11:15 René J.V. Bertin wrote: > Hi, > > Is there an official guideline concerning the use of case for distinguishing > between filenames? There are (or have been) a few ports that do this for > header files (or directories). In that case it's relatively easy to catch > on

case in filenames

2016-04-26 Thread René J . V . Bertin
Hi, Is there an official guideline concerning the use of case for distinguishing between filenames? There are (or have been) a few ports that do this for header files (or directories). In that case it's relatively easy to catch once you build on a case-insensitive FS like found on OS X (default