bug27139 683 B

1234567891011121314
  1. o Minor bugfixes (32-bit OSX and iOS, timing):
  2. - Fix an integer overflow bug in our optimized 32-bit millisecond-
  3. difference algorithm for 32-bit Apple platforms. Previously, it
  4. would overflow when calculating the difference between two times
  5. more than 47 days apart. Fixes part of bug 27139; bugfix on
  6. 0.3.4.1-alpha.
  7. - Improve the precision of our 32-bit millisecond difference
  8. algorithm for 32-bit Apple platforms. Fixes part of bug 27139;
  9. bugfix on 0.3.4.1-alpha.
  10. - Relax the tolerance on the mainloop/update_time_jumps test
  11. when running on 32-bit Apple platforms. Fixes part of bug 27139;
  12. bugfix on 0.3.4.1-alpha.