Re: cvs commit: modperl Makefile.PL

2003-02-20 Thread Stas Bekman
[EMAIL PROTECTED] wrote: randyk 2003/02/20 08:42:46 Modified:.Makefile.PL Log: Reviewed by: stas Use Perl's touch(), in case a system touch() isn't available. Revision ChangesPath 1.208 +5 -1 modperl/Makefile.PL Index: M

cvs commit: modperl/t/net/perl util.pl

2003-02-19 Thread stas
stas2003/02/19 23:09:14 Modified:t/net/perl util.pl Log: s/no warnings/local $^W = 0/, I forgot that we have to deal with perl < 5.6 on the mod_perl 1.0 land. Revision ChangesPath 1.17 +1 -1 modperl/t/net/perl/util.pl Index: util

cvs commit: modperl/Apache Apache.pm

2003-02-19 Thread stas
stas2003/02/19 22:54:23 Modified:Apache Apache.pm Log: add the reason why the variable gets rendered invalid on Apache::unescape_url Revision ChangesPath 1.74 +2 -1 modperl/Apache/Apache.pm Index: Apache.pm

cvs commit: modperl/Apache Apache.pm

2003-02-19 Thread stas
stas2003/02/19 22:52:10 Modified:Apache Apache.pm Log: add a note that the original string passed to Apache::unescape_url is mangled, so only the return value should be used. Revision ChangesPath 1.73 +6 -1 modperl/Apache/Apache.pm Index: Apache.pm

cvs commit: modperl/t/net/perl util.pl

2003-02-19 Thread stas
stas2003/02/19 22:48:05 Modified:t/net/perl util.pl Log: add tests for Apache::unescape_url Revision ChangesPath 1.16 +20 -1 modperl/t/net/perl/util.pl Index: util.pl === RCS file

cvs commit: modperl Changes

