1. 25 May, 2004 12 commits
  2. 24 May, 2004 7 commits
  3. 22 May, 2004 3 commits
  4. 21 May, 2004 7 commits
  5. 20 May, 2004 6 commits
  6. 19 May, 2004 3 commits
  7. 18 May, 2004 2 commits
    • Eric Pouech's avatar
      - removed file extension from module (and suffixed ELF modules with · 48a86598
      Eric Pouech authored
        <elf>)
      - added generic thunk support for builtin modules (with the help of
        winebuild's new markers for thunks)
      - for ELF modules, no longer generating SymTagPublicSymbols objects
        from ELF public symbol table
      - because of last point, rewrote stabs symbols' address and size
        management by parsing directly the symtab instead of using
        SymTagPublicSymbols objects
      - cleaned up SymTagPublicSymbols object names for native modules
      - fixed off by one errors in array management
      - SymLoadModule(hProc,0,0,0,0) (wine extension) will force the
        resynchronization of internal ELF modules list)
      - new option (0x40000000) for Sym{Get|Set}Option to report ELF modules
        in SymEnumModules (as well as loader with <wine-loader>)
      - some minor internal clean-ups
      - enhanced const correctness
      48a86598
    • Eric Pouech's avatar
      - added size information about most of the generated thunks (import, · d3f8f78c
      Eric Pouech authored
        16/32 relay...)
      - marked the wine thunks by inserting specific symbols (to be managed
        by wine's dbghelp)
      - removed the stabs generation:
        + mostly used by winedbg, and the previous item will replace it for
          dbghelp
        + still broken for gdb anyway
      - enhanced const correctness
      d3f8f78c