1. 23 Aug, 2023 1 commit
  2. 14 Aug, 2023 4 commits
  3. 06 Jun, 2023 2 commits
  4. 03 May, 2023 1 commit
    • Eric Pouech's avatar
      evr: Fix incorrect integral computation. · 0cc4a38a
      Eric Pouech authored
      Note: typeof (int * unsigned) is unsigned.
      So:
      - on 64bit CPUs, where sizeof(int) = 4 < sizeof(void*) = 8,
      - when the result of the multiplication is supposed to be negative
      - there's no propagation of the negative sign from 32bit to 64 bit integers
      
      Fixes a crash in Age of Empire II.
      Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
      0cc4a38a
  5. 10 Apr, 2023 1 commit
  6. 24 Feb, 2023 1 commit
  7. 06 Sep, 2022 1 commit
  8. 05 Sep, 2022 1 commit
  9. 31 Aug, 2022 1 commit
  10. 30 Aug, 2022 1 commit
  11. 29 Aug, 2022 3 commits
  12. 27 Aug, 2022 1 commit
  13. 19 Aug, 2022 4 commits
  14. 30 Jun, 2022 2 commits
  15. 23 May, 2022 1 commit
  16. 11 May, 2022 2 commits
  17. 12 Apr, 2022 1 commit
  18. 11 Apr, 2022 2 commits
  19. 08 Apr, 2022 1 commit
  20. 06 Apr, 2022 3 commits
  21. 09 Feb, 2022 1 commit
  22. 02 Feb, 2022 1 commit
  23. 01 Feb, 2022 2 commits
  24. 31 Jan, 2022 1 commit
  25. 27 Jan, 2022 1 commit