2003-02-19 Thread stas
stas2003/02/19 21:21:56 Modified:src/modules/perl Apache.xs .Changes Log: can't let the default typemap rule to convert sv into char* in unescape_url, since it doesn't handle correctly undefs (returns an unallocated "" string,

cvs commit: modperl Changes

2003-02-18 Thread stas
stas2003/02/18 18:38:22 Modified:src/modules/perl perl_config.c .Changes Log: Make sure to start perl, if it's not running, before processing Perl* directives, with threaded perl and PERL_STACKED_HANDLERS=0 Revision ChangesPath 1.115

cvs commit: modperl Changes

2003-01-27 Thread stas
stas2003/01/27 16:30:22 Modified:lib/Bundle Apache.pm .Changes Log: Add Apache::Module to Bundle::Apache Revision ChangesPath 1.8 +2 -0 modperl/lib/Bundle/Apache.pm Index: Apache.pm

cvs commit: modperl Makefile.PL Changes

2003-01-22 Thread stas
stas2003/01/22 20:25:05 Modified:.Makefile.PL Changes Log: use $Config{'installstyle'} instead of hardcoded 'lib', to handle Makefile.PL's PREFIX option correctly Submitted by: Philippe M. Chiasson <[EMAIL PROTECTED]> Reviewed b

cvs commit: modperl/Util .cvsignore

2002-12-26 Thread stas
stas2002/12/26 17:45:22 Modified:Connection .cvsignore File .cvsignore Log .cvsignore ModuleConfig .cvsignore Server .cvsignore Table.cvsignore URI .cvsignore

cvs commit: modperl/src/modules/perl apache_inc.h

2002-12-26 Thread stas
stas2002/12/26 17:28:26 Modified:src/modules/perl apache_inc.h Log: s/\cM// Revision ChangesPath 1.7 +1 -1 modperl/src/modules/perl/apache_inc.h Index: apache_inc.h === RCS file

cvs commit: modperl Changes

2002-12-24 Thread stas
stas2002/12/24 17:46:10 Modified:src/modules/perl perl_util.c .Changes Log: prevent segfaults in mod_perl_mark_where() when a sub can't get resolved Submitted by: Gerald Richter <[EMAIL PROTECTED]> Reviewed by: stas Revision Chan

cvs commit: modperl Changes

2002-11-28 Thread stas
stas2002/11/28 01:42:46 Modified:lib/Apache Status.pm .Changes Log: Need to load B::Terse/TerseSize if it wasn't loaded yet in that child before using it. Submitted by: Dan Sully <[EMAIL PROTECTED]> Reviewed by: stas Revision Chan

cvs commit: modperl SUPPORT

2002-08-21 Thread stas
stas2002/08/21 23:51:45 Modified:.SUPPORT Log: update the mail list archive URL Revision ChangesPath 1.19 +1 -1 modperl/SUPPORT Index: SUPPORT === RCS file: /home/cvs/modperl

cvs commit: modperl Changes

2002-08-12 Thread stas
stas2002/08/12 20:18:48 Modified:Apache Apache.pm .Changes Log: document the server_root_relative() method Revision ChangesPath 1.72 +28 -1 modperl/Apache/Apache.pm Index: Apache.pm

cvs commit: modperl Changes

2002-08-11 Thread stas
stas2002/08/12 00:11:39 Modified:lib/Apache PerlRun.pm .Changes Log: eliminate warnings when flushing functions with empty () prototypes in Apache::PerlRun::flush_namespace Submitted by: Yair Lenga <[EMAIL PROTECTED]> Reviewed by:

cvs commit: modperl README

2002-08-01 Thread stas
stas2002/08/01 18:52:07 Modified:.README Log: bring the links up-to-date Revision ChangesPath 1.12 +25 -18modperl/README Index: README === RCS file: /home/cvs/modperl/README,v

cvs commit: modperl Changes

2002-07-30 Thread stas
stas2002/07/30 19:10:16 Modified:lib/Apache Status.pm .Changes Log: fix Apache::Status to not use :: in filenames, which is not allowed on certain OSs Submitted by: DH <[EMAIL PROTECTED]> Revision ChangesPath 1.27 +1 -0 m

cvs commit: modperl/htdocs/manual/mod mod_perl.html

2002-07-01 Thread stas
stas2002/07/01 08:17:09 Modified:htdocs/manual/mod mod_perl.html Log: tidy up the mod_perl manual to comply with xhtml standard: % tidy -mi -asxml -wrap 80 mod_perl.html Submitted by: Rich Bowen <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +75

cvs commit: modperl Changes

2002-06-05 Thread stas
stas2002/06/05 22:17:06 Modified:Constants Constants.pm .Changes Log: Document the possible misuses of the Apache::Constant constants Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]> Revision ChangesPath 1.23 +33 -0 m

cvs commit: modperl/Apache Apache.pm

2002-05-16 Thread stas
stas02/05/16 08:21:47 Modified:Apache Apache.pm Log: s/PerlScript/PerlRequire/, the former is deprecated Revision ChangesPath 1.71 +1 -1 modperl/Apache/Apache.pm Index: Apache.pm

cvs commit: modperl STATUS

2002-04-14 Thread stas
stas02/04/14 10:25:03 Modified:.STATUS Log: need to resolve the URI/LWP bad combinations issue. Revision ChangesPath 1.15 +10 -1 modperl/STATUS Index: STATUS === RCS file

cvs commit: modperl/t report.PL

2002-03-24 Thread stas
stas02/03/24 18:58:00 Modified:.CREDITS Changes README SUPPORT apache-modlist.html mod_perl_cvs.pod mod_perl_tuning.pod eg README faq mod_perl_faq.pod treport.PL Log: Adjust the

cvs commit: modperl Changes Makefile.PL

2002-03-22 Thread stas
stas02/03/22 11:58:13 Modified:.Changes Makefile.PL Log: the first flag argument to perl cannot start with space, since perl tries to open the " -spi.bak" as a file. fix that in the win32 case. Revision ChangesPath 1.626 +4 -0 modpe

cvs commit: modperl/src/modules/perl perlio.c

