patch applied (hat): ----------------------------------------------------------------------

Tue Mar 14 07:27:03 PST 2000 malcolm * ---------------------------------------------------------------------- Modified Files: Makefile configure include/IO.hi include/node.h script/confhc script/hmakeconfig.inst src/compiler98/GcodeLowC.hs src/compiler98/Makefile src/compiler98/NhcFloats_.hs src/greencard/Makefile src/hmake/Makefile src/prelude/Directory/PatchIOError.gc src/runtime/Builtin/primVector.c Added Files: script/fixghc src/compiler98/Floats.hs src/compiler98/ghc_floats.c.inst ( These are primarily fixes to allow nhc98 to build with ghc-4.06, in which the library organisation is different from 4.04 and earlier: in particular it no longer includes Native. Float.hs is a replacement using the new primitive FFI. In time, NhcFloats.gc can probably be removed in favour of Float.hs as well, but for now it is needed for backward compatibility with nhc13 and earlier versions of nhc98. There are also a couple of miscellaneous typo/bugfixes, including a very small change to primVector which eliminates GC crashes when using Arrays. Hurrah. ) ---------------------------------------------------------------------- A ./script/fixghc A ./src/compiler98/Floats.hs M ./src/compiler98/GcodeLowC.hs -4 +26 M ./src/compiler98/Makefile -3 +11 A ./src/compiler98/ghc_floats.c.inst
participants (1)
-
Malcolm Wallace