| Commit message (Expand) | Author | Age | Files | Lines |
* | Pick up Brad Nicholes' old fix so that make_exports.awk can handle | Jeff Trawick | 2001-12-21 | 1 | -1/+1 |
* | Use aplibtool to install modules on OS/2 as it contains some required magic | Brian Havard | 2001-12-21 | 1 | -0/+5 |
* | get proxy-as-DSO to load on AIX by fixing up some of our symbol grokking | Jeff Trawick | 2001-12-20 | 1 | -2/+2 |
* | get binbuild to do the right thing with envvars (install/edit as | Jeff Trawick | 2001-12-15 | 2 | -5/+16 |
* | handle the envvar file properly in install-bindist.sh | Jeff Trawick | 2001-12-15 | 1 | -0/+10 |
* | take over DSO installation from libtool on all platforms, for both | Jeff Trawick | 2001-12-14 | 1 | -7/+6 |
* | Excluding macros from the export list output | Bradley Nicholes | 2001-12-11 | 1 | -0/+6 |
* | revert back to using a "links" downloaded version of our FAQ with an | Greg Ames | 2001-12-11 | 1 | -4/+5 |
* | Another fix for VPATH builds. | Aaron Bannert | 2001-12-11 | 1 | -1/+1 |
* | Do special install processing for Apache DSO modules on HP-UX, Tru64, | Jeff Trawick | 2001-12-07 | 2 | -1/+55 |
* | change binbuild.sh to use --enable-mods-shared=most. This adds 13 modules | Greg Ames | 2001-12-07 | 1 | -1/+1 |
* | get binbuild working when apr, apr-util, and expat are built shared in | Greg Ames | 2001-12-03 | 1 | -0/+1 |
* | Sync'ed the NetWare export AWK script to the Unix script | Bradley Nicholes | 2001-11-30 | 1 | -0/+7 |
* | Switched to a NetWare version of APU.h | Bradley Nicholes | 2001-11-30 | 1 | -1/+1 |
* | copy the lib/ directory when installing a binary. | Greg Ames | 2001-11-30 | 1 | -0/+1 |
* | Ingorance is bliss | William A. Rowe Jr | 2001-11-30 | 1 | -0/+1 |
* | install our manual in the new location | Greg Ames | 2001-11-29 | 2 | -1/+3 |
* | begone, ugly echoed seds. Use build/install-bindist.sh.in as a template | Greg Ames | 2001-11-28 | 1 | -131/+4 |
* | new file for use with binbuild.sh | Greg Ames | 2001-11-28 | 1 | -0/+130 |
* | get binbuild.sh working enough to create a binary which serves the It Works! | Greg Ames | 2001-11-28 | 1 | -13/+16 |
* | recognize the symbols generated by APR_POOL_DECLARE_ACCESSOR() so | Jeff Trawick | 2001-11-28 | 1 | -0/+7 |
* | Fixed the AWK script so that it will pick up functions that have been | Bradley Nicholes | 2001-11-20 | 1 | -1/+1 |
* | copy the faq from the correct directory | Greg Ames | 2001-11-10 | 1 | -1/+1 |
* | update the location of the FAQ, and a few other misc. changes | Greg Ames | 2001-11-08 | 1 | -7/+8 |
* | Stop removing the test directories when rolling a build. | Ryan Bloom | 2001-11-06 | 1 | -1/+0 |
* | Consolidated the APR imports to a single import file | Bradley Nicholes | 2001-11-02 | 2 | -4/+4 |
* | make shared libraries executable so they work on HP-UX | Jeff Trawick | 2001-10-27 | 1 | -1/+1 |
* | More cleanup on the pre-build script | Bradley Nicholes | 2001-10-25 | 1 | -12/+12 |
* | Modified to correctly extract the export lists | Bradley Nicholes | 2001-10-24 | 2 | -63/+15 |
* | Scripts for setting up the build environment and generating the import lists | Bradley Nicholes | 2001-10-22 | 2 | -0/+137 |
* | In one target we weren't always creating the $libexecdir | Aaron Bannert | 2001-10-16 | 1 | -1/+1 |
* | rules.mk is found in the build directory, not the src dir. | Ryan Bloom | 2001-09-14 | 1 | -1/+1 |
* | rules.mk is found in the builddir now. | Ryan Bloom | 2001-09-13 | 1 | -1/+1 |
* | This broke the build. Looking for a clean solution now. | Ryan Bloom | 2001-09-13 | 1 | -1/+1 |
* | Gotta find rules.mk in the build directory, not the source. | Ryan Bloom | 2001-09-13 | 1 | -1/+1 |
* | Don't try to mkdir drive letters should they be included in a full path. | Brian Havard | 2001-09-10 | 1 | -0/+2 |
* | This one has a sharper 16x16 image committed some time ago to apache-1.3 | William A. Rowe Jr | 2001-09-03 | 1 | -0/+0 |
* | Make Apache 2.0 install all files in the same location as Apache 1.3 | Ryan Bloom | 2001-09-03 | 1 | -2/+2 |
* | Allow us to build APR before APR-util, but clean APR-util before | Ryan Bloom | 2001-08-31 | 1 | -2/+2 |
* | Since binbuild is currently doing a static build, the install-bindist.sh | Greg Ames | 2001-08-28 | 1 | -2/+5 |
* | look for config.guess in apr's build dir | Greg Ames | 2001-08-24 | 1 | -1/+1 |
* | ignore generated file rules.mk | Jeff Trawick | 2001-08-22 | 1 | -0/+1 |
* | Ensure that libtool does the installation for us. This way we will actually | Justin Erenkrantz | 2001-08-22 | 1 | -1/+1 |
* | Add rules.mk.in, and remove the old rules.mk. This finishes the | Ryan Bloom | 2001-08-22 | 1 | -4/+4 |
* | Allow Apache to use libtool 1.4. In order to do this, we check the | Ryan Bloom | 2001-08-22 | 1 | -4/+4 |
* | Copy the error/ tree | William A. Rowe Jr | 2001-08-20 | 1 | -0/+6 |
* | Hush | William A. Rowe Jr | 2001-08-17 | 1 | -0/+1 |
* | Spell it right, per Mr. Coar | William A. Rowe Jr | 2001-08-16 | 1 | -5/+5 |
* | Picky versioning. Must have 1) a real language/charset in the versioning, | William A. Rowe Jr | 2001-08-16 | 1 | -11/+9 |
* | Duplicates (and is stale to) the copy in srclib/apr/build | William A. Rowe Jr | 2001-08-16 | 1 | -47/+0 |