-
In fact, MSDN says that *all* of the 'Interlocked' API functions which are declared in w32api's winbase.h should be declared with the `__cdecl' attribute, *except* for the three which appeared in WinXP, which are correctly declared.
2009-12-21 21:41:57 UTC in MinGW - Minimalist GNU for Windows
-
> So basically, I compiled the source with ms sdk and then did something
> like:
So basically, you just disqualified your patch.
This doesn't even qualify as reverse engineering; it's just an indirect way of reading a Microsoft header, no different from just opening it with a text editor and copying it. You have to use publicly available *documentation*, not MS headers as your reference...
2009-11-24 16:42:30 UTC in MinGW - Minimalist GNU for Windows
-
Lee,
No issue at all with you accommodating the possibility of a buggy isspace(), which mishandles '\n' or '\r', but you already take care of that in the implementation of IsWhiteSpace(). I've already patched the subset of the source I keep in the mingw-get repository, to remove the redundancy elsewhere: [ChangeLog][1]; applied to:
[this (subset) copy of your source code][2].
I'll gladly...
2009-11-06 16:56:05 UTC in TinyXml
-
This issue cropped up on the MinGW Developer's ML, only yesterday:
http://thread.gmane.org/gmane.comp.gnu.mingw.devel/3520
The warning occurs because the logical expression, as it stands, contains an ambiguous mix of AND and OR subexpressions, which the compiler cannot be certain to evaluate with the precedence the programmer intended, without parenthesis to specify this intent.
Your...
2009-11-05 12:27:41 UTC in TinyXml
-
keithmarshall made 1 file-release changes.
2009-10-20 15:57:01 UTC in MinGW - Minimalist GNU for Windows
-
keithmarshall made 1 file-release changes.
2009-10-20 15:51:01 UTC in MinGW - Minimalist GNU for Windows
-
keithmarshall made 1 file-release changes.
2009-10-20 15:50:01 UTC in MinGW - Minimalist GNU for Windows
-
keithmarshall made 1 file-release changes.
2009-10-20 15:49:07 UTC in MinGW - Minimalist GNU for Windows
-
keithmarshall made 1 file-release changes.
2009-10-20 15:48:04 UTC in MinGW - Minimalist GNU for Windows
-
keithmarshall made 1 file-release changes.
2009-10-20 15:47:01 UTC in MinGW - Minimalist GNU for Windows