7.4.34

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • MGR: Allow user to change order of columns in Projects, Tasks and Transfers tabs (currently implemented by wxWidgets only for MS Windows.)
  • client: increase limit on coproc instances from 31 to 64. We were using an int bitmap to store flags for the instances of a coproc. Furthermore, because of the use of 2^n-1 to generate a bitmap of 1s, the limit on instances was 31. Use a long long for the bitmap instead, and don't use 2^n-1. This increases the limit to 64.
  • client: fix bad printf format specs
  • client emulator: turn on compile warnings in makefile
  • client emulator: don't crash if > 64 coproc instances specified