cvs commit: modperl-2.0/todo deprecated_features.txt

2002-06-04 Thread stas

stas2002/06/04 01:43:51

  Modified:todo deprecated_features.txt
  Log:
  PerlFreshRestart has been documented in compat.pod
  
  Revision  ChangesPath
  1.6   +0 -2  modperl-2.0/todo/deprecated_features.txt
  
  Index: deprecated_features.txt
  ===
  RCS file: /home/cvs/modperl-2.0/todo/deprecated_features.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- deprecated_features.txt   25 May 2002 17:50:39 -  1.5
  +++ deprecated_features.txt   4 Jun 2002 08:43:51 -   1.6
   -6,8 +6,6 
   
   - MaxModPerlRequestsPerChild
   
  -- PerlFreshRestart (we now do a full teardown/startup of interpreters)
  -
   - $r-seqno, $r-sent_header, $r-cgi_env, $r-cgi_var,
 $r-query_string, $r-basic_http_header, $r-new_read,
 $r-write_client, $r-read_client_block, $r-translate_name
  
  
  



cvs commit: modperl-2.0/todo utils.txt

2002-06-04 Thread ask

ask 2002/06/04 05:37:46

  Modified:.STATUS
   todo utils.txt
  Log:
  useless meta documentation changes.  :-)
  
  Revision  ChangesPath
  1.2   +11 -2 modperl-2.0/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS19 May 2002 09:28:06 -  1.1
  +++ STATUS4 Jun 2002 12:37:46 -   1.2
   -1,11 +1,20 
   mod_perl 2.0 STATUS:   -*-text-*-
  -   Last modified at [$Date: 2002/05/19 09:28:06 $]
  +   Last modified at [$Date: 2002/06/04 12:37:46 $]
   
   Release:
   
   
  -   1.99_02-dev: In development.
  +   1.00_03-dev: In development
  +   1.99_02-dev: Released June 01, 2002
  1.99_01: Released April 06, 2002
  +
  +
  +   ===
  +   === We are using the todo/ directory to ===
  +   === track status; please look there ... ===
  +   ===
  +
  +
   
   Release Showstoppers:
   -
  
  
  
  1.2   +9 -0  modperl-2.0/todo/utils.txt
  
  Index: utils.txt
  ===
  RCS file: /home/cvs/modperl-2.0/todo/utils.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- utils.txt 17 Sep 2001 13:34:54 -  1.1
  +++ utils.txt 4 Jun 2002 12:37:46 -   1.2
   -1,6 +1,15 
   a helper tools/utils that we want/need to have:
   
   - Changes files should be autogenerated from cvs logs.
  + 
  +  [ Ask thinks that's a really bad idea; such logs are rarely
  +useful. Too verbose and nitty gritty detailed for their own good.
  +foo-sda fixed to be foo-sdb to fix foogo bug in blah vs fixed
  +foogo bug in blah (patch from C. Ontributor)
  +
  +I have always found the mod_perl change logs very useful and
  +helpful in the current format.  
  +  ]
   
 http://www.red-bean.com/cvs2cl/ already does that, but we have an
 extra wish list:
  
  
  



cvs commit: modperl-2.0 Changes

2002-06-04 Thread ask

ask 2002/06/04 05:43:41

  Modified:.Changes
  Log:
  slightly more useful documentation changes.
  
  I should subscribe to the docs-cvs list so I will see commits there,
  huh? :-)
  
  Revision  ChangesPath
  1.19  +5 -0  modperl-2.0/Changes
  
  Index: Changes
  ===
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Changes   4 Jun 2002 12:40:53 -   1.18
  +++ Changes   4 Jun 2002 12:43:41 -   1.19
   -10,7 +10,12 
   
   =item 1.99_03-dev
   
  +add MODPERL2 config define, as if the server had been started with -DMODPERL2
  +
  +compat additions and fixes: $r-lookup_{file,uri}, $r-is_main, Apache-define
  +
   added compat for Apache::log_error [Stas Bekman]
  +
   
   =item 1.99_02 - June 1, 2002
   
  
  
  



cvs commit: modperl-2.0/t/response/TestApache compat2.pm

2002-06-04 Thread stas

