summaryrefslogtreecommitdiff
path: root/dso/os390
Commit message (Expand)AuthorAgeFilesLines
* z/OS: return standard apr_status_t codes from apr_dso_load()Jeff Trawick2007-12-081-2/+2
* Fix DSO-related crash on z/OS caused by incorrect memoryJeff Trawick2007-11-081-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* implement apr_os_dso_handle_get() and apr_os_dso_handle_put() forJeff Trawick2001-04-271-1/+19
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* standardize the include path in the OS/390 dso directory to get rid of anJeff Trawick2001-02-122-2/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedGreg Stein2001-01-191-14/+14
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-7/+7
* Libtool-ize APR.Greg Stein2001-01-092-29/+7
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-31/+5
* Move all of the dso private header files to an arch directory underRyan Bloom2000-11-093-78/+2
* Switch the order of the dllqueryxxx calls. dllqueryvar is the only oneGreg Ames2000-08-311-4/+4
* Add support to APR for dsos on OS/390.Jeff Trawick2000-08-174-0/+266