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

2001-12-28 Thread cholet
cholet 01/12/28 02:25:48 Modified:Apache Apache.pm Log: more docco Revision ChangesPath 1.66 +23 -7 modperl/Apache/Apache.pm Index: Apache.pm === RCS file: /home/cvs/modperl/Apache

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
are now in the modperl-docs rep Revision ChangesPath 1.1 modperl-docs/src/docs/2.0/user/overview/overview.pod Index: overview.pod === =head1 NAME Overview of mod_perl 2.0 =head1

cvs commit: modperl/Apache Apache.pm

2001-12-27 Thread cholet
cholet 01/12/27 07:44:33 Modified:Apache Apache.pm Log: document current_callback() Revision ChangesPath 1.65 +9 -0 modperl/Apache/Apache.pm Index: Apache.pm === RCS file: /home/cvs

Modperl + ASP-perl buffering problems

2001-12-26 Thread Szymon Juraszczyk
Hi, I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience problems with Apache::ASP $Response-Flush() method, which is supposed to push already printed data to the client. Although this Flush() method calls print() method from modperl's Apache request object, the data

Re: Modperl + ASP-perl buffering problems

2001-12-26 Thread Ged Haywood
Hi there, On Wed, 26 Dec 2001, Szymon Juraszczyk wrote: I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience problems with Apache::ASP $Response-Flush() method, [snip] the data are still getting buffered somewhere. Can you be sure that it isn't a browser which is doing

Re: Modperl + ASP-perl buffering problems

2001-12-26 Thread Szymon Juraszczyk
On Wed, 2001-12-26 at 21:50:49, Ged Haywood wrote: Hi there, On Wed, 26 Dec 2001, Szymon Juraszczyk wrote: I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience problems with Apache::ASP $Response-Flush() method, [snip] the data are still getting buffered somewhere

Searchable archives (was: [modperl site design challenge] and the winner is...)

2001-12-26 Thread Bill Moseley
At 02:13 PM 12/24/01 +0800, Stas Bekman wrote: FWIW, we are having what seems to be a very productive discussion at docs-dev mailing list. Unfortunately no mail archiver seem to pick this list up, so only the mbox files are available: http://perl.apache.org/mail/docs-dev/ Is anyone up to make

Re: Searchable archives (was: [modperl site design challenge] and the winner is...)

2001-12-26 Thread Stas Bekman
Bill Moseley wrote: At 02:13 PM 12/24/01 +0800, Stas Bekman wrote: FWIW, we are having what seems to be a very productive discussion at docs-dev mailing list. Unfortunately no mail archiver seem to pick this list up, so only the mbox files are available:

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

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Ged Haywood
Hi there, On Sun, 23 Dec 2001, Philip Mak wrote: I took a look at the winning design You just spammed the Net with 100 Megabytes of junk. Please don't send 60k messages to the mod_perl list. 73, Ged.

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Stas Bekman
Philip Mak wrote: I took a look at the winning design at http://domm.zsi.at/modperl-site-domm/ and I see a significant problem for people in 800x600 resolution (which is pretty common still, and I use it): Philip, can you please repost your comments to docs-dev at perl.apache.org? We don't

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

Re: [modperl site design challenge] and the winner is...

2001-12-23 Thread Philip Mak
I took a look at the winning design at http://domm.zsi.at/modperl-site-domm/ and I see a significant problem for people in 800x600 resolution (which is pretty common still, and I use it): A horizontal scrollbar appears at the bottom of the screen. Can't this be fixed? Also, the left sidebar

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/src/modules/perl mod_perl.c modperl_perl_includes.h

2001-12-22 Thread dougm
STDOUT every request uncovered an instance of the bug during 'make test') Revision ChangesPath 1.100 +55 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file: /home/cvs/modperl-2.0

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

Re: [modperl site design challenge] and the winner is...

2001-12-19 Thread Stas Bekman
Ideally if Thomas, Carlos and Allan could take the best of each other's work and produce the perfect design, that That would be OK for me, Carlos, Allan?? Wow, all three winners have agreed to work together to make the killer design! that's great guys!!! I guess the next step is to apply

Re: [modperl site design challenge] and the winner is...

2001-12-19 Thread Bill Moseley
I'm throwing in my two cents a bit late, so it's a bit depreciated now (one cent?). But something to think about for the site. I've worked with php a little lately -- not programming, but making minor changes to a site. I've used the php site http://www.php.net/ a few times, and I've found it

RE: [modperl site design challenge] and the winner is...

