summaryrefslogtreecommitdiff
path: root/misc/unix
Commit message (Expand)AuthorAgeFilesLines
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* Eliminate another warning.fielding2001-01-281-0/+3
* Eliminate warning and redundant exit conditions.fielding2001-01-281-7/+9
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-183-6/+8
* Libtool-ize APR.gstein2001-01-092-24/+10
* Begin to remove the ability to allocate out of NULL pools. The firstrbb2000-12-311-3/+7
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on Solarisrbb2000-12-211-0/+3
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-211-2/+5
* put the pool functions in the pool code.gstein2000-12-061-58/+6
* fix apr_get_userdata(): return NULL if the userdata hash table isn't theregstein2000-12-061-2/+5
* Remove canonerr.crbb2000-12-051-1/+1
* Eliminate apr_canonical_error as an apr symbol ... it still exists aswrowe2000-12-052-69/+2
* My imagination, or was this a bad thing?wrowe2000-12-051-1/+1
* When creating a sub-pool, we should inherit the parent pool's apr_abortrbb2000-12-031-2/+6
* Increment "initialize" every time a new APR user starts, so locks aren'tgregames2000-11-291-2/+1
* Add an extra const into the getopt functions. We never attempt to modify anygstein2000-11-291-6/+4
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatrbb2000-11-291-44/+15
* apr_initialize should only setup apr if this is the first call, andrbb2000-11-271-3/+16
* (apr_initopt): null-terminate the copy of argv. Again, from Gregkfogel2000-11-251-1/+2
* More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweakskfogel2000-11-251-5/+15
* Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling fromkfogel2000-11-251-81/+153
* Add "const" to keep the working set smaller.gstein2000-11-211-2/+2
* As reported by Jeff Trawick, winsock errors simply don't run throughwrowe2000-11-201-1/+67
* include/apr_getopt.h:gstein2000-11-171-11/+101
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-77/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-15/+17
* Move all of the misc private header files to an arch directory underrbb2000-11-093-221/+55
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-162-6/+6
* Fix some types in the latest tree, so that AIX builds cleanly again.rbb2000-10-091-2/+2
* Add some headers needed for a clean compile on OS/2.bjh2000-10-081-0/+5
* doc nit and I missed a change to Makefile.in.gstein2000-10-071-1/+1
* One more underlying change to highlight of the Win32 canonical errors.wrowe2000-10-061-10/+1
* some nits that I forgot first time around.gstein2000-10-061-0/+2
* add UUID generation/formatting/parsing to APRgstein2000-10-063-1/+344
* Fix some warnings from initopt and getopt.rbb2000-08-171-1/+1
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.trawick2000-08-101-1/+1
* Commit two fixes while I'm considering Jeff's comments.wrowe2000-08-091-0/+1
* Eliminate apr_opt*** symbols from the namespace, and allow parallelwrowe2000-08-091-52/+55
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-063-52/+53
* prefix libapr functions and types with apr_dougm2000-08-027-51/+51
* Update dependenciessascha2000-07-231-3/+4
* Move all APR functions related to strings to their own directory, andrbb2000-07-212-0/+2
* damn. went through all that work to const-ify "key" but missed the data.gstein2000-07-082-4/+7
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-52/+46
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Update dependancies in APRrbb2000-07-071-20/+17
* Add a needed header file.rbb2000-07-051-0/+1
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-221-3/+3
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-222-4/+5