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

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

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 Changes

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/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

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/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