Skip to content
Snippets Groups Projects
  1. Jan 07, 2003
  2. Jan 02, 2003
  3. Dec 13, 2002
  4. Dec 12, 2002
    • Francois Gouget's avatar
      Fix the error codes returned by DeleteFile{A,W} to match NT. · e948ad1f
      Francois Gouget authored and Alexandre Julliard's avatar Alexandre Julliard committed
      Adapt the DeleteFileA error code checks to take into account variations
      between Win9x and NT.
      Test DeleteFile(NULL).
      Add tests for DeleteFileW.
      On NT, calling _lclose on an already closed handle will cause memory
      corruption and thus sometimes crash -> removed the relevant test.
      Skip the Unicode tests when on Win9x.
      e948ad1f
  5. Nov 30, 2002
  6. Nov 21, 2002
  7. Nov 15, 2002
  8. Nov 08, 2002
  9. Oct 25, 2002
  10. Oct 23, 2002
  11. Sep 17, 2002
  12. Sep 16, 2002
  13. Sep 13, 2002
  14. Sep 12, 2002
  15. Aug 27, 2002
  16. Aug 26, 2002
  17. Aug 17, 2002
  18. Aug 03, 2002
  19. Jul 31, 2002
  20. Jun 05, 2002
  21. May 31, 2002
  22. May 30, 2002
  23. May 28, 2002
  24. Apr 26, 2002
  25. Apr 25, 2002
  26. Apr 23, 2002
  27. Apr 17, 2002
  28. Apr 14, 2002
    • Martin Wilck's avatar
      - Need a "cleanup" method. · 08867f71
      Martin Wilck authored and Alexandre Julliard's avatar Alexandre Julliard committed
      - calling the "call_completion" method unconditionally in finish_async
        (introduced by me) was wrong, because the thread may never be in an
        alertable wait state -> call it only if user completion function is present.
      - We need two constant "ops" objects, one with and one without call_completion
        method (the event field may NOT be used to determine whether the completion
        must be called or not).
      08867f71
  29. Apr 11, 2002
  30. Apr 05, 2002
  31. Mar 29, 2002
  32. Mar 23, 2002
Loading