cvs commit: modperl-2.0 Changes

2003-10-14 Thread geoff
geoff 2003/10/14 18:29:07 Modified:.Changes Log: document recent modperl_callback() changes Revision ChangesPath 1.237 +8 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/

cvs commit: modperl-2.0 Changes

2003-10-14 Thread stas
stas2003/10/14 17:49:00 Modified:.Changes Log: log the recent changes Revision ChangesPath 1.236 +7 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chan

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

2003-10-14 Thread stas
stas2003/10/14 17:43:24 Added: t/apiinternal_redirect.t t/response/TestAPI internal_redirect.pm Log: internal redirect tests Revision ChangesPath 1.1 modperl-2.0/t/api/internal_redirect.t Index: internal_redirect.t

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

2003-10-14 Thread stas
stas2003/10/14 17:42:34 Modified:src/modules/perl modperl_io_apache.c Log: implement PerlIOApache_getarg (Getarg PerlIO callback), which now allows PerlIOApache filehandles to be dupped Revision ChangesPath 1.6 +18 -1 modperl-2.0/src/modules/perl/modperl_i

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

2003-10-14 Thread stas
stas2003/10/14 17:40:56 Modified:src/modules/perl modperl_io_apache.c Log: add protection against possible uses of stale filehandles, and some extra tracing for open/close Revision ChangesPath 1.5 +18 -6 modperl-2.0/src/modules/perl/modperl_io_apache.c

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

2003-10-14 Thread stas
stas2003/10/14 17:37:59 Modified:src/modules/perl modperl_io.c Log: of course, it's a good idea not to leak globals Revision ChangesPath 1.19 +4 -0 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c =

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

2003-10-14 Thread stas
stas2003/10/14 17:31:33 Modified:src/modules/perl modperl_io.c Log: if both the main request and the sub-request happen to use overriden STD*, we can't re-use the same global to store the original GV, therefore need to generate a new global for each override. Revision C

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

2003-10-14 Thread stas
stas2003/10/14 17:28:51 Modified:src/modules/perl modperl_io.c Log: copy-n-paste comment typo fix Revision ChangesPath 1.17 +1 -1 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c ===

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

2003-10-14 Thread stas
stas2003/10/14 17:28:10 Modified:src/modules/perl modperl_io.c Log: flush on STDIN? how silly ;) Revision ChangesPath 1.16 +0 -2 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c

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

2003-10-14 Thread stas
stas2003/10/14 17:10:44 Modified:src/modules/perl modperl_io.c Log: must close the dupped filehandles, so they won't be attempted to flush when r goes out of scope Revision ChangesPath 1.15 +2 -0 modperl-2.0/src/modules/perl/modperl_io.c Index: modper

cvs commit: modperl MANIFEST.SKIP

2003-10-14 Thread gozer
gozer 2003/10/14 13:55:54 Added: .MANIFEST.SKIP Log: Add all generated files to MANIFEST.SKIP, now make distcheck is 100% happy Revision ChangesPath 1.1 modperl/MANIFEST.SKIP Index: MANIFEST.SKIP

Re: cvs commit: modperl MANIFEST

2003-10-14 Thread Randy Kobes
On Tue, 14 Oct 2003 [EMAIL PROTECTED] wrote: > gozer 2003/10/14 11:23:08 > > Modified:.MANIFEST > Log: > A few files were missing from the MANIFEST > > Revision ChangesPath > 1.76 +7 -0 modperl/MANIFEST > > Index: MANIFEST > ==

cvs commit: modperl MANIFEST

2003-10-14 Thread gozer
gozer 2003/10/14 11:23:08 Modified:.MANIFEST Log: A few files were missing from the MANIFEST Revision ChangesPath 1.76 +7 -0 modperl/MANIFEST Index: MANIFEST === RCS file: /home/c

cvs commit: modperl MANIFEST

2003-10-14 Thread gozer
gozer 2003/10/14 11:21:11 Modified:.MANIFEST Log: Clean out old commented-out stuff from MANIFEST from eons ago Revision ChangesPath 1.75 +0 -3 modperl/MANIFEST Index: MANIFEST ===

cvs commit: modperl/t/modules embperl.t eperl.t

2003-10-14 Thread gozer
gozer 2003/10/14 11:17:46 Modified:.MANIFEST Removed: t/modules embperl.t eperl.t Log: ePerl and embperl tests were disabled on 1999/06/11 by dougm, it's about time to clean them out completely Revision ChangesPath 1.74 +0 -2 modperl/MANIFEST

cvs commit: modperl-2.0 Changes

2003-10-14 Thread geoff
geoff 2003/10/14 10:34:06 Modified:.Changes Log: add PerlMapToStorageHandler remove last comment - stringified returns worked in last release so nothing has changed between releases Revision ChangesPath 1.235 +1 -3 modperl-2.0/Changes Index: Ch

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

2003-10-14 Thread geoff
geoff 2003/10/14 10:32:40 Modified:lib/ModPerl Code.pm t/hooks stacked_handlers2.t t/hooks/TestHooks stacked_handlers2.pm xs/tables/current/ModPerl FunctionTable.pm Log: add PerlMapToStorageHandler Reviewed by: stas Revision Ch

cvs commit: modperl MANIFEST

2003-10-14 Thread gozer
gozer 2003/10/14 10:25:07 Modified:.MANIFEST Log: MakeMaker is now generating a META.yml, so must add it to MANIFEST Revision ChangesPath 1.73 +1 -0 modperl/MANIFEST Index: MANIFEST ===

cvs commit: modperl/t/conf .cvsignore

2003-10-14 Thread gozer
gozer 2003/10/14 10:23:22 Modified:t/conf .cvsignore Log: srm.conf is generated from mod_perl_srm.conf, so .cvsignore it Revision ChangesPath 1.4 +1 -0 modperl/t/conf/.cvsignore Index: .cvsignore ==

cvs commit: modperl .cvsignore

2003-10-14 Thread gozer
gozer 2003/10/14 10:07:58 Modified:..cvsignore Log: MakeMaker is now generating a META.yml, so .cvsignore it Revision ChangesPath 1.8 +1 -0 modperl/.cvsignore Index: .cvsignore ===