https://sourceforge.net/projects/libportable/files/Tools/
2014-03-20 14:11 GMT+08:00 Liu, DongxingX :
> Dear maintainers,
>
> I want to use mingw-w64 (GCC) 4.8 on Ubuntu 12.04/13.10 64-bit. But the
> version we can install on Ubuntu 12.04/13.10 is mingw-w64 (GCC) 4.6.3.
> And I also cannot find
On 03/28/14 15:39, Erik van Pienbroek wrote:
> Hi,
>
> Attached patch fixes a compatibility issue with p11-kit and sigar on
> Windows XP (missing strerror_s symbol). Okay to commit?
>
Looks good to me.
Thanks,
Jacek
--
_
Hi,
Attached patch fixes a compatibility issue with p11-kit and sigar on
Windows XP (missing strerror_s symbol). Okay to commit?
Regards,
Erik van Pienbroek
>From aa643f570cd1cb7c515af405fd844aab3c69ab45 Mon Sep 17 00:00:00 2001
From: Erik van Pienbroek
Date: Fri, 28 Mar 2014 15:14:25 +0100
Su
Hi...
Whenever possible I investigated pow() more the last days. I calculated
billions of pow() values on windows/linux/mac and compared them.
First one my main test code. I did let it run in variety of numeric ranges.
// powtest2.c
// gcc -O3 -fno-builtin powtest2.c -o powtest (-lm)
#include
#