summaryrefslogtreecommitdiff
path: root/dso
Commit message (Expand)AuthorAgeFilesLines
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-022-6/+21
* Not quite sure how this went unnoticed for so long...dreid2001-03-051-1/+1
* include <string.h> for the strerror() prototype on HP-UX 11trawick2001-02-161-0/+3
* Update copyright to 2001fielding2001-02-166-6/+6
* standardize the include path in the OS/390 dso directory to get rid of antrawick2001-02-122-2/+4
* renaming various functions for consistency sakedougm2001-02-086-12/+12
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* And why these values, anyways... abstract them outwrowe2001-01-271-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-4/+6
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-196-51/+62
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-194-0/+36
* Add linkage declarations to the DSO functions.rbb2001-01-126-35/+35
* Libtool-ize APR.gstein2001-01-0910-153/+39
* OS/2: Allocate the right amount of space for an apr_dso_handle_t and providebjh2000-12-231-2/+2
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-152-2/+4
* Change the includes in the "correct" way to allow building ondreid2000-12-101-1/+2
* Get apr_dso_error working properly on Unix.rbb2000-12-031-1/+4
* Get NULL defined on some systems (e.g., FreeBSD 3.4).trawick2000-11-271-0/+4
* OS/2: fix return type of apr_dso_error() & squash warnings about stringbjh2000-11-221-1/+2
* AIX changes to the way dependencies are built in APR makefilestrawick2000-11-151-27/+2
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-24/+2
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-27/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-152-53/+7
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-142-8/+11
* More files affected by APR_HAS_UNICODE_FS on Win32.wrowe2000-11-111-16/+37
* Move all of the dso private header files to an arch directory underrbb2000-11-0916-489/+11
* Movin on over from 1.3.13-dev : this patch fixes the problem of nastywrowe2000-10-081-4/+9
* Knock off some XXX's prior to a7.wrowe2000-10-061-2/+15
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-5/+7
* Multiple build and configuration fixesrbb2000-10-051-0/+1
* Add some .cvsignore goodness...dreid2000-09-161-0/+2
* Switch the order of the dllqueryxxx calls. dllqueryvar is the only onegregames2000-08-311-4/+4
* Add support to APR for dsos on OS/390.trawick2000-08-174-0/+266
* prefix libapr functions and types with apr_dougm2000-08-0210-52/+52
* ap_dso_sym:trawick2000-07-301-4/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-155-22/+0
* Remove unnecessary INCDIR1rbb2000-07-131-1/+1
* Update dependancies in APRrbb2000-07-071-3/+2
* allocate *res_handle before setting (*res_handle)->errormsgdougm2000-06-251-1/+2
* Continuing the cleanup of beos code.dreid2000-06-171-0/+1
* Update ap_dso_error so it builds.dreid2000-06-131-1/+1
* Correct the return type for a recent commit to the dso header declaration.wrowe2000-06-121-1/+1
* constification.ben2000-06-112-2/+2
* Update dependencies.ben2000-06-111-3/+3
* Fix bad call to ap_pcalloc() in ap_dso_load(); the bug led to a storagetrawick2000-06-061-1/+1
* Fix the ap_dso_error function. Not sure if this is what was intendeddreid2000-06-031-2/+3
* Add an ap_dso_error function.dreid2000-06-011-0/+5
* Fix building with DSO support. If any module is configured to berbb2000-06-0110-0/+44
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-316-19/+32
* Update the ap_dso_error API to work with other platforms.rbb2000-05-293-3/+3