opping off at the top.
Here is a changelogentry and the patch:
Changelog-entry
2002-03-26 Ton van Overbeek ([EMAIL PROTECTED])
* PickPackageLine.cc (PickPackageline::paint) Adjust clipping rectangle
to textheight, so large fonts work.
and here i
textheight is larger than 11, hence
the chopping off at the top.
Here is a changelogentry and the patch:
Changelog-entry
2002-03-26 Ton van Overbeek ([EMAIL PROTECTED])
* PickPackageLine.cc (PickPackageline::paint) Adjust clipping rectangle
to textheight, so large fonts work.
and here i
ter and hence a crash following.
While debugging this I could not compile the new mklink2.cc ( the
c++ version of the original mklink2.c). It seems three & (address of operator)
have disappeared in the transition. Putting them back made the compiler
happy. Is this OK Robert ?
Changelog
2002-03-2
There have been various reports over time that recursive grep is not
working on Win9x. For every directory you get a 'Permission denied'
error.
Also there have been reports that using open(2) to open a directory
readonly on Win9x fails.
Both have the same cause.
open(2) calls _open in the cygwin1
Forgot the Changelog entry in my previous message:
2002-05-12 Ton van Overbeek <[EMAIL PROTECTED]>
* fhandler.cc (fhandler_base::open): Set error EISDIR when trying
to open a directory on Win9x instead of EACCESS
Regards,
Ton van Overbeek
7; to generate the patch.
Anyway I hope this has brought cygwin.dll 1.3.11 a bit closer.
Ton van Overbeek