2002-03-18 Thread stas
stas02/03/18 18:18:02 Modified:.Changes src/modules/perl perlio.c Log: starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE macro to work properly under

cvs commit: modperl-2.0/xs/Apache/SubProcess Apache__SubProcess.h

2002-03-14 Thread stas
stas02/03/14 20:29:25 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: - adjust for APR changes: s/kill_after_timeout/APR_KILL_AFTER_TIMEOUT/ Revision ChangesPath 1.10 +1 -1 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index

cvs commit: modperl-2.0/xs/maps apr_types.map

2002-03-14 Thread stas
stas02/03/14 18:03:57 Modified:xs/maps apr_types.map Log: fixing the typemap for apr_interval_time_t to NV, because it's: typedef apr_int64_t apr_interval_time_t; 64bit != IV, but NV Revision ChangesPath 1.13 +1 -1 modperl-2.0/xs/maps/apr_type

cvs commit: modperl/lib/Apache SizeLimit.pm

2002-03-13 Thread stas
stas02/03/13 21:27:44 Modified:lib/Apache SizeLimit.pm Log: - the parent process doesn't get killed if it's big, so correct the note not to say "exiting..." Revision ChangesPath 1.9 +1 -1 modperl/lib/Apache/SizeLimit.pm

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2002-03-13 Thread stas
stas02/03/13 09:26:50 Modified:lib/ModPerl WrapXS.pm Log: - wrap the XS loading in the BEGIN block, to make sure that any constants defined in the boot function will be immediately available during the perl code compilation Revision ChangesPath 1.40 +7 -4

cvs commit: modperl-2.0 Makefile.PL

2002-03-13 Thread stas
stas02/03/13 08:01:02 Modified:.Makefile.PL Log: do yourself a favor, don't use perl v5.6.0 Revision ChangesPath 1.59 +5 -0 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/lib/ModPerl TypeMap.pm

2002-03-11 Thread stas
stas02/03/11 02:29:44 Modified:lib/ModPerl TypeMap.pm Log: - check return value of map_type and die if undef, otherwise were getting 'odd number of elements in hash' error. Revision ChangesPath 1.15 +6 -2 modperl-2.0/lib/ModPerl/TypeMap.pm

cvs commit: modperl-site/guide help.html

2002-03-07 Thread stas
stas02/03/07 08:03:12 Modified:guidehelp.html Log: [EMAIL PROTECTED][EMAIL PROTECTED]/ Revision ChangesPath 1.33 +6 -6 modperl-site/guide/help.html Index: help.html === RCS file

cvs commit: modperl-site index.html

2002-03-07 Thread stas
stas02/03/07 07:56:36 Modified:.index.html Log: [EMAIL PROTECTED][EMAIL PROTECTED]/ for all mailing lists which weren't moved earlier Revision ChangesPath 1.100 +10 -10modperl-site/index.html Index: index

cvs commit: modperl-2.0/lib/ModPerl TypeMap.pm

2002-03-05 Thread stas
stas02/03/05 22:13:39 Modified:lib/ModPerl TypeMap.pm Log: - better diagnostics when the typemap conversion fails Revision ChangesPath 1.14 +5 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c apr_perlio.h

2002-03-05 Thread stas
stas02/03/05 21:30:27 Modified:xs/APR/PerlIO apr_perlio.c apr_perlio.h Log: - convert the int APR_PERLIO_HOOK hooks into enums: benefit from compile-time checks - now can get rid of default: cases using these hooks - rewrite the eof() switch to deploy the default case

cvs commit: modperl-2.0 .cvsignore

2002-03-05 Thread stas
stas02/03/05 21:24:57 Modified:t/apr.cvsignore ..cvsignore Log: -ignore files Submitted by: "Philippe M. Chiasson" <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.4 +4 -1 modperl-2.0/t/apr/.cvsi

cvs commit: modperl-2.0 INSTALL

