| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the first elements to support AS/400 | jfclere | 2001-11-21 | 3 | -2/+22 |
* | Fixed the AWK script so that it will pick up functions that have been | bnicholes | 2001-11-19 | 1 | -1/+1 |
* | Use strerror_r() where available, since strerror() isn't always | trawick | 2001-11-12 | 1 | -1/+35 |
* | BSDi 4.1 needs to have the _REENTRANT flag set to get a correct build. | dreid | 2001-11-10 | 1 | -0/+7 |
* | Consolidated the APR imports into a single import file. | bnicholes | 2001-11-02 | 1 | -1/+2 |
* | autoconf 2.52 creates a temporary 'autom4te.cache' directory. | striker | 2001-10-29 | 1 | -1/+4 |
* | More cleanup on the pre-build scripts | bnicholes | 2001-10-25 | 1 | -14/+15 |
* | Updated to match the build procedure | bnicholes | 2001-10-23 | 2 | -10/+4 |
* | Scripts for configuring the build environment on NetWare | bnicholes | 2001-10-19 | 2 | -0/+138 |
* | Add support for QNX 6. | trawick | 2001-10-16 | 1 | -0/+2 |
* | Various changes toward the goal of AIX shared library builds: | aaron | 2001-10-15 | 2 | -15/+138 |
* | Quote library name in generated def file in case it turns out to be a reserved | bjh | 2001-10-04 | 1 | -1/+1 |
* | Works in progress and a structure for my experiments. | wrowe | 2001-09-24 | 1 | -19/+288 |
* | AC_PROG_CC can only be used once within a configure script (at least with | gstein | 2001-09-22 | 1 | -1/+0 |
* | * srclib/apr/build/apr_hints.m4: added Cygwin specific APR_ADDTOs. | wrowe | 2001-08-30 | 1 | -0/+4 |
* | Error codes from getaddrinfo() need their own range within the | trawick | 2001-08-29 | 1 | -0/+28 |
* | Drop hint that gethostby*() functions are thread safe on OS/2. | bjh | 2001-08-26 | 1 | -0/+2 |
* | Ignore a few more libtool switches. | bjh | 2001-08-23 | 1 | -0/+8 |
* | Don't share data segments between shared modules. | bjh | 2001-08-20 | 1 | -0/+1 |
* | Fix an incorrect memory allocation size. | bjh | 2001-08-20 | 1 | -1/+1 |
* | OS/2: -Zstack takes a parameter which must also be removed when "linking" a | bjh | 2001-08-17 | 1 | -0/+4 |
* | Win32 VS6.0 projects require the .dep's file, let's touch those as well | wrowe | 2001-08-17 | 1 | -0/+7 |
* | Eliminate the cvtdsp -6 transformation back to the /ZI debugging flag, | wrowe | 2001-08-17 | 1 | -6/+0 |
* | Keep the date of the exported makefile consistent with the .dsp date. | wrowe | 2001-08-17 | 1 | -0/+9 |
* | Ugly, quick hack to get apr(-util) building without httpd | wrowe | 2001-08-16 | 1 | -14/+20 |
* | Just for us (apr/apr-util) - independent of Apache. | wrowe | 2001-08-16 | 1 | -0/+106 |
* | APR doesn't need to define union semun for apps; the | trawick | 2001-08-15 | 1 | -1/+1 |
* | Previously, we considered gethostbyname/gethostbyaddr to be | trawick | 2001-08-15 | 1 | -0/+2 |
* | get rid of boatloads of warnings on Darwin | trawick | 2001-08-15 | 1 | -1/+1 |
* | Setup APR to use doxygen instead of ScanDoc. | rbb | 2001-08-12 | 3 | -1858/+0 |
* | Move the required library autoconf checks before we do the first | jerenkrantz | 2001-08-05 | 1 | -37/+29 |
* | Pool debugging is pretty cool... use build/cvtdsp.pl -d (or from Apache, | wrowe | 2001-08-02 | 1 | -5/+40 |
* | Fix the unresolved reference to pthread_sigmask() on Darwin. | trawick | 2001-08-01 | 1 | -1/+1 |
* | Fix tpyo. | jerenkrantz | 2001-07-31 | 1 | -1/+1 |
* | Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r. | jerenkrantz | 2001-07-31 | 1 | -0/+63 |
* | The rules.mk files must use something other than top_builddir. This is so | rbb | 2001-07-30 | 1 | -1/+1 |
* | Add the ability to remove an element as well as add one. | dreid | 2001-07-24 | 1 | -0/+26 |
* | Make sure that mkdep.sh knows which compiler we are supposed to use. | jerenkrantz | 2001-07-21 | 1 | -1/+1 |
* | Making sure that the message matches the requirement. | orlikowski | 2001-07-12 | 1 | -1/+1 |
* | Stop trying to provide cross-process pthread mutexes on systems where | trawick | 2001-07-05 | 1 | -0/+19 |
* | Cleanup the detection of pthread_rwlock_t. Let autoconf play with | jerenkrantz | 2001-07-01 | 1 | -0/+1 |
* | Ugh... cd .. is not nice. Now this still needs a touch of work, but at | wrowe | 2001-06-28 | 1 | -1/+0 |
* | VC 64-bit compiler complains that /FD is invalid, add a new conversion | wrowe | 2001-06-10 | 1 | -0/+33 |
* | Revert Victor's patch for the _XOPEN_SOURCE (handled by configure now). | jerenkrantz | 2001-06-01 | 1 | -5/+1 |
* | Linux needs these options for the posix rwlocks to work. | orlikowski | 2001-06-01 | 1 | -2/+4 |
* | Include recently added ap_hook_get_* functions in list of exports. | bjh | 2001-05-20 | 1 | -0/+1 |
* | Get the compile flag types right and in order. | fielding | 2001-05-18 | 1 | -5/+5 |
* | I wish I'd thought of this first... | fielding | 2001-05-17 | 1 | -15/+30 |
* | Do the cleans in test and build the right way, like apr-util. | fielding | 2001-05-17 | 2 | -16/+6 |
* | I missed this previously. Basically the latest BeOS beta has changed the ver... | dreid | 2001-05-13 | 1 | -1/+5 |