cvs commit: apache-1.3/src CHANGES

1998-04-27 Thread rse
rse 98/04/27 02:55:07 Modified:.STATUS configure src CHANGES Log: Workaround sed limitations in APACI's configure script by now substituting in chunks of 50 commands. PR: 2136 Revision ChangesPath 1.334 +1 -0 apach

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

1998-04-27 Thread rse
rse 98/04/27 01:17:30 Modified:.STATUS src CHANGES Configuration.tmpl Configure src/main http_main.c Log: Fix SOCKS4 support (missing SOCKSinit, non-portable grep in Configure and wrong if-statement for Solaris) and add additional

cvs commit: apache-1.3/src/modules/test mod_rndchunk.c

1998-04-27 Thread rse
rse 98/04/26 23:59:38 Modified:.STATUS src CHANGES src/include compat.h buff.h http_log.h src/main buff.c http_protocol.c src/modules/standard mod_log_config.c src/modules/test mod_rndchunk.c

cvs commit: apache-1.3/src CHANGES Configure

1998-04-26 Thread rse
rse 98/04/26 11:29:32 Modified:.STATUS src CHANGES Configure Log: Fix broken ap_config.h generation by avoiding nested function calls which some braindead AWK's (like Solaris 2.6 awk) dislike. PR: 2139 Revision ChangesPath

cvs commit: apache-1.3 configure

1998-04-26 Thread rse
rse 98/04/26 10:57:24 Modified:.configure Log: Some more back-ported cleanups for the configure script. Revision ChangesPath 1.19 +7 -7 apache-1.3/configure Index: configure

cvs commit: apache-1.3/src CHANGES

1998-04-26 Thread rse
rse 98/04/26 09:21:01 Modified:.STATUS configure src CHANGES Log: Various bugfixes and cleanups I've backported from my "incremental configure" source tree where I'm currently working on an incremental configuration variant.

cvs commit: apache-1.3/src/helpers mkdir.sh

1998-04-25 Thread rse
rse 98/04/25 12:27:04 Modified:.Makefile.tmpl configure src/helpers mkdir.sh Log: 1. Make consistent usage of AUX dir even for active --shadow option 2. Make sure we do NOT use the nice tar-based tree copy for includes because this does the wrong

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

1998-04-25 Thread rse
rse 98/04/25 09:44:32 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod core.html Log: Document syslogd-based error logging Submitted by: Lars Eilebrecht Revision ChangesPath 1.54 +5 -0 apache-1.3/htdocs/manual

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

1998-04-22 Thread rse
rse 98/04/22 08:06:46 Modified:.STATUS src CHANGES src/modules/standard mod_cgi.c Log: Fix DEBUG_CGI situation in mod_cgi.c Submitted by: David MacKenzie <[EMAIL PROTECTED]> Reviewed by: Ralf S. Engelschall Revision C

cvs commit: apache-1.3 Makefile.tmpl

1998-04-22 Thread rse
rse 98/04/22 07:56:29 Modified:.Makefile.tmpl Log: Consistency cleanups for top-level Makefile: - use the .install.* files under $(SRC) as already done with build-ok-file to avoid conflicts when using a shadow tree, i.e. .install.tmp -> $(

cvs commit: apache-1.3/src Configure

1998-04-22 Thread rse
rse 98/04/22 07:49:39 Modified:src Configure Log: Make Marc happy... ;-) Revision ChangesPath 1.244 +5 -5 apache-1.3/src/Configure Index: Configure === RCS file: /export/home/cvs

cvs commit: apache-1.3/src CHANGES

1998-04-22 Thread rse
rse 98/04/22 07:00:23 Modified:.STATUS configure src CHANGES Log: Make sure all `for' loops in APACI's `configure' are running as expected by explicitly initializing IFS for every loop and restoring it after the loop. Submi

cvs commit: apache-1.3/src CHANGES

1998-04-22 Thread rse
rse 98/04/22 03:33:06 Modified:.STATUS Makefile.tmpl src CHANGES Log: Be friendly to existing "mime.types" and "magic" files on "make install", too. Revision ChangesPath 1.325 +1 -0 apache

cvs commit: apache-1.3/src/support Makefile.tmpl

1998-04-22 Thread rse
rse 98/04/22 03:15:23 Modified:src/support Makefile.tmpl Log: Use percents chars for delimiters, because the chance is higher that a colon is inside some of the flags than a percent char. (GNU Autoconf does the same when substituting flags) Revision ChangesPath

