On Thu, 1 Mar 2012, Kai Tietz wrote: > + <li>Windows mingw targets are using <code>-mms-bitfields</code> option > + as default.</li>
"are using the" (add "the") and probably "by default" > + <li>Window x86 target is using <code>__thiscall</code> calling convention > + for C++ class-member functions.</li> "The Windows x86" or "Windows x86 targets are" (in any case, add "s" to "Window" :-). "the...calling convention" > + <li>Support of <code>--with-threads=posix</code> for Windows > mingw targets.</li> Is this a configure option? In that case I'd say "Support for the ... configure option..." to make this clear. Thanks for taking the time to write this up! The patch is fine with the above, or comparable changes. Gerald