cvs commit: apache-1.3/src/modules/standard mod_log_config.c

1999-09-27 Thread dirkx
dirkx 99/09/27 13:38:52 Modified:src CHANGES src/modules/standard mod_log_config.c Log: Added three log methods: CLF compliant '-' byte count, method and protocol. Revision ChangesPath 1.1435+8 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/support ab.c ab.8

1999-09-27 Thread dirkx
dirkx 99/09/27 13:27:37 Modified:src/support ab.c ab.8 Log: Adding a fifth, sixth or seventh wheel to this croaking cart... HEAD support. Revision ChangesPath 1.31 +20 -9 apache-1.3/src/support/ab.c Index: ab.c ===

cvs commit: apache-2.0/src CHANGES

1999-09-27 Thread rse
rse 99/09/27 00:56:28 Modified:src CHANGES Log: Write down the work... Revision ChangesPath 1.10 +10 -0 apache-2.0/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-2.0/src/

cvs commit: apache-2.0/src README.DEVELOP

1999-09-27 Thread rse
rse 99/09/27 00:51:35 Removed: src README.DEVELOP Log: Remove this obsolete file with APR build instructions now that APR is better integrated into the source tree.

cvs commit: apache-2.0/src Configure

1999-09-27 Thread rse
rse 99/09/27 00:49:01 Modified:src Configure Log: Automatically bootstrap the APR source tree now that the majority decided not to keep `configure' scripts in CVS. Revision ChangesPath 1.6 +4 -0 apache-2.0/src/Configure Index: Configure ==

cvs commit: apache-2.0/src/lib/apr/shmem/unix/mm CHANGES Makefile.in aclocal.m4 config.guess config.sub configure configure.in fbtool ltconfig ltmain.sh mm-config.1 mm-config.in mm.3 mm.h mm.pod mm_alloc.c mm_core.c mm_test.c mm_vers.c shtool

1999-09-27 Thread rse
rse 99/09/27 00:42:27 Modified:src/lib/apr/shmem/unix/mm CHANGES Makefile.in aclocal.m4 config.guess config.sub configure configure.in fbtool ltconfig ltmain.sh mm-config.1 mm-config.in mm.3 mm.h mm.pod mm_alloc.

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

1999-09-27 Thread rse
rse 99/09/27 00:29:09 Modified:src/lib .cvsignore Log: Stop CVS from complaing about a manually created src/lib/pth/ subdir if one build with GNU Pth through the pre-configured setup in config.options. Revision ChangesPath 1.2 +1 -0 apache-2.0/src/lib/.c

cvs commit: apache-2.0/src Makefile.tmpl Configure

1999-09-27 Thread rse
rse 99/09/27 00:25:08 Modified:src Makefile.tmpl Configure Log: Cleanup build environment: 1. As I said in the past, the extra apr step-down in src/Makefile.tmpl is not needed, because APR is build automatically from src/lib/Makefile. 2. the SUBDIRS="$SUBDIRS"

cvs commit: apache-2.0/src/support htpasswd.c

1999-09-27 Thread rse
rse 99/09/27 00:19:59 Modified:src/ap Makefile.tmpl src/support htpasswd.c Log: Make the support stuff finitely working again. BTW, how can it be that nowadays it can happen that the Apache Group has a source tree which doesn't compile under Unix for more

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

1999-09-27 Thread rse
rse 99/09/26 23:39:38 Modified:src/lib/apr Makefile.in Log: Fix "make distclean" in APR: the Makefiles were not removed, because it's not correct to use subdir_clean for the distclean target. Revision ChangesPath 1.9 +11 -1 apache-2.0/src/lib/apr/Makefile.