cvs commit: fptools/libraries/base/GHC Conc.lhs fptools/libraries/base/System CPUTime.hsc Directory.hs fptools/libraries/base/System/Process Internals.hs

Simon Marlow simonmar at microsoft.com
Tue Oct 18 07:36:25 EDT 2005


simonmar    2005/10/18 04:36:25 PDT

  Modified files:
    libraries/base/GHC   Conc.lhs 
    libraries/base/System CPUTime.hsc Directory.hs 
    libraries/base/System/Process Internals.hs 
  Log:
  Fixes to enable base to be compiled with -fasm on Windows:
  
    - a few stdcall/ccall mismatches
    - use GetTempPathA instead of GetTempPath (a couple of these)
  
  Revision  Changes    Path
  1.43      +1 -1      fptools/libraries/base/GHC/Conc.lhs
  1.17      +2 -2      fptools/libraries/base/System/CPUTime.hsc
  1.56      +2 -2      fptools/libraries/base/System/Directory.hs
  1.14      +1 -1      fptools/libraries/base/System/Process/Internals.hs


More information about the Cvs-libraries mailing list