Mixing / and \ path separators

2003-03-12 Thread Anton Ertl
Cygwin 1.3.18(0.69/3/2) handles filenames like /usr/local/share/gforth/0.5.9-20030201\kernl32l.fi all right, where the "\" is meant as a path separator. Cygwin 1.3.19(0.71/3/2) and 1.3.20 reportedly do not like such names (file not found). Is this intentional and will it stay that way? If so,

Re: Mixing / and \ path separators

2003-03-12 Thread Anton Ertl
Igor Pechtchanski wrote: > > On Wed, 12 Mar 2003, Anton Ertl wrote: > > > Cygwin 1.3.18(0.69/3/2) handles filenames like > > > > /usr/local/share/gforth/0.5.9-20030201\kernl32l.fi > > > > all right, where the "\" is meant as a path separator. Cyg

mmap bug on Windows 9x

2004-07-15 Thread Anton Ertl
On Windows 9x/ME different calls to mmap sometimes produce the same address (without that memory being unmapped in the meantime, at least not by application code). Here's a trace of the application calls to mmap (on WME): try mmap($0, $400038, ..., MAP_ANON, ...); success, address=$8395 try m

Re: mmap bug on Windows 9x

2004-07-16 Thread Anton Ertl
Anton Ertl wrote: > > On Windows 9x/ME different calls to mmap sometimes produce the same > address (without that memory being unmapped in the meantime, at least > not by application code). You find a condensed test program below. On Windows ME with cygwin1.dll 1.5.10 it outputs: