summaryrefslogtreecommitdiff
path: root/dso/os390/dso.c
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
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* 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-121-1/+1
* 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
* Move all of the dso private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* 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-171-0/+129