cvs commit: modperl-2.0/xs/APR/OS APR__OS.h

2002-05-22 Thread dougm
dougm 02/05/22 09:30:14 Added: xs/APR/OS APR__OS.h Log: wrapper for apr_os_thread_current() Revision ChangesPath 1.1 modperl-2.0/xs/APR/OS/APR__OS.h Index: APR__OS.h === static

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

2002-05-22 Thread dougm
dougm 02/05/22 09:30:40 Modified:t/apr.cvsignore xs/maps apr_functions.map apr_types.map xs/tables/current/ModPerl FunctionTable.pm Log: add APR::OS::thread_current function Revision ChangesPath 1.5 +1 -0

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

2002-05-22 Thread dougm
dougm 02/05/22 09:31:05 Added: t/response/TestAPR os.pm Log: add test for APR::OS::thread_current Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPR/os.pm Index: os.pm ===

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

2002-05-22 Thread dougm
dougm 02/05/22 19:35:19 Modified:.Makefile.PL lib/Apache Build.pm Log: on hpux with bleedperl $Config{ld} is the fullpath, strip to the basename Revision ChangesPath 1.84 +2 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2002-05-22 Thread dougm
dougm 02/05/22 20:10:18 Modified:lib/Apache compat.pm Log: add noop stubs for timeout functions removed from 2.0: $r-{soft,hard,reset,kill}_timeout Revision ChangesPath 1.46 +6 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2002-05-22 Thread dougm
dougm 02/05/22 22:55:35 Modified:src/modules/perl modperl_callback.c Log: prevent possible segv with method handlers? Revision ChangesPath 1.50 +6 -1 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c

cvs commit: modperl/lib/Apache ExtUtils.pm

2002-05-22 Thread dougm
dougm 02/05/22 19:44:40 Modified:.Makefile.PL lib/Apache ExtUtils.pm Log: on hpux with bleedperl $Config{ld} is the fullpath, strip to the basename Revision ChangesPath 1.200 +4 -2 modperl/Makefile.PL Index: Makefile.PL

cvs commit: modperl Changes Makefile.PL

2002-05-22 Thread dougm
dougm 02/05/22 19:52:15 Modified:.Changes Makefile.PL Log: autoset PERL_USELARGEFILES=0 if needed Revision ChangesPath 1.642 +2 -0 modperl/Changes Index: Changes === RCS file:

cvs commit: modperl/t/docs startup.pl

2002-05-22 Thread dougm
dougm 02/05/22 20:07:28 Modified:.Changes src/modules/perl mod_perl.h t/docs startup.pl Log: make sure DynaLoader is loaded before XSLoader to workaround possible segv when using mod_perl as a dso with perl 5.6.1 Revision Changes

cvs commit: modperl/apaci mod_perl.config.sh

2002-05-22 Thread dougm
dougm 02/05/22 20:30:21 Modified:apacimod_perl.config.sh Log: another bleedperl/hpux/ld hack Revision ChangesPath 1.26 +1 -1 modperl/apaci/mod_perl.config.sh Index: mod_perl.config.sh

cvs commit: modperl Changes Makefile.PL STATUS

2002-05-22 Thread dougm
dougm 02/05/22 20:38:39 Modified:.Changes Makefile.PL STATUS Log: Submitted by: Randy Kobes [EMAIL PROTECTED] Reviewed by: dougm fix Win32 build problems with spaces in shell arguments Revision ChangesPath 1.644 +3 -0 modperl/Changes Index:

cvs commit: modperl/src/modules/perl mod_perl.c mod_perl.h

2002-05-22 Thread dougm
dougm 02/05/22 21:03:46 Modified:src/modules/perl mod_perl.c mod_perl.h Log: better fix for DynaLoader vs XSLoader workaround Revision ChangesPath 1.144 +23 -1 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl/t/net/perl server_error.pl

2002-05-22 Thread dougm
dougm 02/05/22 21:21:07 Modified:.Changes STATUS lib/Apache Registry.pm t/net/perl server_error.pl Log: Submitted by: Jesse Erlbaum [EMAIL PROTECTED] Reviewed by: dougm Apache::Registry errors are now saved in $r-notes('error-notes')

cvs commit: modperl/src/modules/perl mod_perl.c mod_perl.h

2002-05-22 Thread dougm
dougm 02/05/22 21:35:16 Modified:src/modules/perl mod_perl.c mod_perl.h Log: fix fix to compile with ithreads Revision ChangesPath 1.145 +2 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c