Re: Small security patches

2002-12-12 Thread Pierre A. Humblet
Christopher Faylor wrote: > > Actually, if you can get away without using a > constructor that would be best. Constructors are a noticeable part of > cygwin's startup cost. - Is there a C++ way to initialize a constant class and have it in the .text section, as "const int i = 1;" would be? -

Re: quandary with pthreads

2002-12-12 Thread Thomas Pfaff
I have attached a bunch of mutex testcases borrowed from the pthreads-win32 project. Thomas On Wed, 11 Dec 2002, Thomas Pfaff wrote: > > > Rob, > > thank you that you are willing to add my patches. > > FYI, the logic of the mutex stuff is running in pthreads-win32 about 1 1/2 > years now unchan