cvs commit: apache-1.3/src/support apxs.pl

1999-08-28 Thread wsanchez
wsanchez99/08/27 16:31:09 Modified:src/support apxs.pl Log: When apxs compiles a .o file, it cc puts it into the current working directory. But then we're looking for the .o file in the directory that contains the .c file, and the link line breaks. So lets remove the path to the

cvs commit: apache-1.3/src/main http_config.c

1999-08-28 Thread fielding
fielding99/08/27 16:38:11 Modified:src CHANGES src/main http_config.c Log: Move handler not found warning message to below the check for a wildcard handler. Gee, you'd think someone would have fixed it before seven PRs. PR: 2584, 3349, 3436, 3548, 4384,

cvs commit: apache-2.0/src/main http_config.c

1999-08-28 Thread fielding
fielding99/08/27 16:47:10 Modified:src CHANGES src/main http_config.c Log: Move handler not found warning message to below the check for a wildcard handler. Gee, you'd think someone would have fixed it before seven PRs. PR: 2584, 3349, 3436, 3548, 4384,

cvs commit: apache-2.0/src CHANGES

1999-08-28 Thread fielding
fielding99/08/27 17:36:41 Modified:src CHANGES Log: make that eight PRs. Revision ChangesPath 1.4 +1 -1 apache-2.0/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/src CHANGES

1999-08-28 Thread fielding
fielding99/08/27 17:59:04 Modified:src CHANGES Log: make that eight PRs Revision ChangesPath 1.1426+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/htdocs .cvsignore

1999-08-28 Thread fielding
fielding99/08/27 18:11:49 Modified:..cvsignore Removed: htdocs .cvsignore Log: Don't ignore everything when everything isn't supposed to be ignored. If this bugs configure users, then fix configure so that it uses a distinctive prefix that won't match

cvs commit: apache-2.0 .cvsignore

1999-08-28 Thread fielding
fielding99/08/27 18:13:27 Modified:..cvsignore Log: Don't ignore everything when everything isn't supposed to be ignored. If this bugs configure users, then fix configure so that it uses a distinctive prefix that won't match Makefile.tmpl. Submitted by: Roy

cvs commit: apache-2.0/src/main http_config.c

1999-08-28 Thread stoddard
stoddard99/08/27 19:34:38 Modified:src/main http_config.c Log: Fix merge bug Revision ChangesPath 1.8 +1 -0 apache-2.0/src/main/http_config.c Index: http_config.c === RCS file:

cvs commit: apache-2.0 STATUS

1999-08-28 Thread fielding
fielding99/08/27 19:44:10 Modified:.STATUS Log: no shortage of things TODO Revision ChangesPath 1.3 +3 -1 apache-2.0/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/main http_core.c

1999-08-28 Thread fielding
fielding99/08/27 19:51:32 Modified:src/main http_core.c Log: Reverse a change that was made in rev 1.227 because the old version was better (and consistent with what was left in Apache 2.0). Revision ChangesPath 1.272 +4 -10 apache-1.3/src/main/http_core.c

cvs commit: apache-2.0/src/regex regex2.h

1999-08-28 Thread fielding
fielding99/08/27 20:03:35 Modified:src/include hsregex.h src/lib/apr/include hsregex.h src/regex regex2.h Log: Change defined(RHAPSODY) to defined(MAC_OS) || defined(MAC_OS_X_SERVER) to match the rest of the server. Revision

cvs commit: apache-2.0 STATUS

1999-08-28 Thread fielding
fielding99/08/27 20:25:05 Modified:.STATUS Log: Enough for one week. Revision ChangesPath 1.4 +17 -1 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0/STATUS,v

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

1999-08-28 Thread bjh
bjh 99/08/28 01:05:46 Modified:src/lib/apr Makefile.in config.guess config.sub configure.in src/lib/apr/file_io/os2 readwrite.c src/lib/apr/network_io/os2 poll.c src/lib/apr/threadproc/os2 proc.c Log: Fix build of APR on OS/2

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-08-28 Thread rse
rse 99/08/28 05:22:12 Modified:src/main alloc.c buff.c http_connection.c http_main.c http_protocol.c src/os/unix iol_socket.c Log: Make ``configure --with-option=devel'' under GCC 2.95.1 happy by avoiding various warnings... Revision

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

1999-08-28 Thread rse
rse 99/08/28 06:00:56 Modified:src/modules/mpm/dexter acceptlock.c dexter.c Log: get rid of two additional warnings Revision ChangesPath 1.3 +2 -0 apache-2.0/src/modules/mpm/dexter/acceptlock.c Index: acceptlock.c