cvs commit: fptools/libraries/base/System RawSystem.hs-inc Cmd.hs
fptools/ghc/compiler/main SysTools.lhs
Simon Marlow
simonmar at glass.cse.ogi.edu
Thu May 6 02:44:53 EDT 2004
simonmar 2004/05/06 01:44:53 PDT
Modified files:
libraries/base/System Cmd.hs
ghc/compiler/main SysTools.lhs
Added files:
libraries/base/System RawSystem.hs-inc
Log:
Move the definition of rawSystem into a separate file which we
#include in the places it is needed. This is slightly better than
copying the code, since we now need it in three places
(ghc/utils/runghc is the 3rd).
Revision Changes Path
1.19 +5 -131 fptools/libraries/base/System/Cmd.hs
1.118 +1 -58 fptools/ghc/compiler/main/SysTools.lhs
More information about the Cvs-ghc
mailing list