summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Ignore a few more libtool switches.bjh2001-08-231-0/+8
* Don't share data segments between shared modules.bjh2001-08-201-0/+1
* Fix an incorrect memory allocation size.bjh2001-08-201-1/+1
* OS/2: -Zstack takes a parameter which must also be removed when "linking" abjh2001-08-171-0/+4
* Win32 VS6.0 projects require the .dep's file, let's touch those as wellwrowe2001-08-171-0/+7
* Eliminate the cvtdsp -6 transformation back to the /ZI debugging flag,wrowe2001-08-171-6/+0
* Keep the date of the exported makefile consistent with the .dsp date.wrowe2001-08-171-0/+9
* Ugly, quick hack to get apr(-util) building without httpdwrowe2001-08-161-14/+20
* Just for us (apr/apr-util) - independent of Apache.wrowe2001-08-161-0/+106
* APR doesn't need to define union semun for apps; thetrawick2001-08-151-1/+1
* Previously, we considered gethostbyname/gethostbyaddr to betrawick2001-08-151-0/+2
* get rid of boatloads of warnings on Darwintrawick2001-08-151-1/+1
* Setup APR to use doxygen instead of ScanDoc.rbb2001-08-123-1858/+0
* Move the required library autoconf checks before we do the firstjerenkrantz2001-08-051-37/+29
* Pool debugging is pretty cool... use build/cvtdsp.pl -d (or from Apache,wrowe2001-08-021-5/+40
* Fix the unresolved reference to pthread_sigmask() on Darwin.trawick2001-08-011-1/+1
* Fix tpyo.jerenkrantz2001-07-311-1/+1
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.jerenkrantz2001-07-311-0/+63
* The rules.mk files must use something other than top_builddir. This is sorbb2001-07-301-1/+1
* Add the ability to remove an element as well as add one.dreid2001-07-241-0/+26
* Make sure that mkdep.sh knows which compiler we are supposed to use.jerenkrantz2001-07-211-1/+1
* Making sure that the message matches the requirement.orlikowski2001-07-121-1/+1
* Stop trying to provide cross-process pthread mutexes on systems wheretrawick2001-07-051-0/+19
* Cleanup the detection of pthread_rwlock_t. Let autoconf play withjerenkrantz2001-07-011-0/+1
* Ugh... cd .. is not nice. Now this still needs a touch of work, but atwrowe2001-06-281-1/+0
* VC 64-bit compiler complains that /FD is invalid, add a new conversionwrowe2001-06-101-0/+33
* Revert Victor's patch for the _XOPEN_SOURCE (handled by configure now).jerenkrantz2001-06-011-5/+1
* Linux needs these options for the posix rwlocks to work.orlikowski2001-06-011-2/+4
* Include recently added ap_hook_get_* functions in list of exports.bjh2001-05-201-0/+1
* Get the compile flag types right and in order.fielding2001-05-181-5/+5
* I wish I'd thought of this first...fielding2001-05-171-15/+30
* Do the cleans in test and build the right way, like apr-util.fielding2001-05-172-16/+6
* I missed this previously. Basically the latest BeOS beta has changed the ver...dreid2001-05-131-1/+5
* Allow LTFLAGS to be overridden by the configure command-linefielding2001-05-121-2/+2
* Minor nit. We know that 'test -z' is OK, sincejim2001-05-111-1/+1
* Hum. On systems that don't necessarily have gcc, this is a breakage.orlikowski2001-05-111-1/+5
* Remove useless cruft and make it unnecessary for clients of APRfielding2001-05-112-11/+2
* In trying to get as many modules as possible building this flag is requireddreid2001-05-091-1/+1
* Only make test recursively for the *clean targets.fielding2001-05-042-6/+11
* ignore generated file "Makefile"trawick2001-05-011-0/+1
* Be careful not to override what was set by configure for ALL_LIBSfielding2001-05-011-1/+1
* Add the test and build directories (when present) to the recursivefielding2001-05-012-6/+23
* This option needs to be set for all versions of beos, not just BONE.dreid2001-04-291-2/+3
* Make --mode=install work for OS/2 DLLs.bjh2001-04-291-15/+39
* Completely revamp configure so that it preserves the standard makefielding2001-04-294-80/+169
* This change gets BeOS building again. We have sigsuspend but we certainlydreid2001-04-271-3/+3
* This changes the TCP_NODELAY test to use the loopback address on BeOSdreid2001-04-271-0/+6
* clean up *.obj files, generated by OS/2 build using aplibtool.bjh2001-04-231-1/+1
* Change COMPILE macro to make sure that APR includes are before the CFLAGSjfclere2001-04-201-1/+1
* Enable rhapsodywsanchez2001-04-191-3/+3