cvs commit: fptools/libraries/base/cbits rawSystem.c fptools/libraries/base/System Cmd.hs Environment.hs fptools/hslibs/lang SystemExts.lhs fptools/hslibs/lang/cbits rawSystem.c

Simon Marlow <[email protected]> Wed, 28 Aug 2002 06:59:19 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
simonmar    2002/08/28 06:59:19 PDT

  Modified files:
    libraries/base/System Cmd.hs Environment.hs 
    hslibs/lang          SystemExts.lhs 
  Added files:
    libraries/base/cbits rawSystem.c 
  Removed files:
    hslibs/lang/cbits    rawSystem.c 
  Log:
  - Move rawSystem from SystemExts to System.Cmd.
  - Move withArgv and withProgName from SystemExts to System.Environment
  
  These functions are still exported by SystemExts for compatibility.
  
  Revision  Changes    Path
  1.8       +19 -1     fptools/libraries/base/System/Cmd.hs
  1.12      +46 -3     fptools/libraries/base/System/Environment.hs
  1.8       +3 -65     fptools/hslibs/lang/SystemExts.lhs