cvs commit: apache-1.3/htdocs/manual/mod directive-dict.html

1998-05-11 Thread marc
marc98/05/11 07:51:24 Modified:htdocs/manual sections.html htdocs/manual/mod directive-dict.html Log: Fix AllowOverrides -- AllowOverride in docs. PR: 2213 Submitted by: Thomas Neumann [EMAIL PROTECTED] Revision ChangesPath 1.6 +1 -1

cvs commit: apache-1.3/src CHANGES

1998-05-11 Thread marc
marc98/05/11 08:03:13 Modified:src CHANGES Log: Fix AllowOverrides -- AllowOverride. PR: 2213 Submitted by: Thomas Neumann [EMAIL PROTECTED] Revision ChangesPath 1.844 +1 -1 apache-1.3/src/CHANGES Index: CHANGES

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

1998-05-11 Thread dgaudet
dgaudet 98/05/11 10:49:21 Modified:src/ap ap_snprintf.c Log: Martin found the core dumping bug... it was my fault. psprintf() could possibly set curpos == endpos + 1... and the old test for sp == bep would never find this case. As a result it would waltz past the end of a

cvs commit: apache-1.2/src CHANGES Configure conf.h

1998-05-11 Thread brian
brian 98/05/11 12:56:06 Modified:src CHANGES Configure conf.h Log: Support for NCR MP/RAS 3.0 [John Withers [EMAIL PROTECTED]] Revision ChangesPath 1.308 +2 -0 apache-1.2/src/CHANGES Index: CHANGES

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

1998-05-11 Thread jim
jim 98/05/11 13:08:10 Modified:.STATUS htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src CHANGES src/include http_conf_globals.h httpd.h src/main http_core.c http_main.c Log:

cvs commit: apache-1.3/src/include ap.h

1998-05-11 Thread brian
brian 98/05/11 13:42:35 Modified:src/include ap.h Log: Some API prefix stuff that was missed in the great renaming. Revision ChangesPath 1.16 +3 -3 apache-1.3/src/include/ap.h Index: ap.h