1. 01 Aug, 2000 18 commits
  2. 31 Jul, 2000 19 commits
  3. 30 Jul, 2000 3 commits
    • Thomas Wouters's avatar
      a7015971
    • Mark Hammond's avatar
      More Windows changes. · 071864ac
      Mark Hammond authored
      * After discussion with Trent, all INT_PTR references have been removed in favour of the HANDLE it should always have been.  Trent can see no 64bit issues here.
      
      * In this process, I noticed that the close operation was dangerous, in that we could end up passing bogus results to the Win32 API.  These result of the API functions passed the bogus values were never (and still are not) checked, but this is closer to "the right thing" (tm) than before.
      
      Tested on Windows and Linux.
      071864ac
    • Mark Hammond's avatar
      Fixes for Windows (but also tested on Linux). Test suite now completes, and... · 2cbed005
      Mark Hammond authored
      Fixes for Windows (but also tested on Linux).  Test suite now completes, and this module should not leak in the face of errors.
      
      Checkin that replaces the INT_PTR types with HANDLEs still TBD (but as that is a "spelling" patch, rather than a functional one, I will commit it seperately.
      2cbed005