Re: [Patch] cygcheck: eprintf + display_error: Do more.

2004-11-18 Thread Benjamin Riefenstahl
Hi Bas, Bas van Gompel writes: > + if (fileno (stdout) != fileno (stderr) [...] I thought that fileno(stdout) is *always* 1 and fileno(stderr) is *always* 2. Isn't that true? benny

Re: : Unicode length

2004-06-16 Thread Benjamin Riefenstahl
Hi Pierre, "Pierre A. Humblet" <[EMAIL PROTECTED]> writes: > [On pre-composed/de-composed Unicode:] Do you know if NT prefers or > insists on one or the other for filenames? Pre-composed characters are the norm on Windows and should be preferred for a number of reasons. I can expand, if necessar

Re: dtors run twice on dll detach (update)

2002-05-02 Thread Benjamin Riefenstahl
Hi Robert, "Robert Collins" <[EMAIL PROTECTED]> writes: > > If we just avoid setting up the destructor calls using atexit > > then the destructors will only run once. So, in the normal > > case, the destructor will run after much cleanup has occurred > > in the cygwin DLL (specifically in th