changelog
- Fri, 13 Apr 2012 18:48:23 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 13 Apr 2012 18:48:23 +0200] rev 418
- Correct various structure and architecture problems in code including:
use functions from ISO C stdio requires cstdio header,
include sockio header only in platforms where it's present,
touch random number seeder logic on X86-64 platforms as well as IA-32,
and hopefully use all 64 bits of register as it would seem that more
like 'asm("rdtsc" : "=a" (lowtick), "=d" (hitick));' is needed instead.
- Fri, 13 Apr 2012 17:49:04 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 13 Apr 2012 17:49:04 +0200] rev 417
- Update to latest (although not new) upstream vendor version.