From 17de39a6a0a5bc51becc090bfbb920c3a37fa9a5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 19 May 2012 09:23:00 -0400 Subject: notes for portability fixes --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index eab2f7c4..60458b8b 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,12 @@ Next ==== + * Get rid of off_t. size_t is okay. Use autoconf to figure out what + type to use for offsets. + + * Deal with portability issues from gcc 4.7. See portability.patch + from debian package. + * Do a Windows 64-bit build. MSVC 2010 Professional x86_64 verified to build and test cleanly in 2.3.1. Hopefully the next release will include 64-bit binary distributions and external libraries. -- cgit v1.2.3-54-g00ecf