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

Tue Feb 15 08:07:31 PST 2000 malcolm * ---------------------------------------------------------------------- Modified Files: Makefile configure hmake-configure script/hmake.inst (various minor config tweaks, mainly for hmake.) docs/98.html docs/install.html docs/libraries.html docs/status.html docs/hmake/changes.html docs/hmake/index.html (docs updates.) include/Directory.hi include/FFI.hi include/System.hi (updated some std library implementations.) script/GenerateErrNo.hs (Haskell prog for generating a fresh DErrNo.hs for each new machine.) src/compiler98/Foreign.hs src/compiler98/Makefile src/compiler98/TokenId.hs (updated primitive FFI to allow PackedStrings to pass to/from C.) src/prelude/Directory/Directory.hs src/prelude/Directory/DoesDirectoryExist.gc src/prelude/Directory/GetModificationTime.gc src/prelude/Directory/Makefile (new, complete, implementation of Directory library. Oops, some new files are missing - will be added in next commit.) src/prelude/PreludeIO/DErrNo.hs src/prelude/PreludeIO/Makefile src/prelude/PreludeIO/Show_IOError.hs (changed Show instance for IOErrors to use C's strerror() call.) src/prelude/System/ExitFailure.hs src/prelude/System/Makefile src/prelude/System/System.hs (function exitFailure was not previously exported from System.) ---------------------------------------------------------------------- M ./src/compiler98/Foreign.hs -52 +56 M ./src/compiler98/Makefile +4 M ./src/compiler98/TokenId.hs +3
participants (1)
-
Malcolm Wallace