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 Index

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/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_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: modperl_dev.pod

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 .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/appr dir/ - ./pod dir is a goner, all docs

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/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/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/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/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-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 pre lines block Revision ChangesPath 1.5 +1 -1 modperl-2.0/pod/modperl_2.0.pod Index

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.html

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 ChangesPath

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/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/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/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

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/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/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-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: WrapXS.pm

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/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-2.0/todo

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 Index

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/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/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: compat.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 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 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/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-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 returned by tmpfile

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-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.html

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/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 Index: Build.pm

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 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/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 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
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 _ Stas Bekman

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 Klausner for the alert

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/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/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/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/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/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
. -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http

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

2001-11-02 Thread Stas Bekman
plug into the docset system, and then we can keep it under the same roof. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL

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 used for formatting which bumps

[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 something

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

2001-11-02 Thread Stas Bekman
, 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 Another mod_perl Hacker http://stason.org

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 file

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
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.apache.org/guide mailto:[EMAIL PROTECTED] http

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 http

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 not the text/ (I'd like you to use the text I

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

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

2001-10-22 Thread Stas Bekman
. 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://stason.org/ mod_perl Guide http://perl.apache.org

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

2001-10-21 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/ModPerl-Registry/t/conf extra.conf.in

2001-10-19 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

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 Index

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/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_time.h

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

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

2001-10-18 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http

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/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/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 .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

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 cvs commit under this dir

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: ModPerl-Registry .cvsignore Log: - cvsignore files Any idea why I don't get

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-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-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-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

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

2001-10-10 Thread stas
stas01/10/09 05:47:38 Added: ModPerl-Registry MANIFEST Makefile.PL README TODO ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm RegistryNG.pm ModPerl-Registry/t .cvsignore TEST.PL basic.t

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

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

2001-10-09 Thread stas
stas01/10/09 01:32:46 Added: lib/Apache Reload.pm Log: - integrating Matt's Apache::Reload v0.07, as v0.08, so this version will be found via CPAN. - changing the warnings setup to use warnings pragma instead of $^W Revision ChangesPath 1.1

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

2001-10-09 Thread stas
stas01/10/09 09:48:31 Modified:ModPerl-Registry/t closure.t Log: - using select() instead of sleep to gain 1 sec delay granularity, needed for -M to notice that the file was modified Revision ChangesPath 1.2 +4 -1 modperl-2.0/ModPerl-Registry/t

cvs commit: modperl-site index.html

2001-10-09 Thread stas
stas01/10/09 06:08:40 Modified:.index.html Log: add test-(dev|cvs) mailing lists info (relevant to us because of Apache::Test whose changes commits are posted there Revision ChangesPath 1.88 +112 -0modperl-site/index.html Index: index.html

Re: cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2001-10-09 Thread Stas Bekman
) { -SvTAINTED_off(*MARK++); +SvTAINTED_off(*MARK); +MARK++; // cannot ++ while in SvTAINTED_off } } -- _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org

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

2001-10-06 Thread Stas Bekman
brian moseley wrote: On Sun, 7 Oct 2001, Stas Bekman wrote: We have had two new designs worked out long time ago, but one has been picked by take23.org and the other wasn't applied. (hi brian) :( sorry! i have this tendency to bite off more than i can chew. i have 10 projects

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

2001-10-02 Thread stas
stas01/10/02 06:30:32 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm t/apisend_fd.t sendfile.t t/filter input_msg.t t/response/TestApache conftree.pm Log: - use the cached Apache::Test::config() instead

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

2001-10-02 Thread stas
stas01/10/02 06:36:10 Modified:todo api.txt missing_old_features.txt Log: - Perl{Set|Add}Var and dir_config are implemented Revision ChangesPath 1.7 +0 -3 modperl-2.0/todo/api.txt Index: api.txt

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

2001-10-01 Thread stas
stas01/10/01 02:04:11 Modified:lib/Apache compat.pm t/apache compat.t Log: - fix the bugs in header_{in|out} implementation: o handling key = undef ( == -unset(key) ) o handling list context - remove the todo flags in previously failing sub-tests

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

2001-10-01 Thread stas
stas01/10/01 18:48:39 Modified:netcraft graph.jpg index.html input.data pseudo-graph.jpg Log: Sep 2001 usage data Revision ChangesPath 1.13 +214 -227 modperl-site/netcraft/graph.jpg Binary file 1.41 +2 -1 modperl-site/netcraft

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

2001-09-29 Thread stas
stas01/09/29 08:38:37 Modified:lib/ModPerl Config.pm Log: - make the config report as narrow as possible, to prevent ugly wraps in report emails. Revision ChangesPath 1.5 +7 -1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm

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

2001-09-29 Thread stas
stas01/09/29 12:33:40 Modified:t/apache compat.t t/response/TestApache compat.pm Log: - prepare a ground for adding many new sub-tests for Apache::compat - add the content-type test for send_http_header($val); - add tests for $r-header_{in|out} (5,7,9,11

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-09-28 Thread stas
stas01/09/28 13:23:04 Modified:pod modperl_dev.pod Log: document numeric equivalents of PerlTrace options Revision ChangesPath 1.41 +10 -10modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

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

2001-09-28 Thread stas
stas01/09/28 10:20:32 Modified:t/response/TestAPR table.pm xs/APR/Table APR__Table.h xs/maps apr_functions.map Log: - the list context APR::Table::get implementation + tests Revision ChangesPath 1.4 +18 -7 modperl-2.0/t

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h modperl_config.c modperl_types.h

2001-09-28 Thread stas
stas01/09/28 12:51:40 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h modperl_config.c modperl_types.h Log: - implementation of PerlSetVar and PerlAddVar Revision ChangesPath 1.85 +3 -1 modperl-2.0/src/modules/perl

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

2001-09-28 Thread stas
stas01/09/28 13:08:34 Modified:src/modules/perl modperl_config.c Log: - the empty slot check should be done against the original table. If we test against the overlayed table, we will copy only the first value for a given key in case there are more than one value

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

2001-09-28 Thread stas
stas01/09/28 13:11:02 Modified:src/modules/perl modperl_util.h modperl_util.c t/response/TestAPI request_rec.pm server_rec.pm xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map Log: - implements

cvs commit: modperl-2.0/xs/Apache/ServerUtil Apache__ServerUtil.h

2001-09-28 Thread stas
stas01/09/28 13:13:08 Modified:xs/Apache/ServerUtil Apache__ServerUtil.h Log: ...an orphan file from the last commit - implements Apache::Server::dir_config Revision ChangesPath 1.2 +3 -0 modperl-2.0/xs/Apache/ServerUtil/Apache__ServerUtil.h Index

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

2001-09-27 Thread stas
stas01/09/27 09:03:49 Modified:lib/Apache ParseSource.pm Log: - add the apr_table constants Revision ChangesPath 1.29 +1 -0 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

<    1   2   3   4   >