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
==
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
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:
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/
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
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
=
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
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
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
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
10 matches
Mail list logo