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

1998-03-15 Thread coar
coar98/03/14 20:39:14 Modified:src/main http_core.c Log: Un-staticate limit_setion(); mod_perl needs access to it. Revision ChangesPath 1.171 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3 STATUS

1998-03-15 Thread dougm
dougm 98/03/14 23:02:56 Modified:.STATUS Log: Perl and win32 Revision ChangesPath 1.190 +3 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 13:10:44 Modified:src/main util.c Log: take into account comments from Ben and Martin. Including fixing two signed char - unsigned extension problems. Revision ChangesPath 1.104 +24 -8 apache-1.3/src/main/util.c Index: util.c

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 13:39:56 Modified:htdocs/manual/mod mod_setenvif.html src CHANGES src/modules/standard mod_setenvif.c Log: - The merging optimization in mod_setenvif did not deal with SetEnvIfNoCase properly; and it used strcmp() to compare

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

1998-03-15 Thread Dean Gaudet
On 15 Mar 1998 [EMAIL PROTECTED] wrote: - Perform more comparisons at compile-time in order to speed up things at compile-time. Er, perform more comparisons at config-time in order to speed up things at run-time. Dean

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 15:21:44 Modified:src CHANGES src/modules/standard mod_log_config.c Log: less function call overhead in mod_log_config. Submitted by: Dmitry Khrustalev [EMAIL PROTECTED] Revision ChangesPath 1.714 +2 -0