cvs commit: apache-2.0/src acinclude.m4

1999-12-29 Thread sascha
sascha 99/12/29 15:41:57 Modified:src acinclude.m4 Log: (APACHE_INADDR_NONE) Additionally include sys/types.h, if it is available. Also added confdefs checks for the other included header files. Revision ChangesPath 1.13 +9 -0 apache-2.0/src

cvs commit: apache-2.0/src/regex config.m4

1999-12-29 Thread sascha
sascha 99/12/29 15:52:29 Modified:src/regex config.m4 Log: Define HS regex-specific macro, if memmove is not available. Revision ChangesPath 1.4 +5 -0 apache-2.0/src/regex/config.m4 Index: config.m4

cvs commit: apache-2.0/src buildconf

1999-12-29 Thread sascha
sascha 99/12/29 15:53:15 Modified:src buildconf Log: Fix IFS handling. This has the nice side effect that we do not need tr anymore. Revision ChangesPath 1.10 +4 -3 apache-2.0/src/buildconf Index: buildconf

cvs commit: apache-2.0/src/lib/apr aclocal.m4 configure.in

1999-12-29 Thread sascha
sascha 99/12/29 15:54:28 Modified:src/lib/apr aclocal.m4 configure.in Log: Add check for socklen_t. Falls back to unsigned int. Revision ChangesPath 1.8 +26 -0 apache-2.0/src/lib/apr/aclocal.m4 Index: aclocal.m4

cvs commit: apache-2.0/src/lib/apr/network_io/unix networkio.h

1999-12-29 Thread sascha
sascha 99/12/29 15:56:25 Modified:src/lib/apr/network_io/unix networkio.h Log: Use correct data type for socket address length. Revision ChangesPath 1.13 +1 -1 apache-2.0/src/lib/apr/network_io/unix/networkio.h Index: networkio.h

cvs commit: apache-2.0/src/modules/mpm/prefork prefork.c

1999-12-29 Thread sascha
sascha 99/12/29 15:57:57 Modified:src/modules/mpm/prefork prefork.c Log: Fall back to save values for SHM_R and SHM_W, if the system does not define them. Revision ChangesPath 1.61 +13 -0 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/lib/apr/locks/unix Makefile.in

1999-12-31 Thread sascha
sascha 99/12/30 19:47:32 Modified:src/lib/apr/locks/unix Makefile.in Log: Remove trailing slash, confuses some makes Revision ChangesPath 1.7 +1 -1 apache-2.0/src/lib/apr/locks/unix/Makefile.in Index: Makefile.in

cvs commit: apache-2.0/src/lib/apr/threadproc/unix proc.c

1999-12-31 Thread sascha
sascha 99/12/30 20:15:14 Modified:src/lib/apr acconfig.h src/lib/apr/lib apr_signal.c src/lib/apr/test htdigest.c htpasswd.c src/lib/apr/threadproc/os2 proc.c src/lib/apr/threadproc/unix proc.c Log: Use always ap_signal

cvs commit: apache-2.0/src/lib/apr/network_io/unix sockets.c

2000-01-01 Thread sascha
sascha 99/12/31 17:53:08 Modified:src/lib/apr/network_io/unix sockets.c Log: Fix typo, the parameter name is `sock' not `socket' Revision ChangesPath 1.27 +1 -1 apache-2.0/src/lib/apr/network_io/unix/sockets.c Index: sockets.c

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c

2000-01-03 Thread sascha
sascha 00/01/03 05:41:06 Modified:src/lib/apr/mmap/unix common.c Log: Pointer arithmetic using void * is non-sense. GCC implicitly converts these constructs to char *. To support other compilers, we cast explicitly. Revision ChangesPath 1.7 +1 -1 apache-2.0

cvs commit: apache-2.0/src/lib/apr acconfig.h aclocal.m4

2000-01-11 Thread sascha
sascha 00/01/11 04:58:47 Modified:src/lib/apr acconfig.h aclocal.m4 Log: Typedef socklen_t instead of defining it. Revision ChangesPath 1.20 +4 -0 apache-2.0/src/lib/apr/acconfig.h Index: acconfig.h

cvs commit: apache-2.0/src/lib/apr configure.in

2000-01-11 Thread sascha
sascha 00/01/11 04:59:35 Modified:src/lib/apr configure.in Log: Use REENTRANCY_FLAGS from config.cache (effectively only set by Apache) Revision ChangesPath 1.42 +4 -0 apache-2.0/src/lib/apr/configure.in Index: configure.in

cvs commit: apache-2.0/src/lib/apr Makefile.in

2000-01-11 Thread sascha
sascha 00/01/11 05:00:29 Modified:src/lib/apr Makefile.in Log: Add install and $(LIBAPR) target Revision ChangesPath 1.17 +10 -4 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in

