On 2013-10-12 23:28, Alan W. Irwin wrote:
> Under MSYS bash.exe if I use the touch command I only get 1-second
> resolution when reading the results.
>
> bash.exe-3.1$ touch touch1.test touch2.test
> bash.exe-3.1$ ls --full-time touch*.test
> -rw-r--r-- 1 wine 544 0 2013-10-12 13:57:58.0 -
On 2013-06-28 23:37, Hin-Tak Leung wrote:
> --- On Fri, 28/6/13, Alan W. Irwin wrote:
>
> ... However, because of the Cygwin fork
>> bug, Cygwin on
>> Wine has largely been untested for the last three years so
>> this could
>> be a good opportunity to do such testing for the combination
>> of Cyg
On 2013-06-29 18:33, Alan W. Irwin wrote:
> Those have been mentioned before here, and I have looked at them.
> Cygwin is a very large collection of software so the number of bugs
> that are reported does not seem excessive to me, and for my personal
> needs (building and testing software on the Cy
joerg-cyril.hoe...@t-systems.com skrev 2012-01-31 15:23:
> Peter Rosin wrote:
>>> Of the same vein, one liners like
>>> EnterCS
>>> This-> playing = StateStopped;
>>> LeaveCS
>>> are suspicious too. What does that guarantee?
>> Per
joerg-cyril.hoe...@t-systems.com skrev 2012-01-30 18:30:
> Of the same vein, one liners like
> EnterCS
> This-> playing = StateStopped;
> LeaveCS
> are suspicious too. What does that guarantee?
Perhaps that another thread doing as below isn't fooled into
calling both one() and three()?
EnterCS
i
Den 2011-08-30 20:18 skrev David Laight:
> On Mon, Aug 29, 2011 at 06:43:41PM -0700, Alan W. Irwin wrote:
>> double x;
>> while(fscanf(stdin, " %le ", &x) == 1)
>
> You are using the wrong format, %le is for 'long double', this will
> probably overwrite too much data.
Nope, you are mistaken a
Den 2011-02-04 20:36 skrev Peter Rosin:
> Den 2011-02-04 17:41 skrev André Hentschel:
>> % and / both lead to external dependencies here...
>> maybe the euclidean algorithm helps, because -Os would need ugly changes to
>> configure i guess.
>>
>
> Finding gcd
Den 2011-02-04 17:41 skrev André Hentschel:
> Am 04.02.2011 17:26, schrieb Marcus Meissner:
>> On Fri, Feb 04, 2011 at 04:51:46PM +0100, André Hentschel wrote:
>>> Am 04.02.2011 16:31, schrieb Alexandre Julliard:
André Hentschel writes:
> +unsigned int wld_modulo( const unsigned int
Den 2010-11-29 08:36 skrev Peter Rosin:
> Den 2010-11-29 01:03 skrev James Eder:
>> On 11/26/10 12:15 AM, Damjan Jovanovic wrote:
>>> On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen
>>> wrote:
>>>> On 11/24/2010 07:19 PM, James McKenzie wrote:
>>&g
Den 2010-11-29 01:03 skrev James Eder:
> On 11/26/10 12:15 AM, Damjan Jovanovic wrote:
>> On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen
>> wrote:
>>> On 11/24/2010 07:19 PM, James McKenzie wrote:
On 11/24/10 6:56 PM, Vitaliy Margolen wrote:
> On 11/24/2010 12:23 PM, jimportal at gmai
Den 2010-09-05 11:45 skrev David Laight:
> On Wed, Sep 01, 2010 at 05:40:35PM +0200, Alexandre Julliard wrote:
>> Jeff Cook writes:
>>
>>> @@ -520,7 +520,12 @@ static void ALSA_MixerInit(void)
>>> }
>>>
>>> /* Add master channel, uncounted channels and an extra for capture
Den 2010-03-22 17:47 skrev Steven Edwards:
On Sat, Mar 20, 2010 at 2:49 PM, Alexandre Julliard wrote:
And what about #ifdef __CYGWIN__ ?
It sounds ugly but ... why not ?
You can't use #ifdefs in winegcc. I suppose you could try to resolve
__wargv dynamically at run-time.
I was wondering if
Den 2010-03-09 11:00 skrev Maarten Lankhorst:
For example current dsound adds 105 ms or 110ms, depending on whether
you use 44100 rate as primary, or 48000. OpenAL will probably use 4
buffers of 1024 samples, which would mean it adds 4096/44100 = 0.90s.
I get 0.093s when I do the math...
Cheer
Den 2009-12-02 16:35 skrev Charles Davis:
You don't get added to AUTHORS until you've hacked on Wine enough. I
learned that the hard way when I tried to put my name at the top of an
already-existing file.
I did a - eeerh couple of (sorry for the noise) - resend w/o
touching AUTHORS.
I don't re
Hi!
[I'm not subscribed, I hope I got the forged in-reply-to header right]
Ben Klein wrote:
> This is what I meant about magic translation. It *shouldn't* work, but
> I'm aware that it does. DOS/Windows uses backslash as the delimiter
> when reporting and storing paths. Is the behaviour of magic
Hi!
[I just subscribed, I hope I got the forged in-reply-to header right]
Ben Klein wrote:
> > This is what I meant about magic translation. It *shouldn't* work, but
> > I'm aware that it does. DOS/Windows uses backslash as the delimiter
> > when reporting and storing paths. Is the behaviour of m
> But how would you then fix the sign-compare violation, or
> would you just let this one go?
If you want it to be more compact:
unsigned int i;
...
for (i = sizeof(foo) / sizeof(foo[0]) - 1; ~i; --i)
Tested? No.
Readable? Don't ask me... :-)
Cheers,
Peter
17 matches
Mail list logo