summaryrefslogtreecommitdiff
path: root/dso/os2
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-14/+0
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* standardize on a couple of easy to test for error codes for DSO errors.rbb2002-12-291-1/+1
* Prepare to eliminate a platform specificwrowe2002-10-131-3/+3
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereferencebjh2001-10-211-5/+11
* get apr_os_dso_handle_put workingdougm2001-04-251-2/+2
* Add OS/2 implementation of apr_os_dso_handle_put/get.bjh2001-04-191-0/+24
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-191-12/+12
* Add linkage declarations to the DSO functions.rbb2001-01-121-6/+6
* Libtool-ize APR.gstein2001-01-092-31/+8
* OS/2: Allocate the right amount of space for an apr_dso_handle_t and providebjh2000-12-231-2/+2
* OS/2: fix return type of apr_dso_error() & squash warnings about stringbjh2000-11-221-1/+2
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-24/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-142-8/+11
* 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-16/+16
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-6/+0
* Fix building with DSO support. If any module is configured to berbb2000-06-012-0/+9
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-312-6/+14
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+1
* Ignore a generated Makefile.bjh2000-05-281-0/+1
* OS/2: provide a stub ap_dso_error(). It will never be called becausebjh2000-05-281-0/+8
* 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-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-2/+2
* Improve error checking in OS/2 DSO code & add a cleanup function.bjh2000-04-042-14/+41
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-1/+1
* removed trailing slash from "OBJS=dso.o" to keep some maketrawick2000-03-311-1/+1
* Update to Apache Software License version 1.1fielding2000-03-312-72/+68
* More tidy up for the dso functions. Somehow missed these in my previousdreid2000-03-281-1/+1
* Clean up OS/2 DSO code so it at least compiles.bjh2000-03-273-15/+15
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-263-0/+234