2001-12-19 Thread Joe Breeden
All that makes it really easy for someone new to feel comfortable. And isn't that what the mod_perl site should do? It would be nice to see license info, too, as someone new might want to be clear on that right away, too. You can also quickly see a list of supported modules.

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

2001-12-19 Thread dougm
dougm 01/12/19 10:16:41 Modified:xs/APR/PerlIO apr_perlio.c Log: fix win32 5.6.1 compile Revision ChangesPath 1.6 +1 -1 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2001-12-19 Thread dougm
dougm 01/12/19 17:31:24 Modified:lib/Apache compat.pm t/response/TestApache compat.pm Log: use/require Apache::File; compat Revision ChangesPath 1.32 +2 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2001-12-19 Thread stas
1.7 +14 -16modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7

cvs commit: modperl-2.0/t/modperl getc.t readline.t sameinterp.t

2001-12-19 Thread dougm
/modperl getc.t readline.t sameinterp.t Log: enable a bunch of tests when lwp isn't installed now that fallback is more robust make a few adjustments for tests to work with and without lwp Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/apache/cgihandler.t Index

[modperl site design challenge] and the winner is...

2001-12-18 Thread Stas Bekman
to improve the chosen design will help a lot. That's said I suggest that any further discussion on this topic is to be made on the modperl-site list, so not to clutter the modperl users list with unnecessary noise. I've originaly posted here, because I wanted to reach as many caring users as possible

modperl questions

2001-12-18 Thread Alastair Stuart
hello world, I have been eavesdropping on this list for a while and have enjoyed the general discussion. I have been working on a perl based application for about a year now, and am longing to migrate to mod_perl. I build a few simple commercial sites with mod perl previously and loved it. My

Re: [modperl site design challenge] and the winner is...

2001-12-18 Thread Stas Bekman
That's said I suggest that any further discussion on this topic is to be made on the modperl-site list, so not to clutter the modperl users list with unnecessary noise. I've originaly posted here, because I wanted to reach as many caring users as possible. But now those interested

Re: modperl questions

2001-12-18 Thread Maarten Koskamp
- Original Message - From: Alastair Stuart [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 3:38 PM Subject: modperl questions [snip] -- how to add new aliases to httpd.conf or ./conf/clients.pl without having to restart apache ?? Why not use a perl handler

Re: modperl questions

2001-12-18 Thread Perrin Harkins
as it stands, the cgi structure looks like this https://www.foo.co.za/cgi-bin/client1/index.pl https://www.foo.co.za/cgi-bin/client2/index.pl it would be better if it was https://www.foo.co.za/client1 https://www.foo.co.za/client2 You can just use this in your httpd.conf:

Re: modperl questions

2001-12-18 Thread Scott Alexander
On Tue, 18 Dec 2001, Alastair Stuart wrote: question one There is a need to add new client profiles to the centralised database, which create new application filesystems, new database structures and CGI trees. Thus a new profile can be created and activated with the push of a few buttons,

Re: [modperl site design challenge] and the winner is...

2001-12-18 Thread Thomas Klausner
Hi! On Tue, Dec 18, 2001 at 10:28:04PM +0800, Stas Bekman wrote: # Design by Votes -- 1. Thomas Klausner 86 yeah! Since Thomas' design has won the gold, I suggest that we incorporate the constructive comments (attached) into his design, with David Harris'

Re: [modperl site design challenge] and the winner is...[getting OT]

2001-12-18 Thread allan
hello all a few comments from me regarding the competion. first of all a big thank to stas for invoking it. it was quite fun and challenging but also hard work getting the job done (learning TT + doc-set). secondly. thomas (and carlos), congratulations! i liked both your solutions. also

Re: [modperl site design challenge] and the winner is...

2001-12-18 Thread Carlos Ramirez
Thomas Klausner wrote: # Design by Votes -- 1. Thomas Klausner 86 yeah! Congrats Thomas! (and Allan). Ideally if Thomas, Carlos and Allan could take the best of each other's work and produce the perfect design, that That would be OK for me, Carlos, Allan??

Re: [modperl site design challenge] and the winner is...

2001-12-18 Thread anandr
Hi ALL, I did love the result and I too go by,.. Ideally if Thomas, Carlos and Allan could take the best of each other's work and produce the perfectdesign, I am willing to help you guys,. Congrats Thomas and other participents. With best regards, Anand R [EMAIL PROTECTED] Quoting

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
) (two different sets for 5.6.1 and 5.7.2+) - tests (conversion hooks are tested in Apache::SubProcess) Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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
in a spawned process and provides in/out/err pipes to it) Revision ChangesPath 1.1 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm === package TestApache::subprocess; use strict

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/t/response/TestApache subprocess.pm

