diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-04-02 19:33:12 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-04-02 19:33:12 +0000 |
commit | 585ee23501ee2b2afc292f730dd45952d844e8d7 (patch) | |
tree | b78c78993e8c988ab38b2c91e8a183df11141805 /CHANGES | |
parent | 461206adcc156236f4437c9723b26480560441c4 (diff) | |
download | libapr-585ee23501ee2b2afc292f730dd45952d844e8d7.tar.gz |
This patch sets the dso/aix subdirectory to be used for older versions
of AIX and fixes a number of bugs the dso code in that directory.
Submitted by: Victor Orlikowski
Reviewed by: Jeff Trawick
(any build problems are my bad... I changed Victor's patch
to avoid the 'include "../unix/apr_private.h"' kludge but
am not able to easily test)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changes with APR b1 + *) Use the dso/aix subdirectory for older versions of AIX and fix + a number of bugs in the dso code in that directory. + [Victor Orlikowski] + *) Allow libtool 1.3b to be used. [Victor Orlikowski] *) Misc. Win32 fixes: Set the pool pointer in apr_sockaddr_t |