[project @ 2001-07-24 04:39:31 by ken]
Make the Time module thread-safe by calling the reentrant functions gmtime_r and localtime_r instead of gmtime and localtime wherever they are available. (This is necessary to make Time work at all on our Alpha machine -- perhaps GHC tickles the reentrancy of the C library or something?)
Please register or sign in to comment