[project @ 2001-07-24 04:39:31 by ken]
authorken <unknown>
Tue, 24 Jul 2001 04:39:32 +0000 (04:39 +0000)
committerken <unknown>
Tue, 24 Jul 2001 04:39:32 +0000 (04:39 +0000)
commitaf27ab5c3bb6e0ef5d4f618a4f1b99e72060b424
treef56c63f7b3425227f0df816cc8a78a88e2203c52
parentaaf39182ad0d0dff0a2bbf88596c28e9621b686a
[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?)
configure.in
ghc/lib/std/Time.hsc
mk/config.h.in
mk/config.mk.in