cvs commit: apache-devsite API-dict.html

1998-04-14 Thread jim
jim 98/04/14 16:07:42 Modified:.API-dict.html Log: Start linking and describing Revision ChangesPath 1.12 +117 -65 apache-devsite/API-dict.html Index: API-dict.html === RCS file: /

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

1998-04-14 Thread ben
ben 98/04/14 13:00:20 Modified:src Makefile.nt src/main gen_uri_delims.c Log: Fix some warnings for Ben Hyde. Revision ChangesPath 1.27 +1 -1 apache-1.3/src/Makefile.nt Index: Makefile.nt ===

cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread rse
rse 98/04/14 12:17:42 Modified:.Makefile.tmpl Log: If idiots could fly, Internet would be an airport... Revision ChangesPath 1.17 +2 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3 INSTALL

1998-04-14 Thread rse
rse 98/04/14 12:15:44 Modified:.INSTALL Log: Merge in some of Marc suggestions... Revision ChangesPath 1.9 +10 -9 apache-1.3/INSTALL Index: INSTALL === RCS file: /export/home/cv

cvs commit: apache-1.3 configure

1998-04-14 Thread rse
rse 98/04/14 12:08:09 Modified:.configure Log: Make sure the "includedir" gets PREFIX/include/apache if PREFIX not already contains the words "apache" to make sure Apache headers do not bristle a standard include directory. Just the same behaviour as already for "sy

cvs commit: apache-devsite how-to-release.html

1998-04-14 Thread rse
rse 98/04/14 11:54:33 Modified:.how-to-release.html Log: Make sure HTTP_Features.tsv is removed and the checked-out documents have correct permissions. Revision ChangesPath 1.33 +3 -2 apache-devsite/how-to-release.html Index: how-to-release.ht

cvs commit: apache-1.3/htdocs/manual upgrading_to_1_3.html

1998-04-14 Thread rse
rse 98/04/14 10:27:08 Modified:htdocs/manual upgrading_to_1_3.html Log: Ops, Marc is right, now we have two entries. I merged them. Revision ChangesPath 1.19 +3 -5 apache-1.3/htdocs/manual/upgrading_to_1_3.html Index: upgrading_to_1_3.html ===

Re: cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread Marc Slemko
On 14 Apr 1998 [EMAIL PROTECTED] wrote: > +# install the Apache C header files > +install-include: > + @echo "===> [include: Installing Apache C header files]" > + $(CP) $(SRC)/include/*.h $(includedir)/ > + osdir=`grep '^OSDIR' $(SRC)/Makefile.config | sed -e 's:^OSDIR=::'`; \

cvs commit: apache-1.3 README.configure

1998-04-14 Thread rse
rse 98/04/14 08:56:44 Modified:.README.configure Log: Update URL of Apache Module Registry. Revision ChangesPath 1.6 +4 -4 apache-1.3/README.configure Index: README.configure ===

cvs commit: apache-1.3 ABOUT_APACHE

1998-04-14 Thread rse
rse 98/04/14 08:55:36 Modified:.ABOUT_APACHE.html .ABOUT_APACHE .ABOUT_APACHE Log: Sync apache-site/ABOUT_APACHE.html and apache-1.2/ABOUT_APACHE with contents of apache-1.3/ABOUT_APACHE. Revision ChangesPath 1.1

cvs commit: apache-devsite how-to-release.html

1998-04-14 Thread rse
rse 98/04/14 07:40:35 Modified:.how-to-release.html Log: Update the release steps. Revision ChangesPath 1.32 +48 -24apache-devsite/how-to-release.html Index: how-to-release.html ==

cvs commit: apache-1.3 INSTALL

1998-04-14 Thread rse
rse 98/04/14 04:32:41 Modified:.INSTALL Log: Cleanup and enhance top-level INSTALL file for release: - add at least one typical example to give the user an impression how to use the configure script - add contact informations to give the user the next lo

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

1998-04-14 Thread rse
rse 98/04/14 03:58:24 Modified:src/helpers find-dbm-lib src/modules/standard mod_so.c Log: Make verbose messages of Configure step more consistent Revision ChangesPath 1.5 +1 -1 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib =

cvs commit: apache-1.3/src README.DSO

1998-04-14 Thread rse
rse 98/04/14 03:51:40 Modified:src README.DSO Log: Merge in a lot of fixes and enhancements from Martin. Revision ChangesPath 1.3 +139 -119 apache-1.3/src/README.DSO Index: README.DSO =

cvs commit: apache-1.3 configure

1998-04-14 Thread rse
rse 98/04/14 02:02:38 Modified:.configure Log: Make again --enable-module=most as conservative as it can. Only modules which we can really expect to be workable should be included. Revision ChangesPath 1.7 +3 -2 apache-1.3/configure Index:

cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread rse
rse 98/04/14 01:55:39 Modified:.Makefile.tmpl Log: Let the user explicitly know that we are preserving his existing configuration files and make sure these hint messages are found by the user by doing the install-config target last. Revision ChangesPath 1.

cvs commit: apache-1.3 CHANGES

1998-04-14 Thread rse
rse 98/04/14 01:40:24 Modified:.CHANGES Log: Fix some typos. Revision ChangesPath 1.21 +6 -6 apache-1.3/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/CHANGES,

cvs commit: apache-1.3/src Configuration.tmpl README.DSO

1998-04-14 Thread rse
rse 98/04/14 01:27:34 Modified:.README.configure INSTALL src Configuration.tmpl README.DSO Log: Reduce redundant information about DSO by referring to the new README.DSO where useful. Revision ChangesPath 1.5 +3 -3 apache-1.3/R

cvs commit: apache-1.3/htdocs/manual upgrading_to_1_3.html

1998-04-14 Thread rse
rse 98/04/14 00:36:22 Modified:htdocs/manual upgrading_to_1_3.html Log: Add an entry about compat.h to the "Third Party Modules" section of upgrading_to_1.3.html. Thanks to Dean for hint. Revision ChangesPath 1.18 +12 -0 apache-1.3/htdocs/manual/upgrading_t

cvs commit: apache-1.3 CHANGES

1998-04-14 Thread rse
rse 98/04/13 23:28:36 Modified:.CHANGES Log: Make sure the big symbol renaming is also mentioned in the top-level CHANGES file. Revision ChangesPath 1.20 +11 -0 apache-1.3/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src PORTING

1998-04-14 Thread jim
jim 98/04/13 20:02:40 Modified:src PORTING Log: Some doc changes Revision ChangesPath 1.26 +11 -9 apache-1.3/src/PORTING Index: PORTING === RCS file: /export/home/cvs/apache-1.3/src

cvs commit: apache-1.3 STATUS

1998-04-14 Thread jim
jim 98/04/13 19:38:17 Modified:.STATUS Log: Minor 1.3b6 stuff and remove the idea about this being 1.3.0... no one voted for it and now with the Great Renaming, a beta test is really required Revision ChangesPath 1.294 +3 -15 apache-1.3/STATUS

cvs commit: apache-1.3/htdocs/manual upgrading_to_1_3.html

1998-04-14 Thread brian
brian 98/04/13 19:07:31 Modified:htdocs/manual upgrading_to_1_3.html Log: Make prominent the renaming change for third party module authors. Change name of two API symbols in document to match renamed entities. Revision ChangesPath 1.17 +12 -2 apache-1.3/ht