summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2009-09-10 20:54:00 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2009-09-10 20:54:00 +0000
commit8c3258580b0ce88fe5a80b9649f531640254d242 (patch)
tree49222ab790d71b845fe62fcba8d7fa215f9818c0 /CHANGES
parent443bc72e1300120964a373a2a7b9206353a4ef69 (diff)
downloadlibapr-8c3258580b0ce88fe5a80b9649f531640254d242.tar.gz
Merge r809745, r810472 from trunk:
This is the right one... Fix APR_OFF_T_FMT which is lld for OS X 10.6 (darwin 10.0.0) since off_t ends up as a long long. predict future and keep mr rowe happy Reviewed/backported by: jim git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@813582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff06a9faf..9196951d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ Changes for APR 1.4.0
Fix overflow in pools and rmm, where size alignment was taking place.
[Matt Lewis <mattlewis@google.com>, Sander Striker]
+ *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch
+ setting of compiler [Jim Jagielski]
+
*) Add comments describing the thread-safety properties of apr_pool_t.
[Neil Conway nrc cs.berkeley.edu]