2001-12-17 Thread dougm
dougm 01/12/17 16:21:02 Modified:t/response/TestApache subprocess.pm Log: do not attempt to preload Apache::SubProcess Revision ChangesPath 1.2 +2 -2 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 16:23:03 Modified:t/response/TestApache subprocess.pm Log: skip subprocess test unless Apache::SubProcess is available Revision ChangesPath 1.3 +2 -2 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 16:37:01 Modified:xs/APR/PerlIO apr_perlio.c Log: allow to compile with older bleedperls Revision ChangesPath 1.3 +9 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2001-12-17 Thread dougm
dougm 01/12/17 16:43:37 Modified:t/response/TestAPR perlio.pm Log: we do want have_perl iolayers in the plan for 5.6.1 Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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

2001-12-17 Thread dougm
modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apr_perlio.c

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

2001-12-17 Thread dougm
dougm 01/12/17 17:55:52 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.54 +34 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 17:56:47 Modified:t/apache .cvsignore t/apr.cvsignore Log: ignores Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/apache/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/xs/APR/PerlIO .cvsignore

2001-12-17 Thread dougm
dougm 01/12/17 17:57:55 Added: xs/APR/PerlIO .cvsignore Log: ignore Revision ChangesPath 1.1 modperl-2.0/xs/APR/PerlIO/.cvsignore Index: .cvsignore === PerlIO.bs PerlIO.c

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

2001-12-17 Thread dougm
dougm 01/12/17 19:21:22 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: a few style fixups and comments Revision ChangesPath 1.2 +46 -45modperl-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 dougm
dougm 01/12/17 19:24:49 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: plug av_argv memory leak Revision ChangesPath 1.3 +3 -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 dougm
modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h === RCS file: /home/cvs/modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u

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

2001-12-17 Thread dougm
dougm 01/12/17 19:44:33 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: dont bother creating an empty av_argv if no args are passed into spawn_proc_prog Revision ChangesPath 1.5 +7 -10 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index

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

2001-12-17 Thread dougm
dougm 01/12/17 19:54:49 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: cut down some duplication with PUSH_FILE_GLOB_* macros Revision ChangesPath 1.6 +15 -9 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-12-17 Thread dougm
dougm 01/12/17 19:56:44 Modified:xs/Apache/Filter Apache__Filter.h Log: s/croak/Perl_croak/ so we compile with -DPERL_CORE Submitted by: stas Reviewed by: dougm Revision ChangesPath 1.16 +2 -2 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index

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/lib/ModPerl Code.pm

2001-12-17 Thread dougm
dougm 01/12/17 21:58:54 Modified:lib/ModPerl Code.pm Log: generate a modperl_largefiles.h include file with the $Config{ccflags_uselargefiles} we have ripped out when compiling modperl. Revision ChangesPath 1.74 +16 -0 modperl-2.0/lib/ModPerl/Code.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 22:01:43 Modified:t/response/TestAPR perlio.pm Log: tell works now; remove todo Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

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

2001-12-17 Thread dougm
dougm 01/12/17 22:02:29 Modified:t/response/TestAPR perlio.pm Log: tell works now; XXX broken comment Revision ChangesPath 1.5 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

Re: modperl vs. C

