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,
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
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
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:
4 matches
Mail list logo