Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 46574 invoked from network); 13 Aug 2004 00:13:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Aug 2004 00:13:19 -0000 Received: (qmail 72697 invoked by uid 500); 13 Aug 2004 00:13:19 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 72679 invoked by uid 500); 13 Aug 2004 00:13:18 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 72665 invoked by uid 500); 13 Aug 2004 00:13:18 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org X-ASF-Spam-Status: No, hits=-2.7 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Date: 13 Aug 2004 00:13:18 -0000 Message-ID: <20040813001318.46570.qmail@minotaur.apache.org> From: gozer@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N gozer 2004/08/12 17:13:18 Modified: lib/Apache ParseSource.pm xs/tables/current/Apache ConstantsTable.pm Log: I should not have added the context constants manually, but rather made sure ParseSource.pm would pick them up. Revision Changes Path 1.59 +1 -0 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ParseSource.pm 12 Jul 2004 08:14:27 -0000 1.58 +++ ParseSource.pm 13 Aug 2004 00:13:17 -0000 1.59 @@ -233,6 +233,7 @@ Apache => { common => [qw{OK DECLINED DONE}], config => [qw{DECLINE_CMD}], + context => [qw(NOT_IN_ GLOBAL_ONLY)], http => [qw{HTTP_}], log => [qw(APLOG_)], methods => [qw{M_ METHODS}], 1.42 +10 -10 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ConstantsTable.pm 11 Aug 2004 22:49:15 -0000 1.41 +++ ConstantsTable.pm 13 Aug 2004 00:13:18 -0000 1.42 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Mon May 3 13:30:11 2004 +# ! Thu Aug 12 17:10:15 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -56,15 +56,6 @@ 'OPT_MULTI', 'OPT_ALL' ], - 'context' => [ - 'NOT_IN_VIRTUALHOST', - 'NOT_IN_LIMIT', - 'NOT_IN_DIRECTORY', - 'NOT_IN_LOCATION', - 'NOT_IN_FILES', - 'NOT_IN_DIR_LOC_FILE', - 'GLOBAL_ONLY', - ], 'mpmq' => [ 'AP_MPMQ_NOT_SUPPORTED', 'AP_MPMQ_STATIC', @@ -194,6 +185,15 @@ 'AP_FTYPE_TRANSCODE', 'AP_FTYPE_CONNECTION', 'AP_FTYPE_NETWORK' + ], + 'context' => [ + 'NOT_IN_VIRTUALHOST', + 'NOT_IN_LIMIT', + 'NOT_IN_DIRECTORY', + 'NOT_IN_LOCATION', + 'NOT_IN_FILES', + 'NOT_IN_DIR_LOC_FILE', + 'GLOBAL_ONLY' ], 'conn_keepalive' => [ 'AP_CONN_UNKNOWN',