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

1998-01-31 Thread martin
martin 98/01/31 15:55:42 Modified:src/main util.c Log: For CRLF delimited lines, the line numbering would count incorrect. PR: related tpo #1671 Revision ChangesPath 1.91 +2 -1 apache-1.3/src/main/util.c Index: util.c ==

cvs commit: apache-1.3/src/ap ap_execve.c

1998-01-31 Thread martin
martin 98/01/31 15:54:34 Modified:src/ap ap_execve.c Log: Remove unnecessary depedency on aplog_error() -- it was a debugging output anyway. Submitted by: Ken Coar Revision ChangesPath 1.4 +0 -4 apache-1.3/src/ap/ap_execve.c Index: ap_execve.c

cvs commit: apache-1.3/src/os/bs2000 os.h

1998-01-31 Thread martin
martin 98/01/31 15:52:50 Modified:src/os/bs2000 os.h Log: Fix include problem for BS2000 compilation Revision ChangesPath 1.3 +1 -1 apache-1.3/src/os/bs2000/os.h Index: os.h === RCS file:

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

1998-01-31 Thread dgaudet
dgaudet 98/01/31 13:44:59 Modified:src/main http_main.c Log: eliminate warning Revision ChangesPath 1.280 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file: /export/home/

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

1998-01-31 Thread ben
ben 98/01/31 07:34:51 Modified:src/modules/standard mod_setenvif.c Log: Now that I've looked at it, I can't leave it like it was. Eliminate duplicate code, move invariants out of the loop. Revision ChangesPath 1.15 +28 -39apache-1.3/src/modules/standard/mo

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

1998-01-31 Thread pcs
pcs 98/01/31 06:54:22 Modified:src/main http_main.c Log: The Win32 debug macros now default to logging to the error log, at debug level, rather than to the console. Revision ChangesPath 1.279 +5 -2 apache-1.3/src/main/http_main.c Index: http_main.c =

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

1998-01-31 Thread ben
ben 98/01/31 06:38:24 Modified:src/modules/standard mod_setenvif.c Log: Make setenvif terminate when it should, instead of by accident, and also correctly handle multiple env vars to be set. As a side-effect, eliminate an env var with a null name. Revision ChangesPa

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

1998-01-31 Thread jim
jim 98/01/30 17:43:40 Modified:htdocs/manual bind.html handler.html keepalive.html location.html multilogs.html new_features_1_3.html htdocs/manual/mod core.html mod_access.html mod_actions.html mod_alias.html mod_auth.ht

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

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:24:33 Modified:src CHANGES src/main alloc.c Log: People are challenging me to write something in assembly... well gcc is so nice that I don't have to do this one in assembly. MAKE_TABLE_PROFILE is a debugging mode that makes it easier to f

cvs commit: apache-1.3/src/main http_protocol.c http_request.c

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:15:45 Modified:src/main http_protocol.c http_request.c Log: (Recall: whenever a table's nelts == nalloc and a push is attempted the table size will be doubled, and the old table copied to the new table. It's nice to avoid this if it's easy.) Our default