1. 2aae74d Factor out a couple of useful helper functions. by Alexandre Julliard · 20 years ago
  2. 80083b1 Store RVAs instead of pointers wherever possible in the generated NT by Alexandre Julliard · 20 years ago
  3. 9f49889 Now that everything is done in assembly in the spec file, directly by Alexandre Julliard · 20 years ago
  4. 41177ca Output the resource data in assembly too. by Alexandre Julliard · 20 years ago
  5. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  6. e6c7669 Generate the NT header in assembly instead of using a C structure. by Alexandre Julliard · 20 years ago
  7. 88aa4b5 Byteswap the resources if we detect that the header is in the wrong endianness. by Alexandre Julliard · 20 years ago
  8. 2d7e976 Fixed signedness warnings. by Marcus Meissner · 20 years ago
  9. a583b25 Generate the resource data directly inside the resource directory. by Alexandre Julliard · 20 years ago
  10. 523d94a -Wunsigned fixes. by Jon Griffiths · 20 years ago
  11. 86d4a70 Fill in the proper offsets in the resource directory instead of by Alexandre Julliard · 21 years ago
  12. d3f8f78 - added size information about most of the generated thunks (import, by Eric Pouech · 21 years ago
  13. 8611e65 Store all information about the current dll in a structure instead of by Alexandre Julliard · 21 years ago
  14. 5bcf35a Add printf format attributes & fix the warnings. by Richard Cohen · 22 years ago
  15. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  16. 0c2c71b Resource names don't need a case-sensitive comparison; this avoids by Alexandre Julliard · 22 years ago
  17. 310de88 Check file header to differentiate between object files and resources by Alexandre Julliard · 22 years ago
  18. c63d980 Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>. by Dmitry Timoshkov · 23 years ago
  19. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  20. 235da79 Made winebuild (almost) compile and work on Windows. by Patrik Stridvall · 23 years ago
  21. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  22. a85b0a6 Added checking for mmap. by Hidenori Takeshima · 24 years ago
  23. abe635c Get rid of some warnings about unused variables, signed/unsigned by Joerg Mayer · 24 years ago
  24. cbeb644 Added support for loading .res files for 16-bit resources. by Alexandre Julliard · 24 years ago
  25. 2d83b63 Fixed OFFSETOF macro definition for gcc 2.96. by David Elliott · 24 years ago
  26. 003e24c Added support for loading Win32 .res files. by Alexandre Julliard · 24 years ago