summaryrefslogtreecommitdiff
path: root/dso/aix
Commit message (Expand)AuthorAgeFilesLines
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-022-6/+21
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-191-5/+7
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-191-0/+9
* Add linkage declarations to the DSO functions.rbb2001-01-121-6/+6
* Libtool-ize APR.gstein2001-01-092-30/+8
* AIX changes to the way dependencies are built in APR makefilestrawick2000-11-151-27/+2
* Move all of the dso private header files to an arch directory underrbb2000-11-093-80/+2
* prefix libapr functions and types with apr_dougm2000-08-022-8/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-4/+0
* Fix building with DSO support. If any module is configured to berbb2000-06-012-0/+9
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-4/+4
* Add the AIX dso code in it's own directory. It's cleaner and should workdreid2000-04-023-0/+840