cvs commit: modperl-site/guide index_long.html

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

cvs commit: modperl-site/guide index.html

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

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

2001-12-19 Thread stas
stas01/12/19 19:20:33 Modified:xs/APR/PerlIO apr_perlio.c Log: - perl 5.7.2 patch 13809 has changed the prototype of all PerlIO vtable functions to start with pTHX_; adjusting for this change and removing dTHX's that aren't needed anymore. Revision Chang

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

2001-12-17 Thread stas
stas01/12/17 21:54:59 Modified:t/response/TestApache subprocess.pm Log: - force the scalar context on <$out> in ($value, <$out>, 'test') or <$out> can dissapear from the args list if it returns an empty list. Revision ChangesPath 1.4

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

2001-12-17 Thread stas
stas01/12/17 21:44:16 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: - fix copy-n-paste error, which broke a few sub-tests Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

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

2001-12-17 Thread stas
stas01/12/17 20:29:04 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: pass THX to modperl_spawn_proc_prog() and use it to s/croak/Perl_croak/ Revision ChangesPath 1.7 +6 -8 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index

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

2001-12-17 Thread stas
stas01/12/17 08:55:46 Modified:xs/APR/PerlIO apr_perlio.c Log: - maintainer mode cleanups Revision ChangesPath 1.2 +3 -4 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2001-12-17 Thread stas
stas01/12/17 08:22:07 Modified:xs/maps modperl_functions.map Added: t/response/TestApache subprocess.pm xs/Apache/SubProcess Apache__SubProcess.h SubProcess_pm Log: - implement Apache::SubProcess::spawn_proc_prog (which allows to run a program in a

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

2001-12-17 Thread stas
stas01/12/17 08:20:51 modperl-2.0/xs/Apache/SubProcess - New directory

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

2001-12-17 Thread stas
stas01/12/17 08:20:27 Added: t/response/TestAPR perlio.pm xs/APR/PerlIO apr_perlio.c apr_perlio.h Makefile.PL PerlIO.xs PerlIO.pm Log: - implements APR::PerlIO layer - implements apr_file_t to APR::PerlIO conversion hooks (one way

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

2001-12-17 Thread stas
stas01/12/17 08:18:17 modperl-2.0/xs/APR/PerlIO - New directory

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

2001-12-13 Thread stas
stas01/12/13 21:12:13 Modified:lib/ModPerl WrapXS.pm Log: s/catfile/catdir/ when working with dirs Submitted by: Barrie Slaymaker <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.39 +3 -3 modperl-2.0/lib/ModPerl/WrapXS.pm

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

2001-12-13 Thread stas
stas01/12/13 20:52:46 Modified:todo api.txt lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - Apache->gensym now lives in compat.pm Revision ChangesPath 1.17 +0 -3 modperl-

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

2001-12-13 Thread stas
stas01/12/13 20:51:55 Modified:lib/ModPerl WrapXS.pm Log: - use portable catfile instead of join '/', ... Revision ChangesPath 1.38 +5 -4 modperl-2.0/lib/ModPerl/WrapXS.pm Index:

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

2001-12-13 Thread stas
stas01/12/13 20:35:28 Modified:src/modules/perl modperl_util.c modperl_util.h Log: - porting modperl_perl_gensym from 1.x Revision ChangesPath 1.32 +10 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-12-13 Thread stas
stas01/12/13 20:10:20 Modified:lib/ModPerl WrapXS.pm Log: - don't cache the autogeneration warning (it's not the same because of the generation trace) Revision ChangesPath 1.37 +9 -12 modperl-2.0/lib/ModPerl/WrapXS.pm Index:

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-12-13 Thread stas
stas01/12/13 18:07:30 Modified:todo missing_old_features.txt Log: - need to port Apache::__T flag Revision ChangesPath 1.16 +4 -0 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt

cvs commit: modperl-site index.html

2001-12-11 Thread stas
stas01/12/11 21:15:04 Modified:.index.html Log: - add a ref to OpenFrame Revision ChangesPath 1.96 +15 -0 modperl-site/index.html Index: index.html === RCS file: /home/cvs

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

2001-12-10 Thread stas
stas01/12/10 22:27:47 Modified:lib/ModPerl Config.pm Log: - use the existing configuration in as_string Revision ChangesPath 1.7 +1 -1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm

cvs commit: modperl-2.0/t SMOKE.PL

2001-12-10 Thread stas
stas01/12/10 21:13:07 Modified:tSMOKE.PL Log: - use Apache::TestSmokePerl for t/SMOKE.PL in mod_perl Revision ChangesPath 1.2 +2 -2 modperl-2.0/t/SMOKE.PL Index: SMOKE.PL

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

2001-12-10 Thread stas
stas01/12/10 21:09:43 Modified:buildbugreport.pl config.pl lib/ModPerl Config.pm Log: - s/config_as_str/as_string/ - pod fix Revision ChangesPath 1.2 +1 -1 modperl-2.0/build/bugreport.pl Index: bugreport.pl

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

2001-12-10 Thread stas
stas01/12/10 00:31:15 Modified:t/response/TestApache compat.pm Log: - better open's failure diagnostics Revision ChangesPath 1.7 +1 -0 modperl-2.0/t/response/TestApache/compat.pm Index: comp

cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-10 Thread stas
stas01/12/10 00:28:22 Modified:lib/Apache compat.pm Log: - because of open()'s prototype problems we cannot forward @_ to open. (tested with 5.6.1 and bleadperl) Revision ChangesPath 1.30 +14 -1 modperl-2.0/lib/Apache/compat.pm Index: comp

cvs commit: modperl-2.0/t .cvsignore

2001-12-10 Thread stas
stas01/12/09 23:44:53 Modified:t.cvsignore Log: - ignore the generated t/SMOKE Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/.cvsignore Index: .cvsignore === RCS file: /home

cvs commit: modperl-2.0/t TEST.PL

2001-12-09 Thread stas
stas01/12/09 21:26:28 Modified:tTEST.PL Log: - use the full path to Apache-Test/lib, rather than relative Revision ChangesPath 1.5 +2 -1 modperl-2.0/t/TEST.PL Index: TEST.PL

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

2001-12-09 Thread stas
stas01/12/09 20:32:40 Modified:t/response/TestApache compat.pm t/apache compat.t Log: - add a few todo tests: $r->set_content_length(), $r->update_mtime(), $r->set_last_modified($time) Revision ChangesPath 1.6 +13 -0 modperl-2.0/t

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-12-07 Thread stas
stas01/12/07 10:12:17 Modified:ModPerl-Registry TODO Log: - todo: need to properly handle HEAD requests Revision ChangesPath 1.7 +2 -0 modperl-2.0/ModPerl-Registry/TODO Index: TODO

cvs commit: modperl-site index.html

2001-12-06 Thread stas
stas01/12/06 09:01:44 Modified:.index.html Log: - link to the mysql perl book (chapter 3 is modperl) Revision ChangesPath 1.95 +8 -0 modperl-site/index.html Index: index.html

cvs commit: modperl-site index.html

2001-12-05 Thread stas
stas01/12/05 19:58:27 Modified:.index.html Log: - add a ref to the mod_perl Developer's Cookbook Revision ChangesPath 1.94 +7 -0 modperl-site/index.html Index: index

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

2001-12-05 Thread stas
stas01/12/05 08:39:01 Modified:t/apache compat.t t/response/TestApache compat.pm Log: - add the rest of the sub tests for the $r methods provided by Apache::File in 1.x. Revision ChangesPath 1.6 +3 -3 modperl-2.0/t/apache/compat.t

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

2001-12-05 Thread stas
stas01/12/05 08:03:25 Modified:lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - add 'PerlOptions +GlobalRequest' to avoid core dumps in tests - warn user if Apache->request fails - add the return

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

2001-12-04 Thread stas
stas01/12/04 21:31:09 Modified:lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - the implementation of compatibility layer for Apache::File from 1.x - tests Revision ChangesPath 1.25 +63 -0 modperl

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

2001-12-04 Thread stas
stas01/12/04 18:22:25 Modified:lib/Apache Build.pm lib/ModPerl Code.pm Log: remove the caching of the noedit preamble and generate a fresh noedit header + trace for each invocation. the caching was wrong, since it was using the same trace for more than one

cvs commit: modperl-2.0/lib/Apache Reload.pm

2001-12-04 Thread stas
stas01/12/04 03:29:36 Modified:lib/Apache Reload.pm Log: - document the debug mode Revision ChangesPath 1.2 +8 -1 modperl-2.0/lib/Apache/Reload.pm Index: Reload.pm === RCS file

cvs commit: modperl-2.0/build make_etags

2001-11-26 Thread stas
stas01/11/26 22:47:26 Modified:buildmake_etags Log: - add the tags of the modperl-2.0/xs/*.h as well Revision ChangesPath 1.3 +2 -1 modperl-2.0/build/make_etags Index: make_etags

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-11-23 Thread stas
stas01/11/23 08:26:31 Modified:ModPerl-Registry TODO Log: - need to handle HEAD requests properly, at the registry level. Revision ChangesPath 1.6 +4 -0 modperl-2.0/ModPerl-Registry/TODO Index: TODO

cvs commit: modperl-2.0/lib/Apache Build.pm

2001-11-21 Thread stas
stas01/11/21 19:46:47 Modified:lib/Apache Build.pm Log: doc patch: '-e rebuild' reads better than '-erebuild' Revision ChangesPath 1.74 +4 -4 modperl-2.0/lib/Apache/Build.pm

cvs commit: modperl-2.0 Makefile.PL

2001-11-20 Thread stas
stas01/11/20 18:39:45 Modified:.Makefile.PL Log: s/generate_xs/xs_generate/ to be consistent with make target and build/xs_generate.pl Revision ChangesPath 1.54 +2 -2 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/lib/Apache Build.pm

2001-11-20 Thread stas
stas01/11/20 18:35:33 Modified:lib/Apache Build.pm Log: - add the rebuild() function that allows to reuse the build opts to build a new mod_perl Revision ChangesPath 1.73 +26 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/t/filter input_msg.t

2001-11-19 Thread stas
stas01/11/19 19:44:43 Modified:t/directive perlrequire.t t/filter input_msg.t Log: prefix the debug print with #, using t_debug() Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/directive/perlrequire.t Index: perlrequire.t

cvs commit: modperl-2.0/build make_etags

2001-11-19 Thread stas
stas01/11/19 18:56:35 Modified:buildmake_etags Log: - enable working from the build dir - make the script work for various etags util versions Revision ChangesPath 1.2 +3 -2 modperl-2.0/build/make_etags Index: make_etags

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

2001-11-19 Thread stas
stas01/11/19 18:39:02 Modified:src/modules/perl modperl_config.c Log: since we have PerlAddVar, there may be multiple values. therefore s/apr_table_setn/apr_table_addn/. Submitted by: dougm Revision ChangesPath 1.51 +1 -4 modperl-2.0/src/modules

cvs commit: modperl-site/guide/code lwp-bench.pl

2001-11-15 Thread stas
stas01/11/15 01:04:58 Modified:guideCHANGES advocacy.html browserbugs.html config.html control.html correct_headers.html databases.html dbm.html debug.html download.html frequent.html hardware.html

cvs commit: modperl INSTALL.apaci Changes

2001-11-15 Thread stas
stas01/11/15 00:23:40 Modified:.INSTALL.apaci Changes Log: - explain how perl has to be built in order to use DSO without problems (copied from the guide) based on email from Doug. Revision ChangesPath 1.8 +36 -0 modperl/INSTALL.apaci Index

Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
> 3. Download the new mod_perl site source > http://www.apache.org/~stas/site/modperl-site-new.src.tar.gz I've forgotten to include bin/build (which is the same as DocSet/example/bin/build). So I've updated it now. Thanks to Thomas Klausn

Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
As David Young has pointed out you can change the style.css in addition to the template changes. the one I've gave to you includes some old classes, which I'll remove, so disregard those. Thanks _ S

[challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
This is the boilerplate for the new mod_perl site: http://www.apache.org/~stas/site/boilerplate/ It actually includes a lot of content, which I've ported from the old site and added some new stuff. Even the new mod_perl 2.0 docs. But it's incomplete. Please do not post your likes o

cvs commit: modperl-2.0/todo deprecated_features.txt missing_old_features.txt

2001-11-12 Thread stas
stas01/11/12 22:52:27 Modified:todo deprecated_features.txt missing_old_features.txt Log: correct names/paths Revision ChangesPath 1.4 +1 -1 modperl-2.0/todo/deprecated_features.txt Index: deprecated_features.txt

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-11-12 Thread stas
stas01/11/12 20:37:55 Modified:todo missing_old_features.txt Log: - all these are implemented now: Apache::PerlRun, Apache::{Registry, RegistryNG}, Apache::RegistryLoader Revision ChangesPath 1.13 +0 -2 modperl-2.0/todo/missing_old_features.txt

cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

2001-11-12 Thread stas
stas01/11/12 20:35:26 Modified:ModPerl-Registry/t TEST.PL Log: - enable testing with the live sources, and not blib Revision ChangesPath 1.3 +1 -0 modperl-2.0/ModPerl-Registry/t/TEST.PL Index: TEST.PL

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-11-12 Thread stas
stas01/11/12 20:34:31 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - style tweaks Revision ChangesPath 1.5 +3 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-11-12 Thread stas
stas01/11/12 20:33:57 Modified:ModPerl-Registry TODO Log: - Loader is done Revision ChangesPath 1.5 +6 -2 modperl-2.0/ModPerl-Registry/TODO Index: TODO === RCS file: /home/cvs

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryLoader.pm

2001-11-12 Thread stas
stas01/11/12 20:33:06 Modified:ModPerl-Registry/t/conf extra.conf.in Added: ModPerl-Registry/t/conf modperl_extra_startup.pl ModPerl-Registry/lib/ModPerl RegistryLoader.pm Log: - implement RegistryLoader and test it in the startup file Revision

cvs commit: modperl-2.0/todo possible_new_features.txt

2001-11-11 Thread stas
stas01/11/11 22:57:41 Modified:todo possible_new_features.txt Log: Apache::Registry already honors __END__ and __DATA__ Revision ChangesPath 1.12 +0 -2 modperl-2.0/todo/possible_new_features.txt Index: possible_new_features.txt

Re: moving modperl-site rep into modperl-docs rep

2001-11-03 Thread Stas Bekman
ol. I'm looking forward for other extensions to chime in. As you have seen I'm pretty much done. Now doing code refactoring to make more extendable. -- _ Stas Bekman JAm_pH -- Just Another mo

Re: [preview 2] new mod_perl site concept

2001-11-02 Thread Stas Bekman
Craig McLane wrote: > I focused mostly on the content - Stas this rocks! Very easy to > navigate, and the info (especially the Apache::Test documentation is > great. Thanks Craig :) > One 'style' nit, it appears that an absolute width is specified on the tables >

Re: moving modperl-site rep into modperl-docs rep

2001-11-02 Thread Stas Bekman
e to serve static content dynamically, resource wise of course. BTW, what's the source format that you use for embperl? may be it can just plug into the docset system, and then we can keep it under the same roof.

rfc: moving modperl-site rep into modperl-docs rep

2001-11-02 Thread Stas Bekman
n't ask me about the code, as soon as I put it in a better shape, I'll announce it here: http://www.template-toolkit.org/mailman/listinfo/template-docset _____ Stas Bekman JAm_pH -- Just Anothe

[preview 2] new mod_perl site concept

2001-11-02 Thread Stas Bekman
Those that are on the docset-templates list know that I'm moving on with the new docset building code, I'm going to release it very soon now. Here is a second preview of the site: http://www.apache.org/~stas/newsite/index.html As usual disregard the content, just say if you see

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

2001-10-31 Thread stas
stas01/10/31 21:14:49 Modified:netcraft graph.jpg index.html input.data pseudo-graph.jpg Log: October 2001 netcraft/securityspace updates Revision ChangesPath 1.14 +200 -217 modperl-site/netcraft/graph.jpg <> 1.42 +7 -2 m

cvs commit: modperl-site index.html

2001-10-31 Thread stas
stas01/10/31 06:37:54 Modified:.index.html Log: modperl 2.0 snapshot's link correction Revision ChangesPath 1.93 +7 -1 modperl-site/index.html Index: index.html === RCS

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

2001-10-28 Thread stas
stas01/10/28 17:19:16 Modified:src/modules/perl modperl_config.c t/response/TestAPI request_rec.pm todo api.txt xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map Log: - implement $r

Re: Funny headers in modperl-site messages

2001-10-26 Thread Stas Bekman
Post: <mailto:[EMAIL PROTECTED]> Because modperl-site is actually an alias to modperl-cvs list. _____ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apac

Re: [preview 1] new mod_perl site concept

2001-10-24 Thread Stas Bekman
Nathan Torkington wrote: > Stas Bekman writes: > >>Notice that I've just taken a few pages together, but let me know what >>you think. >> email at apache.org is slow :( > Nice. I assume that we're at the stage of criticising the design and >

Re: [preview 1] new mod_perl site concept

2001-10-24 Thread Stas Bekman
I forgot to link to the source, which is the most important so you can see how components work: http://www.apache.org/~stas/newsite.tgz Stas Bekman wrote: > OK, I've started playing with template toolkit docs build system. This > what I've got from using ttree script. This is

[preview 1] new mod_perl site concept

2001-10-24 Thread Stas Bekman
OK, I've started playing with template toolkit docs build system. This what I've got from using ttree script. This is very incomplete as I intend to try to adopt the docs build system used by TT. http://www.apache.org/~stas/newsite/ The cool thing is that it uses a Splash library,

mirror.html is full of dead links

2001-10-24 Thread Stas Bekman
Ask, should we delete http://perl.apache.org/mirror.html? what's the point of having a bunch of dead links? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: perl.apache.org / apache.perl.org

2001-10-22 Thread Stas Bekman
ttpage to update all the components. Any objections to this? Once I'm done, I'll throw a few pages in for your observation and from there on we can start working on making a nice look-n-feel. Of course I'll take the work that you've done already. Can you please send me the p

Re: cvs commit: modperl-site email-etiquette.pod

2001-10-22 Thread Stas Bekman
f again to make sure that it works for you. Now update index.html to link to this doc and again update the checked out version. Thanks! _____ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://sta

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-10-22 Thread stas
stas01/10/22 01:33:48 Modified:ModPerl-Registry TODO Log: - document the rest of the nice to have things Revision ChangesPath 1.4 +39 -7 modperl-2.0/ModPerl-Registry/TODO Index: TODO

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-10-21 Thread stas
stas01/10/21 22:18:23 Modified:ModPerl-Registry TODO Log: - an issue of $$ with ithread Revision ChangesPath 1.3 +5 -0 modperl-2.0/ModPerl-Registry/TODO Index: TODO === RCS file

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin special_blocks.pl

2001-10-20 Thread stas
stas01/10/20 23:58:24 Modified:ModPerl-Registry/t/cgi-bin special_blocks.pl Log: - remove duplicated require for ModPerl::RegistryCooker Revision ChangesPath 1.2 +0 -2 modperl-2.0/ModPerl-Registry/t/cgi-bin/special_blocks.pl Index: special_blocks.pl

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin special_blocks.pl

2001-10-20 Thread stas
stas01/10/20 23:53:28 Modified:ModPerl-Registry/t special_blocks.t Added: ModPerl-Registry/t/cgi-bin special_blocks.pl Log: - adding the forgotten file Revision ChangesPath 1.2 +2 -2 modperl-2.0/ModPerl-Registry/t/special_blocks.t Index

cvs commit: modperl-2.0/t/response/TestModperl sameinterp.pm interp.pm

2001-10-19 Thread stas
stas01/10/19 20:44:26 Added: t/modperl sameinterp.t t/response/TestModperl sameinterp.pm Removed: t/modperl interp.t t/response/TestModperl interp.pm Log: - rename test s/interp/sameinterp/ Revision ChangesPath 1.1

cvs commit: modperl-2.0/src/modules/perl modperl_time.h

2001-10-19 Thread stas
stas01/10/19 20:35:54 Modified:src/modules/perl modperl_time.h Log: - handle platforms which don't have HZ constant defined Revision ChangesPath 1.2 +8 -2 modperl-2.0/src/modules/perl/modperl_time.h Index: modperl_t

cvs commit: modperl-2.0/ModPerl-Registry TODO

2001-10-19 Thread stas
stas01/10/19 03:43:25 Modified:ModPerl-Registry TODO Log: - summarize things that have to be done for Registry Revision ChangesPath 1.2 +44 -26modperl-2.0/ModPerl-Registry/TODO Index: TODO

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-10-19 Thread stas
stas01/10/19 03:37:20 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - module cleanup, moving XXX/META's into the todo list Revision ChangesPath 1.4 +35 -75modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/t special_blocks.t

2001-10-19 Thread stas
stas01/10/19 00:36:13 Added: ModPerl-Registry/t special_blocks.t Log: - test how registry modules handle BEGIN/END blocks Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/t/special_blocks.t Index: special_blocks.t

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-10-19 Thread stas
stas01/10/19 00:35:26 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - add uncache_myself func used in the tests, to cause the registry module forget that it has a script cached - use the implement by mod_perl BEGIN/END blocks execution as it was in 1.x

cvs commit: modperl-2.0/ModPerl-Registry/t basic.t

2001-10-19 Thread stas
stas01/10/19 00:32:31 Modified:ModPerl-Registry/t basic.t Log: - improve debug's verbosity Revision ChangesPath 1.3 +21 -14modperl-2.0/ModPerl-Registry/t/basic.t Index: ba

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2001-10-18 Thread stas
stas01/10/18 23:52:57 Modified:ModPerl-Registry/t closure.t Log: - port the test to work with same interpteter setup; now the test passes with more than 1 interpreter as well Revision ChangesPath 1.4 +37 -30modperl-2.0/ModPerl-Registry/t/closure.t

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2001-10-18 Thread stas
stas01/10/18 23:46:25 Modified:ModPerl-Registry/t/conf extra.conf.in Log: - prepare the configuration for a set of /same_interp aliases and registry configurations - some slight reorg of the conf file Revision ChangesPath 1.2 +73 -15modperl-2.0/ModPerl

Re: perl.apache.org / apache.perl.org

2001-10-18 Thread Stas Bekman
d web-designer do some brushing, no offense Nat :) We can show it on the modperl list and ask for a better look and feel from those who know how. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://st

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

2001-10-18 Thread stas
stas01/10/18 20:06:45 Modified:t/modperl interp.t t/response/TestModperl interp.pm Log: s/interp1/interp/ leftovers from the temp test move Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/modperl/interp.t Index: interp.t

cvs commit: modperl-2.0/ModPerl-Registry .cvsignore

2001-10-18 Thread stas
stas01/10/18 20:00:15 Modified:ModPerl-Registry .cvsignore Log: ignore files Revision ChangesPath 1.2 +1 -0 modperl-2.0/ModPerl-Registry/.cvsignore Index: .cvsignore === RCS file

cvs commit: modperl-2.0/ModPerl-Registry/t/conf .cvsignore

2001-10-18 Thread stas
stas01/10/18 19:58:57 Modified:ModPerl-Registry/t/conf .cvsignore Log: ignore files Revision ChangesPath 1.2 +3 -0 modperl-2.0/ModPerl-Registry/t/conf/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

2001-10-18 Thread stas
stas01/10/18 19:40:41 Modified:ModPerl-Registry/t TEST.PL Log: - allow 2 maxclients, since some tests generate two requests at the same time (one from within the other) Revision ChangesPath 1.2 +15 -8 modperl-2.0/ModPerl-Registry/t/TEST.PL Index

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-10-18 Thread stas
stas01/10/18 19:17:10 Modified:pod modperl_dev.pod Log: - document the existance of PerlInitHandler Revision ChangesPath 1.42 +2 -0 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

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

2001-10-18 Thread stas
stas01/10/18 19:09:24 Modified:t/modperl interp.t t/response/TestModperl interp.pm Log: - update the 'same interpreter' test to use the abstracted functionality which has moved into the core of Apache::Test Revision ChangesPath 1.2

Re: cvs commit: modperl-2.0/ModPerl-Registry/t .cvsignore

2001-10-17 Thread Stas Bekman
Philippe M. Chiasson wrote: > On Thu, Oct 18, 2001 at 12:35:06PM +0800, Stas Bekman wrote: > >>[EMAIL PROTECTED] wrote: >> >> >>>stas01/10/17 21:25:12 >>> >>> Modified:ModPerl-Registry/t .cvsignore >>> Added:

Re: cvs commit: modperl-2.0/ModPerl-Registry/t .cvsignore

2001-10-17 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > stas01/10/17 21:25:12 > > Modified:ModPerl-Registry/t .cvsignore > Added: ModPerl-Registry .cvsignore > Log: > - cvsignore files Any idea why I don't get the Submitted by: and other commit headers while doing cv

cvs commit: modperl-2.0/ModPerl-Registry/t .cvsignore

2001-10-17 Thread stas
stas01/10/17 21:25:12 Modified:ModPerl-Registry/t .cvsignore Added: ModPerl-Registry .cvsignore Log: - cvsignore files Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/xs .cvsignore

2001-10-17 Thread stas
stas01/10/17 00:25:13 Modified:xs .cvsignore Log: - ignore *.def Revision ChangesPath 1.3 +1 -0 modperl-2.0/xs/.cvsignore Index: .cvsignore === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-10-16 Thread stas
stas01/10/16 22:35:34 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - add a D_NONE const - now the DEBUG const can be overriden from httpd.conf Revision ChangesPath 1.2 +10 -7 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/t basic.t closure.t

2001-10-16 Thread stas
stas01/10/16 22:34:38 Modified:ModPerl-Registry/t basic.t closure.t Log: shouldn't use ModPerl::Registry in .t files, these are just clients Revision ChangesPath 1.2 +0 -1 modperl-2.0/ModPerl-Registry/t/basic.t Index: ba

cvs commit: modperl-site/netcraft aug97.html aug97.txt july97.html july97.txt june97.html june97.txt

2001-10-16 Thread stas
stas01/10/16 09:08:36 Modified:.help_with_modules_wanted.html index.html dist apache-modlist.html embperl Embperl.pod.15.html faq mod_perl_faq.html mod_perl_faq.pod guidehelp.html intro.html

cvs commit: modperl-site index.html

2001-10-16 Thread stas
stas01/10/16 01:16:36 Modified:.index.html Log: - add the link to the asp mail archive Revision ChangesPath 1.90 +1 -0 modperl-site/index.html Index: index.html === RCS file

cvs commit: modperl-site/netcraft aug97.html aug97.txt july97.html july97.txt june97.html june97.txt

2001-10-15 Thread stas
stas01/10/15 21:52:33 Modified:.help_with_modules_wanted.html index.html dist apache-modlist.html embperl Embperl.pod.15.html faq mod_perl_faq.html mod_perl_faq.pod guidehelp.html intro.html

Re: perl.apache.org / apache.perl.org

2001-10-15 Thread Stas Bekman
Ken Williams wrote: > Before I forget to say anything: > > Ask, haven't you set up a basic Mason framework for the *.perl.org sites > that an apache.perl.org could just piggyback onto? Stas, I think that > was why Nat suggested Mason - not that using Mason would necessar

cvs commit: modperl-site index.html

2001-10-10 Thread stas
stas01/10/09 02:37:10 Modified:.index.html Log: - adding links for mbox-file-style archives Revision ChangesPath 1.87 +19 -2 modperl-site/index.html Index: index.html === RCS

<    1   2   3   >