#2298: renameFile is not atomic on Windows
----------------------------+-----------------------------------------------
 Reporter:  duncan          |          Owner:  simonmar
     Type:  bug             |         Status:  closed  
 Priority:  normal          |      Milestone:  6.10.1  
Component:  libraries/base  |        Version:  6.8.2   
 Severity:  normal          |     Resolution:  fixed   
 Keywords:                  |     Difficulty:  Unknown 
 Testcase:                  |   Architecture:  x86     
       Os:  Windows         |  
----------------------------+-----------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed.

 libraries/base:

 {{{
 Mon Aug 18 08:59:50 PDT 2008  Simon Marlow <[EMAIL PROTECTED]>
   * remove __hscore_renameFile, it is no longer uesd
 }}}

 libraries/directory:

 {{{
 Wed Aug 20 07:01:24 PDT 2008  Simon Marlow <[EMAIL PROTECTED]>
   * fix #2298: use MoveFileEx() on Windows
 }}}

 GHC itself:

 {{{
 Thu Aug 21 03:04:36 PDT 2008  Simon Marlow <[EMAIL PROTECTED]>
   * move directory after Win32/unix
 }}}

 libraries/Win32:

 {{{
 Wed Aug 20 15:00:27 GMT Daylight Time 2008  Simon Marlow
 <[EMAIL PROTECTED]>
   * Move -DUNICODE from cc-options into HsWin32.h, where it can do less
 damange
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2298#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to