cvs commit: modperl-2.0 Makefile.PL

2001-09-09 Thread stas
stas01/09/10 00:00:56 Modified:.Makefile.PL Log: - define APACHE_PREFIX/APACHE_LIBDIR Makefile vars for install target re-use - install libmodperl.so if built with MP_USE_DSO=1 Revision ChangesPath 1.38 +15 -3 modperl-2.0/Makefile.PL Index

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

2001-09-09 Thread dougm
dougm 01/09/09 23:42:52 Modified:xs/maps apache_types.map apr_functions.map apr_types.map Log: adjust map updates so we compile again Revision ChangesPath 1.6 +3 -3 modperl-2.0/xs/maps/apache_types.map Index: apache_types.map

cvs commit: modperl-2.0/xs/maps apache_structures.map apr_structures.map

2001-09-09 Thread dougm
dougm 01/09/09 22:49:04 Modified:xs/maps apache_structures.map apr_structures.map Log: update structure maps wrt current httpd-2.0 Revision ChangesPath 1.9 +22 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map =

cvs commit: modperl-2.0/xs/maps apache_types.map apr_types.map

2001-09-09 Thread dougm
dougm 01/09/09 22:35:10 Modified:lib/ModPerl TypeMap.pm xs/maps apache_types.map apr_types.map Log: update type maps wrt current httpd-2.0 Revision ChangesPath 1.9 +1 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

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

2001-09-09 Thread dougm
dougm 01/09/09 21:56:14 Modified:xs/maps apache_functions.map apr_functions.map Log: update function maps wrt current httpd-2.0 Revision ChangesPath 1.29 +73 -6 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map ==

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

2001-09-09 Thread dougm
dougm 01/09/09 21:43:03 Modified:lib/ModPerl WrapXS.pm src/modules/perl mod_perl.c Added: lib/ModPerl XSLoader.pm Log: do not bootstrap xs libs outside of httpd Revision ChangesPath 1.20 +2 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Inde

cvs commit: modperl Changes Makefile.PL

2001-09-09 Thread dougm
dougm 01/09/09 14:56:46 Modified:.Changes Makefile.PL Log: warn if Perl is configured with -Duseshrplib and a libperl.so is found in a place where it should not be, example: /lib /usr/lib or /usr/local/lib Revision ChangesPath 1.622 +3 -0 modperl/Cha

cvs commit: modperl-site/embperl CVS.pod.1.html Changes.pod.1.html

2001-09-09 Thread richter
richter 01/09/09 12:04:39 Modified:embperl CVS.pod.1.html Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.23 +1 -1 modperl-site/embperl/CVS.pod.1.html Index: CVS.pod.1.html ==

cvs commit: modperl/src/modules/perl URI.xs

2001-09-09 Thread dougm
dougm 01/09/09 11:48:47 Modified:.Changes src/modules/perl URI.xs Log: fix potential segv in Apache::URI->rpath Submitted by: Vyacheslav Zamyatin <[EMAIL PROTECTED]> Reviewed by: dougm Revision ChangesPath 1.621 +3 -0 modperl/Change