You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/04/20 01:18:01 UTC

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

stas        2004/04/19 16:18:01

  Modified:    lib/Apache ParseSource.pm
               xs/tables/current/Apache ConstantsTable.pm
  Log:
  - new APR::Const group :status
  - new APR::TIMEUP constant
  
  Revision  Changes    Path
  1.51      +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.50
  retrieving revision 1.51
  diff -u -u -r1.50 -r1.51
  --- ParseSource.pm	19 Apr 2004 23:14:50 -0000	1.50
  +++ ParseSource.pm	19 Apr 2004 23:18:01 -0000	1.51
  @@ -205,6 +205,7 @@
           limit     => [qw{APR_LIMIT}],
           poll      => [qw{APR_POLL}],
           socket    => [qw{APR_SO_}],
  +        status    => [qw{APR_TIMEUP}],
           table     => [qw{APR_OVERLAP_TABLES_}],
           uri       => [qw{APR_URI_}],
       },
  
  
  
  1.39      +4 -1      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.38
  retrieving revision 1.39
  diff -u -u -r1.38 -r1.39
  --- ConstantsTable.pm	14 Apr 2004 03:42:41 -0000	1.38
  +++ ConstantsTable.pm	19 Apr 2004 23:18:01 -0000	1.39
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Apr 13 10:40:39 2004
  +# !          Mon Apr 19 16:15:31 2004
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -245,6 +245,9 @@
       'table' => [
         'APR_OVERLAP_TABLES_SET',
         'APR_OVERLAP_TABLES_MERGE'
  +    ],
  +    'status' => [
  +      'APR_TIMEUP'
       ],
       'socket' => [
         'APR_SO_LINGER',