Re: [PATCH] Multiple timer issues + new [PATCH]

2016-02-19 Thread Corinna Vinschen
On Feb 19 00:39, Irányossy Knoblauch Artúr wrote: > Hi, > > On Thu, Feb 18, 2016 at 12:28 PM, Corinna Vinschen > wrote: > > > Would you mind terribly to send a copyright assignment per > > https://cygwin.com/contrib.html? If you send it as PDF by mail it takes > > usually just a few days to be

Re: [PATCH] cygwin: Export clog10, clog10f

2016-02-19 Thread Corinna Vinschen
On Feb 18 10:53, Yaakov Selkowitz wrote: > winsup/cygwin/ > * common.din: Add clog10, clog10f. > * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. > > winsup/doc/ > * posix.xml (std-gnu): Add clog10, clog10f. Patch is ok if the newlib patch is ok. Thanks

Re: gprof profiling of multi-threaded Cygwin programs

2016-02-19 Thread Corinna Vinschen
On Feb 18 16:57, Mark Geisert wrote: > On Thu, 18 Feb 2016, Corinna Vinschen wrote: > >On Feb 17 22:35, Mark Geisert wrote: > >>I do see that a case could be made for general profiling documentation in > >>winsup/doc/programming.xml but that's more than I want to take on at the > >>moment. > > > >I

Re: Cygwin select() issues and improvements

2016-02-19 Thread Corinna Vinschen
On Feb 18 20:20, john hood wrote: > On 2/15/16 7:57 AM, Corinna Vinschen wrote: > > On Feb 14 03:09, john hood wrote: > >> Various issues with Cygwin's select() annoyed me, and I've spent some > >> time gnawing on them. > > One of them is that they are not trivial enough to be acceptable without >

Re: [PATCH] Multiple timer issues + new [PATCH]

2016-02-19 Thread ikartur
Hi, On Feb 19, 2016 2:35 AM, "john hood" wrote: > There's some information on the web discussing issues with > QueryPerformanceCounter() QueryPerformanceCounter() is the officially recommended method for time interval measurements: https://blogs.msdn.microsoft.com/oldnewthing/20140822-01/?p=1