2002-02-28 Thread stas
stas02/02/28 01:57:09 Modified:.INSTALL Log: - correct the path Revision ChangesPath 1.2 +1 -1 modperl-2.0/INSTALL Index: INSTALL === RCS file: /home/cvs/modperl-2.0/INSTALL

cvs commit: modperl-2.0 INSTALL

2002-02-28 Thread stas
stas02/02/28 01:50:27 Added: .INSTALL Log: add pointer for install docs Submitted by: Daniel R Risacher <[EMAIL PROTECTED]> Revision ChangesPath 1.1 modperl-2.0/INSTALL Index: I

cvs commit: modperl-site index.html

2002-02-21 Thread stas
stas02/02/21 20:35:25 Modified:.index.html Log: - add a ref/desc of Bricolage Revision ChangesPath 1.99 +11 -0 modperl-site/index.html Index: index.html === RCS file: /home/cvs

cvs commit: modperl-site/netcraft graph.jpg index.html input.data pseudo-graph.jpg

2002-02-19 Thread stas
stas02/02/19 06:10:37 Modified:netcraft graph.jpg index.html input.data pseudo-graph.jpg Log: january 2002 stats Revision ChangesPath 1.16 +230 -217 modperl-site/netcraft/graph.jpg <> 1.45 +3 -2 modperl-site/netcraft/inde

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-30 Thread stas
stas02/01/30 18:41:27 Modified:t/response/TestAPR util.pm xs/maps apr_functions.map Log: - backoff my change from APR:: to APR::Util:: in the mapping of functions generate_random_bytes, password_validate, strerror Revision ChangesPath 1.3 +3

cvs commit: modperl-2.0/t/response/TestAPR util.pm

2002-01-29 Thread stas
stas02/01/29 23:01:17 Modified:t/response/TestAPR util.pm Log: - complete the APR::Lib to APR::Util move - adjust the function names to be APR::Util::... Revision ChangesPath 1.2 +4 -4 modperl-2.0/t/response/TestAPR/util.pm Index: util.pm

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-29 Thread stas
stas02/01/29 22:57:31 Modified:xs/maps apr_functions.map Log: - package guessing was wrong, was using APR::function instead of APR::Util::function. remove guessing. Revision ChangesPath 1.33 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-29 Thread stas
stas02/01/29 21:21:53 Modified:t/protocol/TestProtocol echo_filter.pm xs/APR/APR apr-test xs/maps apr_functions.map Added: t/response/TestAPR util.pm xs/APR/Util APR__Util.h Removed: t/response/TestAPR lib.pm

cvs commit: modperl-2.0/xs/APR/Util - New directory

2002-01-29 Thread stas
stas02/01/29 21:16:56 modperl-2.0/xs/APR/Util - New directory

cvs commit: modperl-2.0/xs/Apache/Time - New directory

2002-01-29 Thread stas
stas02/01/29 10:13:21 modperl-2.0/xs/Apache/Time - New directory

cvs commit: modperl-2.0/xs/APR/String APR__String.h

2002-01-29 Thread stas
stas02/01/29 09:11:06 Modified:xs/maps apr_functions.map modperl_functions.map xs/APR/String APR__String.h Log: - use the mpxs_APR__String_strfsize and format_size as Perl API - adjust the map files Revision ChangesPath 1.31 +4 -2 modperl

cvs commit: modperl-2.0/xs/APR/String APR__String.h

2002-01-29 Thread stas
stas02/01/29 08:24:34 Added: xs/APR/String APR__String.h Log: - the actual xs wrapper for format_size Revision ChangesPath 1.1 modperl-2.0/xs/APR/String/APR__String.h Index: APR__String.h

cvs commit: modperl-2.0/xs/APR/String - New directory

2002-01-29 Thread stas
stas02/01/29 08:23:53 modperl-2.0/xs/APR/String - New directory

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

