Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 81910 invoked by uid 500); 20 Dec 2000 10:27:59 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 81899 invoked from network); 20 Dec 2000 10:27:57 -0000 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Wed, 20 Dec 2000 02:32:05 -0800 From: Greg Stein To: new-httpd@apache.org Subject: Re: cvs commit: httpd-2.0/support htdigest.c htpasswd.c Message-ID: <20001220023205.S7916@lyra.org> Mail-Followup-To: new-httpd@apache.org References: <20001219170553.77491.qmail@locus.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001219170553.77491.qmail@locus.apache.org>; from rbb@locus.apache.org on Tue, Dec 19, 2000 at 05:05:53PM -0000 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Tue, Dec 19, 2000 at 05:05:53PM -0000, rbb@locus.apache.org wrote: > rbb 00/12/19 09:05:50 > > Modified: . CHANGES Makefile.in acinclude.m4 > build buildexports.awk buildexports.sh > include ap_config.h ap_listen.h http_config.h httpd.h > util_ebcdic.h > modules/experimental mod_charset_lite.c > modules/filters mod_include.h > modules/proxy mod_proxy.h proxy_ftp.c proxy_util.c > os/bs2000 ebcdic.c > os/tpf ebcdic.c > server Makefile.in main.c util.c util_ebcdic.c util_md5.c > util_script.c > . aclocal.m4 hints.m4 > helpers make_export.awk > passwd apr_getpass.c apr_md5.c > src/crypto ap_sha1.c > src/encoding ap_base64.c > support htdigest.c htpasswd.c > Log: > Force all Apache functions to be linked into the executable, whether they > are used or not. This uses the same mechanism that is used for APR > and APR-util. This may not be the correct solution, but it works, and that > is what I really care about. This also renames CHARSET_EBCDIC to > AP_CHARSET_EBCDIC. This is for namespace correctness, but it also makes > the exports script a bit easier. Would have been nice to separate these into two changes. It was kind of hard to separate what was for exports, and what was CHARSET_EBCDIC stuff. This patch also points out that we're using AP_CHARSET_EBCDIC in APR and APRUTIL, but the thing is defined by Apache. Cheers, -g -- Greg Stein, http://www.lyra.org/