2001-12-15 Thread Stas Bekman
[Crossposting modperl list, since Jeff Yoak sent his question to both lists, and I'd rather answer once :)] Ask Bjoern Hansen wrote: [EMAIL PROTECTED] (Jeff Yoak) writes: [C vs mod_perl for web applications] with something I've done, and a client's investor who is blowing a gasket

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-15 Thread dougm
dougm 01/12/15 15:45:05 Modified:lib/ModPerl BuildOptions.pm pod modperl_dev.pod Log: make MP_GENERATE_XS=1 the default Revision ChangesPath 1.13 +1 -0 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

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

2001-12-15 Thread dougm
dougm 01/12/15 15:51:43 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.19 +2 -2 modperl-2.0/xs/tables

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

2001-12-15 Thread dougm
dougm 01/12/15 15:51:13 Modified:xs/maps apr_functions.map Log: adjust to apr_pool_create() change Revision ChangesPath 1.26 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

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

Re: [modperl site design challenge] please vote

2001-12-11 Thread Stas Bekman
This is just a reminder that we need your votes. So far we have about 130 votes. Please help us to choose. Stas Bekman wrote: Thomas Klausner, Allan Juul and Carlos Ramirez have answered the challenge and submitted their modperl site designs. Thank you folks! Now it's a time for you

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

2001-12-11 Thread dougm
dougm 01/12/11 15:20:34 Modified:src/modules/perl mod_perl.c Log: suspend END blocks to be run at server shutdown Revision ChangesPath 1.99 +7 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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 Changes

2001-12-10 Thread dougm
Kobes [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.5 +2 -0 modperl/src/modules/win32/mod_perl.def Index: mod_perl.def === RCS file: /home/cvs/modperl/src/modules/win32/mod_perl.def,v

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

2001-12-10 Thread dougm
dougm 01/12/10 20:22:32 Modified:src/modules/perl modperl_perl.c Log: call END blocks before interpreter shutdown Revision ChangesPath 1.9 +4 -0 modperl-2.0/src/modules/perl/modperl_perl.c Index: modperl_perl.c

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

Re: a new modperl book: mod_perl Developer's Cookbook

2001-12-06 Thread Geoffrey Young
Stas Bekman wrote: SAMS will publish the new mod_perl Developer's Cookbook by Geoffrey Young, Paul Lindner and Randy Kobes in January, 2002. You can find more info at http://www.modperlcookbook.org/. Great work guys! thanks for the mention Stas - a bit ahead of schedule but appreciated

Re: a new modperl book: mod_perl Developer's Cookbook

2001-12-06 Thread Robert Landrum
At 10:56 AM -0500 12/6/01, Geoffrey Young wrote: Stas Bekman wrote: SAMS will publish the new mod_perl Developer's Cookbook by Geoffrey Young, Paul Lindner and Randy Kobes in January, 2002. You can find more info at http://www.modperlcookbook.org/. Great work guys! thanks for the mention

Re: a new modperl book: mod_perl Developer's Cookbook

2001-12-06 Thread Geoffrey Young
Advance ordered via Amazon.com! Actually I did it awhile ago when I first found out that there was a new mod_perl. cool. BTW, if you do pre-order, following the amazon link from our homepage results in a little extra for us authors (which helps pay for things like domain registration fees

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/TestModperl getc.pm

2001-12-06 Thread dougm
dougm 01/12/06 20:47:13 Modified:t/response/TestModperl getc.pm Log: always untie/tie STDIN Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestModperl/getc.pm Index: getc.pm

a new modperl book: mod_perl Developer's Cookbook

2001-12-05 Thread Stas Bekman
SAMS will publish the new mod_perl Developer's Cookbook by Geoffrey Young, Paul Lindner and Randy Kobes in January, 2002. You can find more info at http://www.modperlcookbook.org/. Great work guys! There are two more modperl books in the pipeline

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

2001-12-05 Thread stas
filename test Revision ChangesPath 1.26 +4 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v retrieving revision 1.25 retrieving revision 1.26

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html Embperl.pod.14.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.6.html Embperl.pod.7.html Embperl.pod.cont.html Faq.pod.1.html INSTALL.pod.1.html Recordset.pod.2.html index.html

2001-12-05 Thread richter
Embperl.pod.cont.html Faq.pod.1.html INSTALL.pod.1.html Recordset.pod.2.html index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.229 +6 -10 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

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/lib/Apache compat.pm

2001-12-05 Thread dougm
dougm 01/12/05 11:09:37 Modified:lib/Apache compat.pm Log: more info in Apache::File-tmpfile if Apache-request isn't available Revision ChangesPath 1.27 +3 -2 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2001-12-05 Thread dougm
dougm 01/12/05 11:11:34 Modified:lib/Apache compat.pm Log: some whitespace style nits remove redundant use of Apache::{Response,RequestRec} Revision ChangesPath 1.28 +4 -3 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2001-12-05 Thread dougm
dougm 01/12/05 11:18:08 Modified:lib/Apache compat.pm Log: untabify and better fit for tmpfile error message Revision ChangesPath 1.29 +5 -4 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/filter/TestFilter api.pm

2001-12-05 Thread dougm
dougm 01/12/05 11:57:29 Modified:t/filter/TestFilter api.pm Log: s/use Test/use Apache::Test/ Revision ChangesPath 1.5 +3 -13 modperl-2.0/t/filter/TestFilter/api.pm Index: api.pm

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

[modperl site design challenge] please vote

2001-12-04 Thread Stas Bekman
Thomas Klausner, Allan Juul and Carlos Ramirez have answered the challenge and submitted their modperl site designs. Thank you folks! Now it's a time for you to chose the design that you like the most by voting at http://www.tohubohu.net/cgi/mpchallenge In order to let everybody enough time

<    4   5   6   7   8   9   10   11   12   13   >