2002-01-29 Thread stas
stas02/01/29 01:50:39 Modified:src/modules/perl modperl_util.c Log: - forgot to add that if modperl_tls_get_request_rec fails (which can only succeed inside request with 'PerlOptions +GlobalRequest', we retun modperl_global_get_pconf() Revision ChangesP

cvs commit: modperl-2.0/xs/maps apr_functions.map modperl_functions.map

2002-01-28 Thread stas
stas02/01/28 23:47:25 Modified:xs/maps apr_functions.map modperl_functions.map Added: t/response/TestAPR string.pm Log: - implement APR::String::format_size as a wrapper to apr_strfsize Revision ChangesPath 1.1 modperl-2.0/t/response

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

2002-01-28 Thread stas
stas02/01/28 21:54:20 Modified:src/modules/perl modperl_util.c Log: - if undef is passed, try to get the request object from the global storage, which stores the current request object if applicable Revision ChangesPath 1.36 +0 -4 modperl-2.0/src/modules

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

2002-01-28 Thread stas
stas02/01/28 21:52:24 Modified:src/modules/perl modperl_util.c Log: if undef is passed try to get the pool from the current request Revision ChangesPath 1.35 +12 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/todo api.txt

2002-01-28 Thread stas
stas02/01/28 21:41:59 Modified:todo api.txt Log: - no need to implement the interface for apr_array_header as there is no use for it in mod_perl Revision ChangesPath 1.20 +0 -3 modperl-2.0/todo/api.txt Index: api.txt

cvs commit: modperl-2.0/t/response/TestAPR date.pm

2002-01-28 Thread stas
stas02/01/28 21:32:39 Modified:src/modules/perl modperl_apache_includes.h xs/maps apr_functions.map Added: t/response/TestAPR date.pm Log: - building APR::Date with apr_date_parse_* functions - hiding the internal apr_date_checkmask - adding tests

cvs commit: modperl-site index.html

2002-01-28 Thread stas
stas02/01/28 20:30:10 Modified:.index.html Log: - add the bOP app server Revision ChangesPath 1.98 +16 -0 modperl-site/index.html Index: index.html === RCS file: /home/cvs

cvs commit: modperl-2.0/t/apache .cvsignore

2002-01-25 Thread stas
stas02/01/25 00:17:58 Modified:t/apache .cvsignore Log: - ignore file adjst. Revision ChangesPath 1.4 +2 -0 modperl-2.0/t/apache/.cvsignore Index: .cvsignore === RCS file: /home/cvs

cvs commit: modperl/Apache Apache.pm

2002-01-24 Thread stas
stas02/01/24 06:53:35 Modified:Apache Apache.pm Log: - escape & chars Revision ChangesPath 1.70 +5 -5 modperl/Apache/Apache.pm Index: Apache.pm === RCS file: /home/cvs/mod

cvs commit: modperl mod_perl_method_handlers.pod

2002-01-22 Thread stas
stas02/01/22 08:29:33 Modified:.mod_perl_method_handlers.pod Log: - document subroutine attributes for method handlers Submitted by: Geoffrey Young <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.10 +16 -1 m

cvs commit: modperl/Apache Apache.pm

2002-01-21 Thread stas
stas02/01/21 06:32:35 Modified:Apache Apache.pm Log: - document $r->location Submitted by: Issac Goldstand <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.69 +6 -0 modperl/Apache/Apache.pm Index:

cvs commit: modperl-2.0/todo missing_old_features.txt

2002-01-21 Thread stas
stas02/01/21 00:40:54 Modified:todo missing_old_features.txt Log: - Apache::File has been ported Revision ChangesPath 1.17 +1 -1 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt

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

2002-01-21 Thread stas
stas02/01/21 00:32:46 Modified:t/apache compat.t t/response/TestApache compat.pm Added: t/response/TestApache compat2.pm Log: - split compat.pm test into compat.pm (for client side validation) and compat2.pm (for sub-tests that can be completed on the

cvs commit: modperl-2.0/xs/maps apache_functions.map modperl_functions.map

2002-01-21 Thread stas
stas02/01/21 00:27:30 Modified:xs/Apache/Response Apache__Response.h xs/maps apache_functions.map modperl_functions.map Log: - write a wrapper for $r->set_last_modified() to be the same as in 1.x - specify default values for $r->set_content_length

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-20 Thread stas
stas02/01/20 21:41:54 Modified:xs/maps apr_functions.map Log: - supply the default for the mech member mech=APR_LOCK_DEFAULT in apr_lock_create Revision ChangesPath 1.28 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm perlrequire.pm

2002-01-17 Thread stas
stas02/01/17 22:57:32 Modified:t/response/TestDirective perlmodule.pm perlrequire.pm Log: - wrap long lines (> 80) Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestDirective/perlmodule.pm Index: perlmodule

cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm

2002-01-17 Thread stas
stas02/01/17 22:53:46 Modified:t/response/TestDirective perlrequire.pm Log: - use a safer namespace for the autogenerated module, s/My::/ApacheTest::/ Revision ChangesPath 1.4 +12 -7 modperl-2.0/t/response/TestDirective/perlrequire.pm Index

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm

2002-01-17 Thread stas
stas02/01/17 22:52:01 Added: t/directive perlmodule.t t/response/TestDirective perlmodule.pm Log: - add a test to test handling of PerlModule/Require directives for vhosts which inherit the interpretor from the parent. this time use the PerlModule directive

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

2002-01-17 Thread stas
stas02/01/17 22:50:10 Modified:src/modules/perl mod_perl.c Log: - modperl_startup() already handles PerlModule/Require directives, so handle these separately inly if modperl_startup() wasn't called. which is the case for vhosts which inherit the perl interpretor fro

cvs commit: modperl/Apache Apache.pm

2002-01-13 Thread stas
stas02/01/13 19:12:51 Modified:Apache Apache.pm Log: in get_basic_auth_pw doc use the constants as return codes rather than numbers. plus, return value is not always -1 in case of unprotected service. Submitted by: Geoffrey Young <[EMAIL PROTECTED]> Revie

cvs commit: modperl-site win32_binaries.html win32_binaries.pod win32_compile.html win32_compile.pod win32_multithread.html win32_multithread.pod

2002-01-10 Thread stas
stas02/01/10 14:30:37 Modified:.win32_binaries.html win32_binaries.pod win32_compile.html win32_compile.pod win32_multithread.html win32_multithread.pod Log: AddModule mod_perl.c comments Submitted by: Randy Kobes

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-01-04 Thread stas
stas02/01/04 01:30:45 Modified:t/response/TestAPR perlio.pm Log: + extend PerlIO tests + cleanups Revision ChangesPath 1.6 +92 -28modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-04 Thread stas
stas02/01/04 01:29:50 Modified:xs/APR/PerlIO apr_perlio.c Log: - now APR PerlIO read is buffered by PerlIOBuf layer. Attention: this requires at least bleadperl patch 13978, 14042 seems to be fine too for me. Revision ChangesPath 1.8 +67 -42modperl-2.0

cvs commit: modperl/Apache Apache.pm

2002-01-02 Thread stas
stas02/01/02 01:41:23 Modified:.cgi_to_mod_perl.pod mod_perl_method_handlers.pod mod_perl.pod mod_perl_traps.pod Apache Apache.pm Log: - pod escape [><] chars Revision ChangesPath 1.8 +2 -2 m

cvs commit: modperl-site/faq mod_perl_api.pod mod_perl_faq.pod

2002-01-02 Thread stas
stas02/01/02 01:39:31 Modified:.perl_myth.pod faq mod_perl_api.pod mod_perl_faq.pod Log: - escape [><] chars Revision ChangesPath 1.6 +18 -16modperl-site/perl_myth.pod Index: perl_my

cvs commit: modperl-site/netcraft index.html

2002-01-01 Thread stas
stas02/01/01 19:14:20 Modified:netcraft index.html Log: removing the embed image to securityspace graph, it doesn't get loaded from remote server :( Revision ChangesPath 1.44 +1 -3 modperl-site/netcraft/index.html Index: index

cvs commit: modperl-site/netcraft graph.jpg index.html input.data pseudo-graph.jpg

2002-01-01 Thread stas
stas02/01/01 19:08:24 Modified:netcraft graph.jpg index.html input.data pseudo-graph.jpg Log: - Nov-Dec 2001 stats - embed the stats graph from securityspace.com Revision ChangesPath 1.15 +210 -194 modperl-site/netcraft/graph.jpg <>

cvs commit: modperl-2.0/t/protocol echo.t echo_filter.t eliza.t

2002-01-01 Thread stas
stas02/01/01 02:44:30 Modified:t/protocol echo.t echo_filter.t eliza.t Log: debug prints start with # Revision ChangesPath 1.3 +2 -3 modperl-2.0/t/protocol/echo.t Index: echo.t

cvs commit: modperl-2.0/t/modules cgiupload.t

2002-01-01 Thread stas
stas02/01/01 02:38:19 Modified:t/modules cgiupload.t Log: debug prints start with # Revision ChangesPath 1.4 +2 -1 modperl-2.0/t/modules/cgiupload.t Index: cgiupload.t === RCS file

cvs commit: modperl-2.0/t/response/TestModperl dir_config.pm print.pm

2002-01-01 Thread stas
stas02/01/01 02:36:05 Modified:t/response/TestModperl dir_config.pm print.pm Log: - cleanups Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/response/TestModperl/dir_config.pm Index: dir_config.pm

cvs commit: modperl-2.0/t/response/TestAPR lib.pm

2002-01-01 Thread stas
stas02/01/01 02:24:21 Modified:t/response/TestAPR lib.pm Log: debug prints start with # Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestAPR/lib.pm Index: lib.pm === RCS

cvs commit: modperl-2.0/t/response/TestAPI request_rec.pm

2002-01-01 Thread stas
stas02/01/01 02:21:39 Modified:t/response/TestAPI request_rec.pm Log: start non-harness-control prints with # Revision ChangesPath 1.14 +2 -2 modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm

cvs commit: modperl-2.0/t/apache post.t

2002-01-01 Thread stas
stas02/01/01 02:07:55 Modified:t/apache post.t Log: - test cleanup Revision ChangesPath 1.4 +4 -7 modperl-2.0/t/apache/post.t Index: post.t === RCS file: /home/cvs/modperl-2.0/t

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-12-31 Thread stas
stas01/12/31 04:16:37 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync to the latest httpd/apr Revision ChangesPath 1.20 +10 -1

cvs commit: modperl-2.0/xs/APR/Lock APR__Lock.h

2001-12-31 Thread stas
stas01/12/31 04:12:54 Modified:xs/maps apr_functions.map xs/APR/Lock APR__Lock.h Log: apr sources adjustment: new argument 'mech' added to apr_lock_create Revision ChangesPath 1.27 +1 -1 modperl-2.0/xs/maps/apr_functions.map

cvs commit: modperl-2.0/xs/maps apr_types.map

2001-12-31 Thread stas
stas01/12/31 04:11:48 Modified:lib/Apache ParseSource.pm xs/maps apr_types.map Log: apr sources adjustment: new enum apr_lockmech_e Revision ChangesPath 1.33 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/t .cvsignore SMOKE.PL TEST.PL

2001-12-31 Thread stas
stas01/12/31 00:45:13 Modified:.Makefile.PL t.cvsignore Removed: buildbugreport.pl tSMOKE.PL TEST.PL Log: - start using the generate_script functions for auto-generating TEST, REPORT and SMOKE utils Revision

cvs commit: modperl-2.0/pod .cvsignore modperl_2.0.pod modperl_design.pod

2001-12-27 Thread stas
stas01/12/27 04:02:47 Added: src/docs/2.0/user/overview overview.pod src/docs/2.0/user/design design.pod Removed: pod .cvsignore modperl_2.0.pod modperl_design.pod Log: - move docs from ./pod to docs/user// - ./pod dir is a goner, all docs are now

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 03:50:22 Removed: pod modperl_dev.pod Log: - modperl_dev has been split into a few documents: -> user/config/config.pod -> user/install/install.pod and ceased to exist

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 03:10:04 Modified:pod modperl_dev.pod Log: 'make test' features now all live in the writing_tests document Revision ChangesPath 1.49 +2 -98 modperl-2.0/pod/modperl_dev.pod Index: modpe

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 01:23:14 Modified:pod modperl_dev.pod Log: - the help section has moved to its own document at docs/devel/help/help.pod Revision ChangesPath 1.48 +0 -146modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/pod modperl_sizeof.pod

2001-12-27 Thread stas
stas01/12/27 00:16:20 Removed: pod modperl_sizeof.pod Log: - moved to docs/devel/perf_sizeof/perf_sizeof.pod

cvs commit: modperl-2.0 Makefile.PL

2001-12-25 Thread stas
stas01/12/25 04:46:10 Modified:.Makefile.PL Log: - correct the changed docs path in the problem description comment Revision ChangesPath 1.57 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/src/modules/perl .cvsignore

2001-12-24 Thread stas
stas01/12/24 11:33:12 Modified:src/modules/perl .cvsignore Log: ignore autogenerated files Revision ChangesPath 1.10 +1 -0 modperl-2.0/src/modules/perl/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-24 Thread stas
stas01/12/24 11:28:41 Modified:pod modperl_dev.pod Log: - fix the MP_CCOPTS=-Werror example (should have no spaces) - explain how to use gdb faster under mod_perl DSO. Revision ChangesPath 1.47 +106 -1modperl-2.0/pod/modperl_dev.pod Index

cvs commit: modperl-2.0/todo api.txt

2001-12-22 Thread stas
stas01/12/22 20:30:28 Modified:todo api.txt Log: - updates to the todo issue with send_fd. Revision ChangesPath 1.19 +3 -1 modperl-2.0/todo/api.txt Index: api.txt === RCS file

cvs commit: modperl-2.0/pod modperl_2.0.pod modperl_design.pod

2001-12-21 Thread stas
stas01/12/21 07:03:41 Modified:pod modperl_2.0.pod modperl_design.pod Log: - PerlHandler doesn't exist in 2.0 (without compat enabled) - narrow the lines block Revision ChangesPath 1.5 +1 -1 modperl-2.0/pod/modperl_2.0.pod Index: modper

cvs commit: modperl-2.0/t/filter/TestFilter buckets.pm input_body.pm input_msg.pm

2001-12-21 Thread stas
stas01/12/21 03:30:39 Modified:t/apisend_fd.t sendfile.t t/filter/TestFilter buckets.pm input_body.pm input_msg.pm Log: - remove the redundant loading of Test and Apache::Test in certain tests Revision ChangesPath 1.4 +1 -2 modperl-2.0

cvs commit: modperl-site win32_binaries.html win32_binaries.pod win32_compile.html win32_compile.pod win32_multithread.html win32_multithread.pod index.html

2001-12-20 Thread stas
stas01/12/20 23:44:43 Modified:.index.html Added: .win32_binaries.html win32_binaries.pod win32_compile.html win32_compile.pod win32_multithread.html win32_multithread.pod Log: add win32 docs by Randy Kobes

cvs commit: modperl-site/guide install.html

2001-12-20 Thread stas
stas01/12/20 23:43:38 Modified:guideinstall.html Log: s|www.perl.com/CPAN-local|www.cpan.org|g as the later doesn't feature multiplexing Revision ChangesPath 1.23 +1 -1 modperl-site/guide/install.html Index: install

cvs commit: modperl-site email-etiquette.pod

2001-12-20 Thread stas
stas01/12/20 23:42:55 Modified:.email-etiquette.pod Log: s|www.perl.com/CPAN-local|www.cpan.org|g as the later doesn't feature multiplexing Revision ChangesPath 1.2 +1 -1 modperl-site/email-etiquette.pod Index: email-etiquett

  1   2   3   >