diff options
author | Thomas J. Donovan <tdonovan@apache.org> | 2014-01-13 13:59:22 +0000 |
---|---|---|
committer | Thomas J. Donovan <tdonovan@apache.org> | 2014-01-13 13:59:22 +0000 |
commit | 3712712f60bae4baf16ee3afb0a4c8c74842b9a0 (patch) | |
tree | a879db45b6947d6ad057fde047376dcd4225011b /CHANGES | |
parent | e8bd7cd65fd23a052a86f719ccfcc85932cdb151 (diff) | |
download | apr-3712712f60bae4baf16ee3afb0a4c8c74842b9a0.tar.gz |
Add signed type apr_intptr_t, because intptr_t is C99, and is not
recognized by MSVC6. Changed ODBC dbd driver to use apr_intptr_t.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1557720 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes for APR 2.0.0 + *) Added signed apr_intptr_t. Changed ODBC dbd driver to use this. + [Tom Donovan] + *) When using shmget-based shared memory, the ID used for ftok is now an APR hash of the filename instead of the constant '1'. PR 53996 [Jim Jagielski] |