aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-05-05 04:08:47 +0200
committerJay Berkenbilt <ejb@ql.org>2008-05-05 04:08:47 +0200
commitfffc461a065fcd77427d998e0816e1c5f687bcda (patch)
tree3b8ea0a3d2b8e0e996ba3d7ef61d9f794d2fe18f /ChangeLog
parentbbdf4f421964beee05eec50a0768be9bc349e67f (diff)
downloadqpdf-fffc461a065fcd77427d998e0816e1c5f687bcda.tar.zst
64-bit fix
git-svn-id: svn+q:///qpdf/trunk@611 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d1f02c6..30b24400 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-05-04 Jay Berkenbilt <ejb@ql.org>
+ * do not assume size_t is unsigned int
+
+ * removed locale-specific tests. These were really to check bugs
+ in perl 5.8.0 and are obsolete now. They also make the test suite
+ fail in some environments that don't have all the locales fully
+ configured.
+
* updated several files for gcc 4.3 (extra includes)
2008-04-26 Jay Berkenbilt <ejb@ql.org>