| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up langinfo checks: the results of these checks aren't exported | jorton | 2003-03-10 | 1 | -3/+2 |
* | Check for nl_langinfo and friends at configure time, and include | brane | 2003-03-07 | 1 | -0/+6 |
* | make a few changes to warnings with native compiler for AIX: | trawick | 2003-02-19 | 1 | -1/+1 |
* | Added a new module, apr_env, for manipulating the environment. The new | brane | 2003-02-17 | 1 | -0/+1 |
* | Capitalize some "Posix"es and s/dnl/# a comment. | jorton | 2003-02-11 | 1 | -7/+7 |
* | Fix tests for PROCESS_SHARED locks and pthread_mutexattr_setrobust_np | jorton | 2003-02-11 | 1 | -6/+12 |
* | Remove the run-time tests in the check for | jorton | 2003-02-11 | 1 | -13/+2 |
* | Rename rules.mk to apr_rules.mk and make it be installed. | thommay | 2003-02-04 | 1 | -5/+5 |
* | Disable apr_socket_sendfile() on 64-bit AIX to avoid an apparent | trawick | 2003-02-01 | 1 | -0/+8 |
* | Minor addition to the debug flags under AIX. | orlikowski | 2003-01-06 | 1 | -1/+1 |
* | Allow dependencies to be generated by something other than GCC. | jerenkrantz | 2002-12-19 | 1 | -0/+3 |
* | Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_type | wrowe | 2002-12-14 | 1 | -0/+2 |
* | Fix selection of random device on OpenBSD; prefer /dev/arandom over | jorton | 2002-12-02 | 1 | -1/+3 |
* | Getpass on Solaris has an 8 character limit, which makes it less than | rbb | 2002-11-22 | 1 | -1/+1 |
* | Use "DIR" rather than "<path>" as argument value in --with-* help texts, | jorton | 2002-11-15 | 1 | -2/+2 |
* | Cleanup: passing -n to echo to suppress the trailing newline and | jorton | 2002-11-15 | 1 | -10/+10 |
* | Simplify logic of /dev/*random search, reducing to a single AC_DEFINE | jorton | 2002-11-14 | 1 | -15/+12 |
* | Prevent test for C99 variable length arrays from failing with GCC | jorton | 2002-11-14 | 1 | -1/+2 |
* | Advertise the ability to disable DSO support, not an "--enable-dso" flag | jorton | 2002-11-14 | 1 | -1/+1 |
* | - define DEV_RANDOM as a string literal so it doesn't have to be | jorton | 2002-11-14 | 1 | -4/+4 |
* | Switch to passing three arguments to the AC_DEFINE macro where | jorton | 2002-11-14 | 1 | -17/+26 |
* | Cleanup: use AC_CACHE_CHECK and AC_DEFINE in check for netinet/tcp.h. | jorton | 2002-11-14 | 1 | -8/+8 |
* | ReliantUnix: recognize that dlsym() is in libdl and dlopen() is in | trawick | 2002-11-05 | 1 | -0/+11 |
* | Move testregex to test/internal. This test is testing regular expressions, | rbb | 2002-10-24 | 1 | -1/+1 |
* | add configure-time detection of issues related to SCTP protocol | trawick | 2002-10-22 | 1 | -0/+7 |
* | Add pointer version of apr_atomic_cas | brianp | 2002-10-19 | 1 | -2/+2 |
* | Determine sizeof(void *) during configuration (we'll need this in order | brianp | 2002-10-19 | 1 | -0/+10 |
* | %ld is the right format for size_t on Linux for s/390 | trawick | 2002-10-18 | 1 | -0/+5 |
* | Platform preference for shl_load on HPUX11 must be expressed by testing | wrowe | 2002-10-17 | 1 | -4/+4 |
* | This patch compresses a few expansions of AC_CHECK_{FUNCS,HEADERS} into | trawick | 2002-10-17 | 1 | -15/+5 |
* | In Autoconf, it's good practice to use "dnl" only when commenting on an | trawick | 2002-10-16 | 1 | -89/+89 |
* | Fix the detection of INT64_C() when defined in <stdint.h>. | trawick | 2002-10-16 | 1 | -19/+16 |
* | Don't use whitespace before preprocessor directives in the configure | trawick | 2002-10-16 | 1 | -13/+13 |
* | fix some AC_MSG_RESULT()s to not include double quotes, e.g. | trawick | 2002-10-15 | 1 | -6/+6 |
* | Disable IPv6 support on Darwin. The current IPv6 support has a | trawick | 2002-10-03 | 1 | -8/+23 |
* | Added support for SCO OpenServer 5 | brianp | 2002-09-22 | 1 | -4/+6 |
* | include <alloca.h> on any system that has it, not just on Tru64 | trawick | 2002-09-20 | 1 | -0/+1 |
* | Make it a little easier to drop get-version.sh into apr-util by removing | jerenkrantz | 2002-09-10 | 1 | -3/+3 |
* | Fix the result of "apr-config --link-ld --libs". It did not include | gstein | 2002-08-29 | 1 | -1/+1 |
* | * substitute APR_MAJOR_VERSION to the Makefile so that other | gstein | 2002-08-22 | 1 | -3/+3 |
* | - Add parallel-apr layout which confines the 'parallel install' logic to a | jerenkrantz | 2002-08-19 | 1 | -30/+32 |
* | configure.in | thommay | 2002-08-15 | 1 | -0/+5 |
* | * build/get-version.sh: accept a specific header file rather than | gstein | 2002-08-15 | 1 | -3/+6 |
* | Various changes to clean up APR for a release. | gstein | 2002-08-14 | 1 | -2/+14 |
* | Fix buggy substitution | martin | 2002-08-05 | 1 | -2/+2 |
* | Remove unnecessary brackets and replace "-a" through | sascha | 2002-08-04 | 1 | -1/+1 |
* | Get strtoq detection working. | wrowe | 2002-08-03 | 1 | -2/+2 |
* | Fix two problems... if this pid/off are longlongs, WTF aren't we following | wrowe | 2002-08-03 | 1 | -2/+8 |
* | Out of time and at the end of my config-foo. This should get us the | wrowe | 2002-08-03 | 1 | -2/+8 |
* | Remove the memory leak from the apr_poll implementation. On all systems, | rbb | 2002-08-02 | 1 | -1/+11 |