stas2002/06/04 06:04:47

  Modified:t/response/TestAPI aplog.pm
   t/response/TestApache compat2.pm
  Log:
  add tests for 2 warn() aliases
  
  Revision  ChangesPath
  1.8   +3 -0  modperl-2.0/t/response/TestAPI/aplog.pm
  
  Index: aplog.pm
  ===
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/aplog.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- aplog.pm  11 Apr 2002 11:08:43 -  1.7
  +++ aplog.pm  4 Jun 2002 13:04:47 -   1.8
   -62,6 +62,9 
   $s-loglevel(Apache::LOG_DEBUG);
   $slog-debug(sub { ok 1; $package test done });
   
  +Apache-warn(Apache-warn test ok);
  +$s-warn('$s-warn test ok');
  +
   Apache::OK;
   }
   
  
  
  
  1.18  +1 -1  modperl-2.0/t/response/TestApache/compat2.pm
  
  Index: compat2.pm
  ===
  RCS file: /home/cvs/modperl-2.0/t/response/TestApache/compat2.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- compat2.pm4 Jun 2002 12:40:53 -   1.17
  +++ compat2.pm4 Jun 2002 13:04:47 -   1.18
   -247,7 +247,7 
   
   $r-post_connection(sub { OK });
   
  -Apache::log_error(testing Apache::log_error);
  +Apache::log_error(Apache::log_error test ok);
   ok 1;
   
   OK;
  
  
  



cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-06-04 Thread dougm

dougm   2002/06/04 09:16:51

  Modified:src/modules/perl mod_perl.c
  Log:
  need to copy MODPERL2 for the ap_server_config_defines
  
  Revision  ChangesPath
  1.122 +2 -1  modperl-2.0/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- mod_perl.c3 Jun 2002 23:41:18 -   1.121
  +++ mod_perl.c4 Jun 2002 16:16:50 -   1.122
   -426,7 +426,8 
   apr_pool_t *ptemp)
   {
   /* for IfDefine MODPERL2 and Apache-define(MODPERL2) */
  -*(char **)apr_array_push(ap_server_config_defines) = MODPERL2;
  +*(char **)apr_array_push(ap_server_config_defines) =
  +apr_pstrdup(p, MODPERL2);
   
   /* XXX: htf can we have PerlPreConfigHandler
* without first configuring mod_perl ?
  
  
  



cvs commit: modperl-2.0/src/modules/perl modperl_bucket.c

2002-06-04 Thread dougm

dougm   2002/06/04 18:36:37

  Modified:.Changes
   src/modules/perl modperl_bucket.c
  Log:
  Submitted by: Mladen Turk [EMAIL PROTECTED]
  Reviewed by:  dougm
  adjust to apr_bucket_type_t changes in 2.0.37-dev
  
  Revision  ChangesPath
  1.20  +3 -1  modperl-2.0/Changes
  
  Index: Changes
  ===
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Changes   4 Jun 2002 12:43:41 -   1.19
  +++ Changes   5 Jun 2002 01:36:37 -   1.20
  @@ -10,12 +10,14 @@
   
   =item 1.99_03-dev
   
  +adjust to apr_bucket_type_t changes in 2.0.37-dev
  +[Mladen Turk [EMAIL PROTECTED]]
  +
   add MODPERL2 config define, as if the server had been started with -DMODPERL2
   
   compat additions and fixes: $r-lookup_{file,uri}, $r-is_main, Apache-define
   
   added compat for Apache::log_error [Stas Bekman]
  -
   
   =item 1.99_02 - June 1, 2002
   
  
  
  
  1.8   +3 -0  modperl-2.0/src/modules/perl/modperl_bucket.c
  
  Index: modperl_bucket.c
  ===
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_bucket.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- modperl_bucket.c  24 Sep 2001 03:32:55 -  1.7
  +++ modperl_bucket.c  5 Jun 2002 01:36:37 -   1.8
  @@ -49,6 +49,9 @@
   
   static const apr_bucket_type_t modperl_bucket_sv_type = {
   mod_perl SV bucket, 4,
  +#if MODULE_MAGIC_NUMBER = 20020602
  +APR_BUCKET_DATA,
  +#endif
   modperl_bucket_sv_destroy,
   modperl_bucket_sv_read,
   apr_bucket_setaside_notimpl,