Commit 17de39a6a0a5bc51becc090bfbb920c3a37fa9a5

Authored by Jay Berkenbilt
1 parent 271dcb3a

notes for portability fixes

Showing 1 changed file with 6 additions and 0 deletions
1 Next 1 Next
2 ==== 2 ====
3 3
  4 + * Get rid of off_t. size_t is okay. Use autoconf to figure out what
  5 + type to use for offsets.
  6 +
  7 + * Deal with portability issues from gcc 4.7. See portability.patch
  8 + from debian package.
  9 +
4 * Do a Windows 64-bit build. MSVC 2010 Professional x86_64 verified 10 * Do a Windows 64-bit build. MSVC 2010 Professional x86_64 verified
5 to build and test cleanly in 2.3.1. Hopefully the next release 11 to build and test cleanly in 2.3.1. Hopefully the next release
6 will include 64-bit binary distributions and external libraries. 12 will include 64-bit binary distributions and external libraries.