From: Gustaf N. <ne...@wu...> - 2014-10-08 11:49:07
|
> I have to look at this closer before i have a better seeing > of consequences of changing the types in Ns_Time, i would > certainly prefer to stick to the Tcl conventions, since we > depend > strongly on tcl behavior all over the place. There was a bug in log.c passing the argument to ns_localtime, which shows up only on machines where sizeof(long) != sizeof(time_t). This is obviously the case for the 64bit windows build. With that fix, i would assume that the currently committed version works now on windows (with mutex timings and win-platform-specific Ns_GetTime deactivated) as far as the version with the modified Ns_Time structure. -g |