Re: cvs commit: modperl-2.0/xs/Apache/Module Apache__Module.h

2003-05-30 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: geoff 2003/05/30 06:39:44 Modified:xs/Apache/Module Apache__Module.h Log: sorry, committed a change in progress. really sorry. I'm really sorry about this. I forgot to commit the new directory and file for the $parms->info() stuff, but in the meanwhile

cvs commit: modperl-2.0/xs/Apache/Module Apache__Module.h

2003-05-30 Thread geoff
geoff 2003/05/30 06:39:44 Modified:xs/Apache/Module Apache__Module.h Log: sorry, committed a change in progress. really sorry. Revision ChangesPath 1.10 +37 -1 modperl-2.0/xs/Apache/Module/Apache__Module.h Index: Apache__Module.h ===

cvs commit: modperl-2.0/xs/Apache/Module Apache__Module.h

2003-05-30 Thread geoff
geoff 2003/05/30 06:37:19 Modified:xs/Apache/Module Apache__Module.h Added: xs/Apache/CmdParms Apache__CmdParms.h Log: implement $parms->info. directive handlers should now be complete. Revision ChangesPath 1.1 modperl-2.0/xs/Apache/CmdParms/Ap

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

2003-05-30 Thread geoff
geoff 2003/05/30 06:36:09 modperl-2.0/xs/Apache/CmdParms - New directory

cvs commit: modperl-2.0 Changes

2003-05-30 Thread geoff
geoff 2003/05/30 05:56:01 Modified:.Changes Log: implement $parms->info. directive handlers should now be complete. Submitted by: geoff Reviewed by: stas Revision ChangesPath 1.190 +3 -0 modperl-2.0/Changes Index: Changes ==

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

2003-05-30 Thread geoff
geoff 2003/05/30 05:55:15 Modified:src/modules/perl modperl_module.c modperl_types.h t/response/TestDirective perlloadmodule.pm xs/maps modperl_functions.map xs/tables/current/Apache StructureTable.pm xs/tables/current/ModPer

cvs commit: modperl-2.0/util getdiff.pl

2003-05-30 Thread geoff
geoff 2003/05/30 05:10:32 Modified:util getdiff.pl Log: add -u flag to cvs diff Submitted by: geoff Reviewed by: stas Revision ChangesPath 1.2 +1 -1 modperl-2.0/util/getdiff.pl Index: getdiff.pl

cvs commit: modperl Changes

2003-05-30 Thread stas
stas2003/05/29 22:24:52 Modified:lib/Apache SizeLimit.pm .Changes Log: Add Win32 support to Apache::SizeLimit Submitted by: Perrin Harkins <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +71 -3 modperl/lib/Apache/SizeLimit.pm Index

cvs commit: modperl Changes

2003-05-30 Thread stas
stas2003/05/29 22:23:34 Modified:lib/Apache SizeLimit.pm .Changes Log: Change Apache::SizeLimit to not push a cleanup handler if already in the cleanup handler phase, and adjust docs to show that cleanup handler is the preferred phase to use Submitted

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

2003-05-30 Thread stas
stas2003/05/29 21:17:20 Modified:lib/ModPerl Config.pm Log: add the mod_perl version string to the autogenerated bug report Revision ChangesPath 1.9 +2 -0 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm

cvs commit: modperl-2.0/t/hooks/TestHooks cleanup2.pm

2003-05-30 Thread stas
stas2003/05/29 19:15:52 Modified:t/hooks/TestHooks cleanup2.pm Log: it's more interesting to use $r->pool->cleanup_register since it can accept an arbitrary argument. Revision ChangesPath 1.2 +5 -4 modperl-2.0/t/hooks/TestHooks/cleanup2.pm Index: cle

cvs commit: modperl-2.0/t/hooks/TestHooks cleanup2.pm

2003-05-30 Thread stas
stas2003/05/29 19:09:57 Added: t/hooks cleanup2.t t/hooks/TestHooks cleanup2.pm Log: another cleanup test, which performs a creation and cleanup of a temp file Revision ChangesPath 1.1 modperl-2.0/t/hooks/cleanup2.t Index: clean