cvs commit: apache-2.0/src/regex .cvsignore

2000-01-11 Thread sascha
sascha 00/01/11 05:04:02 Modified:src/ap .cvsignore src .cvsignore src/lib .cvsignore src/main .cvsignore src/modules .cvsignore src/modules/mpm/dexter .cvsignore src/modules/mpm

cvs commit: apache-2.0/src/build - New directory

2000-01-11 Thread sascha
sascha 00/01/11 05:07:55 apache-2.0/src/build - New directory

cvs commit: apache-2.0/src/regex Makefile.in config.m4 Makefile.am

2000-01-11 Thread sascha
sascha 00/01/11 05:11:14 Modified:src acinclude.m4 buildconf configure.in src/modules/mpm config.m4 src/modules/mpm/dexter config.m4 src/modules/mpm/mpmt_pthread config.m4 src/modules/mpm/prefork config.m4 prefork.c

cvs commit: apache-2.0/src/os config.m4

2000-01-11 Thread sascha
sascha 00/01/11 09:28:29 Modified:src/os config.m4 Log: Make OS selection work for non-UNIX cases Revision ChangesPath 1.3 +12 -5 apache-2.0/src/os/config.m4 Index: config.m4 === RCS

cvs commit: apache-2.0/src/build build.mk

2000-01-12 Thread sascha
sascha 00/01/12 08:56:00 Modified:src/build build.mk Log: `-follow' is a GNU extension, remove it. Revision ChangesPath 1.2 +2 -2 apache-2.0/src/build/build.mk Index: build.mk === RCS

cvs commit: apache-2.0/src acinclude.m4

2000-01-12 Thread sascha
sascha 00/01/12 12:41:59 Modified:src acinclude.m4 Log: gcc on AIX takes -mthreads. I wonder what they smoked during creating all those wonderful flags. Revision ChangesPath 1.15 +4 -1 apache-2.0/src/acinclude.m4 Index: acinclude.m4

cvs commit: apache-1.3/src/os/unix os.c

2000-01-15 Thread sascha
sascha 00/01/15 08:01:09 Modified:src Configure src/os/unix os.c Log: Disable dl emulation code for AIX 4.3, if no dl functions are needed. Revision ChangesPath 1.388 +8 -0 apache-1.3/src/Configure Index: Configure

cvs commit: apache-2.0/src/build build.mk build2.mk

2000-01-16 Thread sascha
sascha 00/01/16 09:18:14 Modified:src/build build.mk build2.mk Log: Remove dependency on automake's aclocal. We continue to use acinclude.m4, because aclocal.m4 needs to contain libtool's m4 macros. Revision ChangesPath 1.3 +2 -1 apache-2.0/src/build

cvs commit: apache-2.0/src/build build2.mk

2000-01-16 Thread sascha
sascha 00/01/16 10:20:18 Modified:src/build build2.mk Log: Remove config.cache, if configure is rebuilt Revision ChangesPath 1.3 +2 -1 apache-2.0/src/build/build2.mk Index: build2.mk

cvs commit: apache-2.0/src/lib/apr configure.in

2000-01-16 Thread sascha
sascha 00/01/16 10:20:57 Modified:src/lib/apr configure.in Log: Inherit thread flags from Apache Revision ChangesPath 1.43 +8 -10 apache-2.0/src/lib/apr/configure.in Index: configure.in

cvs commit: apache-2.0/src acinclude.m4 configure.in

2000-01-16 Thread sascha
sascha 00/01/16 10:24:40 Modified:src acinclude.m4 configure.in Log: Rewrite pthreads check to be more tool-independent, and propagate flags to APR. Revision ChangesPath 1.16 +25 -38apache-2.0/src/acinclude.m4 Index: acinclude.m4

cvs commit: apache-2.0/src/modules/mpm config.m4

2000-01-16 Thread sascha
sascha 00/01/16 12:00:52 Modified:src acinclude.m4 configure.in src/build build2.mk src/lib/apr aclocal.m4 configure.in src/modules/mpm config.m4 Added: src/lib/apr threads.m4 Log: Move threads/reentrancy m4 macros

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Sascha Schumann
that work with GNU make? include filename is the portable version. Works with GNU, BSD, SysV make. -- Regards, Sascha Schumann Consultant

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Sascha Schumann
On Wed, Dec 22, 1999 at 06:27:18PM +, Ben Laurie wrote: Sascha Schumann wrote: On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: Ryan Bloom wrote: On Wed, 22 Dec 1999, Ben Laurie wrote: [EMAIL PROTECTED] wrote: ben 99/12/22 03:46:36