1. 12 May, 2000 6 commits
  2. 11 May, 2000 18 commits
  3. 10 May, 2000 12 commits
  4. 09 May, 2000 4 commits
    • Alexandre Julliard's avatar
      Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block. · 62030ff4
      Alexandre Julliard authored
      Various optimizations.
      62030ff4
    • Eric Pouech's avatar
      Changed WAVEHDR notification heuristic. · a1894523
      Eric Pouech authored
      Added preliminary support for loops in WAVEHDRs.
      Fixed issues when mixing open and getCaps calls.
      a1894523
    • Bertho Stultiens's avatar
      - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the · 3d455c9b
      Bertho Stultiens authored
        address of a pointer instead of its value. This probably slipped in
        during the merge of my tree into the winetree.
        Lesson learned: always double check.
      - Verified most resources so that win16 compile also generates correct
        output for reversed endian.
      - Implemented byte-ordering for resources. All resources can be forced
        to be little-, big- or native endian with command-line option -B.
      - Reading resources from .res-files are only accepted in native byte-
        ordering so that no additional semantic analysis is required.
      - Resource directory is still written in native-only format, including
        the strings.
      - Wrc is now installed through the makefile with 'make install' and also
        uninstalled with 'make uninstall'.
      - Wrote a man-page for better reference. The manpage also gets installed
        and uninstalled.
      - Cleaned up the namespace a bit by more agressive use of static.
      3d455c9b
    • Aric Stewart's avatar
      8ee3144a