cvs commit: apache-1.3/src CHANGES Configure

1998-04-22 Thread rse
rse 98/04/22 01:45:57 Modified:.STATUS src CHANGES Configure Log: Dynamic Shared Object (DSO) support for OpenBSD 2.x BTW: The cool thing about this is that this was possible through the nifty Perl-fallback feature in src/Configure we

cvs commit: apache-1.3/src CHANGES

1998-04-21 Thread rse
rse 98/04/21 10:34:01 Modified:.STATUS Makefile.tmpl src CHANGES Log: Ops, apache_status really is named apache_runtime_status in httpd.conf-dist. PR: 2105 Revision ChangesPath 1.320 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src CHANGES

1998-04-21 Thread rse
rse 98/04/21 09:00:38 Modified:.STATUS INSTALL configure src CHANGES Log: Avoid side-effects in src/Configure when the user exports the shell variables via $ CFLAGS=... $ export CFLAGS $ ./configure (which is not needed) instead of

cvs commit: apache-1.3/src CHANGES

1998-04-21 Thread rse
rse 98/04/21 08:23:39 Modified:.STATUS INSTALL configure src CHANGES Log: Provide backward-compatibility for some src/Configuration.tmpl parameter names to the canonical Autoconf-style shell variable names. For instance EXTRA_CFLAGS vs. CFLAGS

cvs commit: apache-1.3/src CHANGES

1998-04-21 Thread rse
rse 98/04/21 07:04:36 Modified:.STATUS Makefile.tmpl src CHANGES Log: Make sure we don't overwrite an existing DocRoot and CGI scripts on "make install". Submitted by: Ralf S. Engelschall (based on Jim's initial patch

cvs commit: apache-1.3 INSTALL

1998-04-21 Thread rse
rse 98/04/21 06:52:03 Modified:.INSTALL Log: Say it even more explicitly that src/Configuration.tmpl has not to be changed and that the _complete_ configuration via APACI takes place through command line args _AND_ shell variables. PR: 2091 Revision

cvs commit: apache-1.3/src CHANGES

