aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-05-19 15:23:00 +0200
committerJay Berkenbilt <ejb@ql.org>2012-05-19 15:23:00 +0200
commit17de39a6a0a5bc51becc090bfbb920c3a37fa9a5 (patch)
tree9e5a163792968cf17138298720ac22e6d27aae4d /TODO
parent271dcb3ac0a08ff30d4d7679c8c8b17bd146c9cb (diff)
downloadqpdf-17de39a6a0a5bc51becc090bfbb920c3a37fa9a5.tar.zst
notes for portability fixes
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
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.