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-1.3/STATUS Index: STATUS

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. Submitted by: Ralf S

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 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 - $(SRC

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 Changes

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 ChangesPath 1.316 +1

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 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) Reviewed by: Jim

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

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 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 Index: INSTALL

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 apache-1.3/configure Index: configure

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 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 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: Announcement

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-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: /export

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-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 ChangesPath 1.10 +5 -0

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 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-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. Engelschall Reviewed

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 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 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 Revision

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 keep

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 --prefix) do

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-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-devsite

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-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 Index: apxs.pl

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. Revision

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

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

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

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 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/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 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/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/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-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 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 Index: Makefile.tmpl

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/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/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/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 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/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/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 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 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/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/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/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 (only namespace-cleanups

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/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/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: Ralf S

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.3/Makefile.tmpl

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 +6 -0 apache-1.3

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 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 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-remove

cvs commit: apache-1.3/src/test/rename/csubst util.h Makefile csubst.c lexer.c lexer.l util.c

1998-04-06 Thread rse
rse 98/04/05 23:16:49 Modified:src/test/rename/csubst Makefile csubst.c lexer.c lexer.l util.c Added: src/test/rename/csubst util.h Log: Make the csubst program more portable, so Roy can use it at least under Solaris, too. Revision Changes

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

1998-04-06 Thread rse
rse 98/04/05 23:20:40 Modified:src/test/rename README Log: A little but more information... Revision ChangesPath 1.2 +8 -2 apache-1.3/src/test/rename/README Index: README === RCS file

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

1998-04-06 Thread rse
rse 98/04/05 23:43:17 Modified:src/include http_main.h alloc.h src/main http_main.c alloc.c Log: Correct definitions of pstrcat() and check_alarm() to get a correct global symbol renaming configuration. Revision ChangesPath 1.27 +1 -1

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

1998-04-06 Thread rse
rse 98/04/06 00:43:33 Modified:src/include http_conf_globals.h src/main http_main.c Log: One more symbol which is part of the API and already used in modules. Revision ChangesPath 1.26 +1 -1 apache-1.3/src/include/http_conf_globals.h

cvs commit: apache-1.3 STATUS

1998-04-06 Thread rse
rse 98/04/06 01:30:05 Modified:.STATUS Log: Even more details... Revision ChangesPath 1.265 +17 -9 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3 STATUS

1998-04-06 Thread rse
rse 98/04/06 01:31:41 Modified:.STATUS Log: When Roy sees preloaded_modules and prelinked_modules at his step this is ok. They have to be changed manually be me in step 2. Revision ChangesPath 1.266 +1 -1 apache-1.3/STATUS Index: STATUS

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

1998-04-06 Thread rse
rse 98/04/06 01:36:31 Modified:src/test/rename README Log: This is in more detail now in STATUS. Revision ChangesPath 1.4 +0 -32 apache-1.3/src/test/rename/README Index: README === RCS

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

1998-04-06 Thread rse
rse 98/04/06 03:40:16 Modified:src/main http_config.c Log: sync export type with the one from the include file. Revision ChangesPath 1.112 +1 -1 apache-1.3/src/main/http_config.c Index: http_config.c

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

1998-04-06 Thread rse
rse 98/04/06 03:49:50 Modified:src/test/rename apapi.h apapi.h.mk rename.cf Log: Ok, here it comes the last part: The completely generated apapi.h header file containing prototypes for all public API functions (ap_xxx) Revision ChangesPath 1.3 +259 -1

cvs commit: apache-1.3/src Configure

1998-04-04 Thread rse
rse 98/04/04 08:42:46 Modified:src Configure Log: Make the Perl interpreter check for the DSO fallback more robust by avoiding confusing perl: not found messages. Although it worked correctly this really makes the user think Perl is required for shared object support

cvs commit: apache-1.3 INSTALL

1998-04-04 Thread rse
rse 98/04/04 10:02:46 Modified:.INSTALL Log: Make sure the user informed about DSO support even if he uses APACI and not reading src/Configuration.tmpl He has to notice that the nice --enable-shared option is only available if his platform really supports DSO

cvs commit: apache-1.3/src/test/rename/csubst Makefile csubst.c lexer.c lexer.l tokens.h util.c

1998-04-03 Thread rse
rse 98/04/02 22:20:17 Added: src/test/rename Makefile README apapi.h apapi.h.mk apapi_compat.h apapi_compat.h.mk rename.cf rename.cf.update rename.pl src/test/rename/csubst Makefile csubst.c lexer.c lexer.l

cvs commit: apache-1.3 STATUS

1998-04-03 Thread rse
rse 98/04/02 23:59:28 Modified:.STATUS Log: Cleanup the two symbol rename and prefix debates for a clear voting. They are different: 1. Please give your vote to the symbol rename issue about the fact whether we now really should solve the problem

cvs commit: apache-1.3/src CHANGES Configure

1998-04-03 Thread rse
rse 98/04/03 04:12:54 Modified:.STATUS src CHANGES Configure Log: Add the fallback strategy for shared object support Rasmus has suggested some time ago. Revision ChangesPath 1.256 +1 -0 apache-1.3/STATUS Index: STATUS

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

1998-04-03 Thread rse
rse 98/04/03 05:29:08 Modified:.STATUS src CHANGES src/support apxs.pl apxs.8 Log: Add query option to APXS for manually determining setting. Revision ChangesPath 1.257 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src INSTALL PORTING Configuration.tmpl Configure

1998-04-03 Thread rse
rse 98/04/03 05:38:38 Modified:src INSTALL PORTING Configuration.tmpl Configure Log: Fix deprecated URL: http://www.apache.org/bugdb.cgi - http://bugs.apache.org/ Revision ChangesPath 1.21 +2 -2 apache-1.3/src/INSTALL Index: INSTALL

cvs commit: apache-1.3/htdocs/manual/mod mod_mmap_static.html index.html directives.html

1998-04-03 Thread rse
rse 98/04/03 08:07:17 Modified:.STATUS src CHANGES Configuration.tmpl htdocs/manual/mod index.html directives.html Added: htdocs/manual/mod mod_mmap_static.html Log: Although mod_mmap_static is an experimental module it works

cvs commit: apache-1.3/src .cvsignore

1998-04-01 Thread rse
rse 98/04/01 03:39:57 Modified:. Makefile.tmpl src .cvsignore Log: Make the install-can-go optimization-file less generic in name and make sure CVS doen't complain about it. Revision ChangesPath 1.6 +3 -3 apache-1.3

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

1998-04-01 Thread rse
rse 98/04/01 03:45:21 Modified:src/support Makefile.tmpl Log: update dependency list: cls is now in src/test/ while ab is new. Revision ChangesPath 1.14 +1 -1 apache-1.3/src/support/Makefile.tmpl Index: Makefile.tmpl

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

1998-04-01 Thread rse
rse 98/04/01 03:48:29 Modified:src/support apxs.pl Log: Perl 5.003 should work, too. Because apxs.pl uses my only as stand-alone and not inside any control structure (only in Perl 5.004). But a lot of systems have Perl 5.003 or 5.003_XX installed. Revision Changes

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

1998-04-01 Thread rse
rse 98/04/01 04:23:13 Modified:. CHANGES htdocs/manual new_features_1_3.html Log: Give details about the greatly improved and extended shared object support in Apache 1.3 Revision ChangesPath 1.19 +24 -0 apache-1.3/CHANGES

cvs commit: apache-1.3/src Configuration.tmpl

1998-04-01 Thread rse
rse 98/04/01 04:24:54 Modified:src Configuration.tmpl Log: Ops, UnixWare _is_ supported. AIX is the bad guy. Revision ChangesPath 1.91 +2 -2 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-1.3/src INSTALL

1998-04-01 Thread rse
rse 98/04/01 04:59:58 Modified:. README INSTALL src INSTALL Log: Reorganisation and cleanup of the README, INSTALL and src/INSTALL files to avoid confusion by the user: 1. Merge the installation and compilation instructions for the manual way

cvs commit: apache-1.3 INSTALL STATUS configure Makefile.tmpl

1998-04-01 Thread rse
rse 98/04/01 03:28:38 Modified:src CHANGES . INSTALL STATUS configure Makefile.tmpl Log: Just a little APACI option to provide a way for the user to install Apache without the support tools when he has problems with it (for instance compiling

<    1   2   3   4   5   6   >