1998-04-21 Thread rse
rse 98/04/21 06:34:46 Modified:.STATUS configure src CHANGES Log: Fix `configure --compat' to be more "compatible". Submitted by: Ralf S. Engelschall Reviewed by: Lars Eilebrecht, Ralf S. Engelschall Revision Changes

cvs commit: apache-1.3/src CHANGES

1998-04-21 Thread rse
rse 98/04/21 01:05:01 Modified:.STATUS Makefile.tmpl src CHANGES Log: Fix path of MimeMagicFile in install-config, too. Submitted by: Ralf S. Engelschall PR: 2089 Revision ChangesPath 1.314 +2 -1 apache-1.3/STATUS

cvs commit: apache-site/dist .htaccess

1998-04-20 Thread rse
rse 98/04/20 02:36:33 Modified:dist .htaccess Log: Pitfall: the Win32 binary uses underscores in filename Revision ChangesPath 1.5 +1 -1 apache-site/dist/.htaccess Index: .htaccess

cvs commit: apache-site index.html

1998-04-20 Thread rse
rse 98/04/20 02:35:27 Modified:.index.html Log: Ops, one more hyperlink: b5 -> b6 Revision ChangesPath 1.53 +1 -1 apache-site/index.html Index: index.html === RCS file: /exp

cvs commit: apache-site/dist .htaccess README.html

1998-04-20 Thread rse
rse 98/04/20 02:31:15 Modified:.index.html dist .htaccess README.html Log: Update the frontdoor for 1.3b6. Revision ChangesPath 1.52 +12 -7 apache-site/index.html Index: index.html

cvs commit: apache-1.3 Announcement

1998-04-20 Thread rse
rse 98/04/20 01:53:09 Modified:.Announcement Log: Finally fix URLs now that the locations exists: apache-1.3b6 -> apache_1.3b6 plus tree typos. Revision ChangesPath 1.17 +27 -27apache-1.3/Announcement Index: Announcem

cvs commit: apache-1.3 STATUS

1998-04-20 Thread rse
rse 98/04/20 00:45:44 Modified:.STATUS Log: STATUS updates for the other guys... ;-) Revision ChangesPath 1.307 +3 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home

cvs commit: apache-1.3 INSTALL

1998-04-20 Thread rse
rse 98/04/20 00:20:10 Modified:.INSTALL Log: Adjust URL to BugDB according to Brian's suggestion. Revision ChangesPath 1.14 +1 -1 apache-1.3/INSTALL Index: INSTALL === RCS

cvs commit: apache-1.3 Makefile.tmpl

1998-04-20 Thread rse
rse 98/04/19 23:40:00 Modified:.Makefile.tmpl Log: Add missing $(MFLAGS) which always should be passed down. Revision ChangesPath 1.20 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 configure

1998-04-20 Thread rse
rse 98/04/19 23:30:59 Modified:.configure Log: Bugfix: "libexecdir" is based on "exec_prefix", so the relative variant has to use "exec_prefix" when trying to reduce the prefix. Revision ChangesPath 1.12 +1 -1 a

cvs commit: apache-1.3 INSTALL

1998-04-20 Thread rse
rse 98/04/19 23:14:49 Modified:.INSTALL Log: Add note about "env" usage or the C-shell variant "setenv KEY VALUE". Thanks to Dean and Lars for mentioning this. Revision ChangesPath 1.13 +8 -0 apache-1.3/INSTALL

cvs commit: apache-1.3/src CHANGES

1998-04-19 Thread rse
rse 98/04/19 09:03:42 Modified:.STATUS configure src CHANGES Log: Fix "configure --prefix=/somewhere --compat" Submitted by: Lars Eilebrecht Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.306 +1 -0

cvs commit: apache-1.3/src CHANGES

1998-04-19 Thread rse
rse 98/04/19 05:31:28 Modified:.STATUS src CHANGES Log: Ops, forgot to commit the changelog entry. Revision ChangesPath 1.305 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/os/unix os.c

1998-04-19 Thread rse
rse 98/04/19 05:25:22 Modified:src/os/unix os.c Log: Avoid warnings for discarded const under some platforms like OSF1 and FreeBSD 2.2.x where dlopen is defined to have a "char *" as its first argument instead of a "const char *". Revision Ch

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

1998-04-18 Thread rse
rse 98/04/18 04:53:35 Modified:src/main http_core.c Log: Give the AddModule directive a more useful error message. Revision ChangesPath 1.184 +4 -3 apache-1.3/src/main/http_core.c Index: http_core.c

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

1998-04-18 Thread rse
rse 98/04/18 03:54:56 Modified:.STATUS src CHANGES src/main http_log.c Log: Fix error logging for the startup case where ap_log_error() still uses stderr as the target. Now the default log level is honored here, too. This

cvs commit: apache-1.3 STATUS

1998-04-17 Thread rse
rse 98/04/17 11:53:46 Modified:.STATUS Log: Munich/Germany: raining... Revision ChangesPath 1.301 +1 -16 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src CHANGES Configure

1998-04-17 Thread rse
rse 98/04/17 11:49:38 Modified:.STATUS src CHANGES Configure Log: Make sure some AWK's don't fail in src/Configure with "string too long" errors when generating the MODULES entry for src/Makefile Submitted by: Ralf S. Engel

cvs commit: apache-1.3/conf httpd.conf-dist

1998-04-17 Thread rse
rse 98/04/17 01:05:51 Modified:conf httpd.conf-dist Log: Update the DSO comment in the default httpd.conf file. Revision ChangesPath 1.26 +10 -5 apache-1.3/conf/httpd.conf-dist Index: httpd.conf-dist

cvs commit: apache-1.3 Makefile.tmpl

1998-04-17 Thread rse
rse 98/04/17 00:36:12 Modified:.Makefile.tmpl Log: Only whitespace cosmetics and cleanups: - consistently replace leading whitespaces with tabs to make the file correctly indented both with tabs=4 and tabs=8 - remove trailing whitespaces on lines to make

cvs commit: apache-1.3/src CHANGES Configure

1998-04-16 Thread rse
rse 98/04/16 10:30:49 Modified:.STATUS src CHANGES Configure Log: Make sure src/Configure only complains about old paths when not running under APACI's control. Submitted by: Lars Eilebrecht Reviewed by: Ralf S. Engelschall Rev

cvs commit: apache-1.3 Makefile.tmpl

1998-04-16 Thread rse
rse 98/04/15 23:47:13 Modified:.Makefile.tmpl Log: Typo. Thanks to Lars for hint. Revision ChangesPath 1.18 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file

cvs commit: apache-1.3/src README.DSO

1998-04-16 Thread rse
rse 98/04/15 23:44:46 Modified:.INSTALL src README.DSO Log: Make sure the user is notified about the possible side-effects LoadModule can have because of the different execution order of modules. Revision ChangesPath 1.12 +3 -1

cvs commit: apache-1.3 STATUS

1998-04-15 Thread rse
rse 98/04/15 10:25:14 Modified:.STATUS Log: Update our state Revision ChangesPath 1.295 +3 -7 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3 configure

1998-04-15 Thread rse
rse 98/04/15 03:03:47 Modified:.configure Log: Last minute fix: Be even more friendly and conservative: Only append the "/apache" prefix to installation paths when the PREFIX does not contain it _AND_ the user didn't customize it via explicit options

cvs commit: apache-1.3/src/support apxs.pl

1998-04-15 Thread rse
rse 98/04/15 02:46:58 Modified:src/support apxs.pl Log: Final cosmetics: Create LoadModule lines with same style as APACI's "make install" target. Revision ChangesPath 1.4 +1 -1 apache-1.3/src/support/apxs.pl

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

1998-04-15 Thread rse
rse 98/04/15 02:31:27 Modified:.how-to-release.html Log: Remove another dotfile which need not be distributed: src/.gdbinit Revision ChangesPath 1.35 +1 -1 apache-devsite/how-to-release.html Index: how-to-release.html

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

1998-04-15 Thread rse
rse 98/04/15 00:05:01 Modified:.how-to-release.html Log: Don't distribute .indent.pro files: they are out-of-date and there is no need for the user to indent some of the distributed code theirself. Revision ChangesPath 1.34 +3 -2 apache-de

cvs commit: apache-1.3 INSTALL

1998-04-15 Thread rse
rse 98/04/14 23:51:28 Modified:.INSTALL Log: Make the example less shocking and remove reference to [EMAIL PROTECTED] to avoid flooding this address with mails from idots. Revision ChangesPath 1.11 +7 -16 apache-1.3/INSTALL Index: INSTALL

cvs commit: apache-1.3 INSTALL configure

1998-04-15 Thread rse
rse 98/04/14 23:23:09 Modified:.INSTALL configure Log: Make /usr/local/apache again the default installation PREFIX, even when this violates the GNU standards for "configure" scripts. But this way idiots who just use the defaults (i.e. not even use --pref

cvs commit: apache-1.3 Announcement

1998-04-15 Thread rse
rse 98/04/14 23:16:57 Modified:.Announcement Log: Ok, we now have to edit the Announcement in the CVS or we never get finished. This is my second cut of the Announcement: - based on my first version - merged in text changes of Jim's version but kee

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

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 beha

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

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

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

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

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

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

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

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 INSTALL

1998-04-13 Thread rse
rse 98/04/13 11:35:35 Modified:.INSTALL Log: Because a lot of users directly start with a file named "INSTALL" make sure they find the examples in README.configure, too. Revision ChangesPath 1.6 +4 -0 apache-1.3/INSTALL Inde

cvs commit: apache-devsite mmn.txt

1998-04-13 Thread rse
rse 98/04/13 11:14:51 Modified:.mmn.txt Log: Remember API change. Revision ChangesPath 1.18 +2 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs/apache

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

1998-04-13 Thread rse
rse 98/04/13 11:11:52 Modified:src/include http_config.h Log: Bump up MODULE_MAGIC_NUMBER because of the BIG SYMBOL RENAMING. Thanks to Dean for hint. Revision ChangesPath 1.80 +1 -1 apache-1.3/src/include/http_config.h Index: http_config.h

cvs commit: apache-1.3/src/os/win32 os.h util_win32.c

1998-04-13 Thread rse
rse 98/04/13 11:05:21 Modified:src/include compat.h httpd.h src/main http_config.c http_core.c http_request.c util.c src/modules/standard mod_alias.c mod_autoindex.c mod_so.c mod_userdir.c src/os/bs2000 os-inline.c

cvs commit: apache-1.3/src README.DSO

1998-04-13 Thread rse
rse 98/04/13 08:40:18 Added: src README.DSO Log: Here it comes: My first cut for an overview README.DSO file describing the relevant aspects of dynamic shared object (DSO) support in Apache 1.3. My hope is that this information makes the DSO stuff more clear to those

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

1998-04-13 Thread rse
rse 98/04/13 03:32:28 Modified:src/os/win32 os.h src/os/unix os.h os.c src/os/bs2000 os.h os.c src/modules/standard mod_so.c mod_cgi.c src/main http_core.c src/include compat.h Log: Manual DSO cleanup

cvs commit: apache-1.3/src/os/unix os.c os.h

1998-04-12 Thread rse
rse 98/04/12 08:49:28 Modified:.STATUS src CHANGES Configuration.tmpl Configure src/os/unix os.c os.h Log: Although I though we have no chance under HP/UX for using shared objects I today figured out that their proprietary shl_xxx

cvs commit: apache-1.3 INSTALL

1998-04-12 Thread rse
rse 98/04/12 05:54:01 Modified:.INSTALL Log: Typo Revision ChangesPath 1.5 +1 -1 apache-1.3/INSTALL Index: INSTALL === RCS file: /export/home/cvs/apache-1.3/INSTALL,v

cvs commit: apache-1.3 Makefile.tmpl

1998-04-12 Thread rse
rse 98/04/12 05:52:40 Modified:.Makefile.tmpl Log: Make APACI's "make install" more robust by using tar-based command instead of "cp -R" commands. Revision ChangesPath 1.15 +7 -3 apache-1.3/Makefile.tmpl

cvs commit: apache-1.3/htdocs/manual man-template.html

1998-04-11 Thread rse
rse 98/04/11 08:53:06 Modified:htdocs/manual man-template.html Log: Bad URL. Revision ChangesPath 1.11 +1 -1 apache-1.3/htdocs/manual/man-template.html Index: man-template.html === RCS

cvs commit: apache-1.3 STATUS

1998-04-11 Thread rse
rse 98/04/11 08:46:30 Modified:.STATUS Log: Ok guys, now that the HIDE-veto is solved and 1.3b6-dev looks better than ever (hopefully ;-), let us concentrate on the proposed 1.3b6 release next Friday. Revision ChangesPath 1.292 +21 -1 apache-1.3

cvs commit: apache-1.3/src CHANGES Configure

1998-04-11 Thread rse
rse 98/04/11 08:22:05 Modified:.STATUS Makefile.tmpl src CHANGES Configure Log: Today I had personal access to a UnixWare machine and the result are these slight changes to again make UnixWare happy. Revision ChangesPath 1.291 +1 -0

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

1998-04-11 Thread rse
rse 98/04/11 05:27:51 Modified:htdocs/manual sourcereorg.html Log: Document the BIG SYMBOL RENAMING change. Revision ChangesPath 1.10 +8 -1 apache-1.3/htdocs/manual/sourcereorg.html Index: sourcereorg.html

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

1998-04-11 Thread rse
rse 98/04/11 05:02:37 Added: src/include compat.h Log: This is the new backward-compatibility header containing the defines for the old symbols. Revision ChangesPath 1.1 apache-1.3/src/include/compat.h Index: compat.h

cvs commit: apache-1.3/src/test/rename rename.cf

1998-04-11 Thread rse
rse 98/04/11 05:01:10 Modified:.STATUS src CHANGES Configure buildmark.c src/ap ap_slack.c ap_strings.c src/include alloc.h buff.h explain.h fnmatch.h http_conf_globals.h http_config.h http_core.h

cvs commit: apache-1.3/src/test/rename compat.h

1998-04-11 Thread rse
rse 98/04/11 03:20:37 Modified:src/test/rename compat.h Log: And the updated compat.h header file. Revision ChangesPath 1.2 +6 -0 apache-1.3/src/test/rename/compat.h Index: compat.h

cvs commit: apache-1.3/src/test/rename rename.cf

1998-04-11 Thread rse
rse 98/04/11 03:07:19 Modified:src/test/rename rename.cf Log: Add some missing symbols for the renaming, Jim discovered recently. Revision ChangesPath 1.5 +6 -0 apache-1.3/src/test/rename/rename.cf Index: rename.cf

cvs commit: apache-1.3/src .cvsignore

1998-04-11 Thread rse
rse 98/04/11 00:19:33 Modified:src .cvsignore Log: Ignore objects from SHARED_CORE situation... Revision ChangesPath 1.14 +1 -0 apache-1.3/src/.cvsignore Index: .cvsignore === RCS

cvs commit: apache-1.3 STATUS

1998-04-10 Thread rse
rse 98/04/10 03:41:14 Modified:.STATUS Log: Munich, Germany: sunny wheater... Revision ChangesPath 1.288 +4 -18 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/support httpd.8

1998-04-10 Thread rse
rse 98/04/10 03:34:37 Modified:.STATUS Makefile.tmpl configure src CHANGES Configuration.tmpl Configure Makefile.tmpl src/main http_main.c src/support httpd.8 Log: DSO support for SVR4-based Unix platforms

cvs commit: apache-1.3/src/support Makefile.tmpl

1998-04-09 Thread rse
rse 98/04/09 03:22:55 Modified:.STATUS Makefile.tmpl src CHANGES Configure Makefile.tmpl src/ap Makefile.tmpl src/main Makefile.tmpl src/modules/proxy Makefile.tmpl src/os/bs2000 Makefile.tmpl

cvs commit: apache-1.3 STATUS

1998-04-09 Thread rse
rse 98/04/09 01:34:46 Modified:.STATUS Log: Update for current state where we never do the big "break anything" change, for instance not renaming _module, etc. pp. Revision ChangesPath 1.284 +4 -17 apache-1.3/STATUS Ind

cvs commit: apache-1.3/src/test/rename compat.h compat.h.mk rename.cf.clean-api rename.cf

1998-04-09 Thread rse
rse 98/04/09 01:32:50 Modified:src/test/rename rename.cf Added: src/test/rename compat.h compat.h.mk rename.cf.clean-api Log: Adjust the renaming stuff from the "big change" (namespace-cleanup plus API-decision) to the "not such big change" (onl

cvs commit: apache-1.3/src/test/rename README

1998-04-09 Thread rse
rse 98/04/09 01:20:36 Modified:.STATUS src ApacheCore.dsp ApacheCore.mak CHANGES Configuration.tmpl Configure Makefile.tmpl src/ap Makefile.tmpl src/include alloc.h conf.h src/main

cvs commit: apache-1.3 Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 09:16:43 Modified:.Makefile.tmpl Log: Although both xargs and find -exec are POSIX.2, Marc is right: find -exec is a little bit better because this is even available under some really old Unix-derivates Revision ChangesPath 1.11 +6

cvs commit: apache-1.3/src CHANGES Configure Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 09:08:13 Modified:.STATUS Makefile.tmpl src CHANGES Configure Makefile.tmpl Log: Allow correct breaks on errors even for the top-level Makefile. Revision ChangesPath 1.279 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3 Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 04:59:57 Modified:.Makefile.tmpl Log: Make sure the initial data files have correct permissions the hard and complicated but portable way (notice that "datadir" can be equal "prefix"!) Revision ChangesPath 1.9 +

cvs commit: apache-1.3 Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 02:38:49 Modified:.Makefile.tmpl Log: APACI's "make distclean" should leave the source tree as it was, i.e. it also has to remove some more stuff src/Configure has created. Revision ChangesPath 1.8 +2 -0 apache-1.

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

1998-04-08 Thread rse
rse 98/04/07 23:40:25 Modified:.STATUS src CHANGES src/modules/standard mod_rewrite.c Log: A little fix for the error messages from RewriteBase directive. Submitted by: Todd Eigenschink <[EMAIL PROTECTED]> Reviewed by:

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

1998-04-08 Thread rse
rse 98/04/07 23:30:48 Modified:src/include http_protocol.h src/main http_protocol.c Log: Change parse_uri back to a core function on Dean and Martins request. Revision ChangesPath 1.40 +1 -1 apache-1.3/src/include/http_protocol.h Index

cvs commit: apache-1.3 STATUS

1998-04-07 Thread rse
rse 98/04/07 08:15:18 Modified:.STATUS Log: The renaming debate gets more and more worse and I dislike it really how Jim and Kens opinions get silently ignored Hmmm... but ok, I've done my technical work by preparing both the renaming scripts and the HIDE-r

cvs commit: apache-1.3 STATUS

1998-04-07 Thread rse
rse 98/04/06 23:41:30 Modified:.STATUS Log: Information about what I'm currently doing in the background... Revision ChangesPath 1.269 +15 -0 apache-1.3/STATUS Index: S

<    1   2   3   4   5   6   7   >