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

2003-03-12 Thread stas
stas2003/03/12 16:47:54 Modified:lib/ModPerl WrapXS.pm Log: a workaround for ap_sub_req_* functions Revision ChangesPath 1.49 +5 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2003-03-23 Thread stas
stas2003/03/23 19:02:10 Modified:lib/ModPerl WrapXS.pm Log: generate exp/def files only on platforms that need them Revision ChangesPath 1.52 +2 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2003-03-23 Thread stas
stas2003/03/23 20:29:45 Modified:lib/ModPerl WrapXS.pm Log: make the autogenerated typemap more-readable (sorted and aligned) Revision ChangesPath 1.53 +12 -4 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

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

2003-03-23 Thread stas
stas2003/03/23 20:38:19 Modified:lib/ModPerl WrapXS.pm Log: oops. lost the typemap for classes, fix that Revision ChangesPath 1.54 +4 -6 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2003-03-30 Thread stas
stas2003/03/30 15:30:19 Modified:lib/ModPerl WrapXS.pm Log: make sure to add MP_debug_level symbol to the def/exp files, only when MP_DEBUG=1 was passed Revision ChangesPath 1.55 +4 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =

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

2003-03-30 Thread stas
stas2003/03/30 16:33:57 Modified:lib/ModPerl WrapXS.pm Log: add the MP_debug_level only if it's not WIN32 Revision ChangesPath 1.56 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

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

2003-08-14 Thread stas
stas2003/08/08 13:35:44 Modified:lib/ModPerl WrapXS.pm Log: use upcase for hint messages Revision ChangesPath 1.60 +2 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file:

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

2003-11-19 Thread stas
stas2003/11/19 11:30:11 Modified:lib/Apache compat.pm .Changes lib/ModPerl WrapXS.pm Log: Apache->can_stack_handlers is now in Apache::compat (mp2 always can stack handlers) Revision ChangesPath 1.90 +3 -0 modperl-2.0/

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

2003-12-17 Thread stas
stas2003/12/17 13:21:28 Modified:lib/ModPerl WrapXS.pm Log: finfo now implemented as APR::Finfo Revision ChangesPath 1.63 +0 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RC

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

2004-02-09 Thread stas
stas2004/02/09 15:05:37 Modified:lib/ModPerl WrapXS.pm Log: ht_time is now implemented as in C API (requires the pool argument) Revision ChangesPath 1.66 +0 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2004-02-13 Thread stas
stas2004/02/13 14:33:01 Modified:lib/ModPerl WrapXS.pm Log: avail_modules() function to give a list of all known mp2 modules Revision ChangesPath 1.68 +10 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2004-02-21 Thread stas
stas2004/02/21 18:29:40 Modified:lib/ModPerl WrapXS.pm Log: MethodLookup: - fix an inheritance check - add a fall-through code when none of the matches fits the first argument Revision ChangesPath 1.69 +11 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index:

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

2004-05-14 Thread stas
stas2004/05/14 13:57:40 Modified:lib/ModPerl WrapXS.pm Log: nicely sort the autogenerated newXS entries Revision ChangesPath 1.72 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2004-05-03 Thread stas
stas2004/05/03 23:11:31 Modified:lib/ModPerl WrapXS.pm Log: be strict Revision ChangesPath 1.71 +3 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file: /home/cvs/modperl-

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

2004-09-20 Thread gozer
gozer 2004/09/20 22:54:57 Modified:lib/ModPerl WrapXS.pm Log: Small refactoring. Move C::Scan fixup for static __inline__ functions mishaps to func_is_static. Revision ChangesPath 1.79 +4 -3 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =

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

2004-10-04 Thread gozer
gozer 2004/10/04 13:32:38 Modified:lib/ModPerl WrapXS.pm Log: Caught 2 missing symbols that are only defined under ITHREADS Revision ChangesPath 1.81 +5 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

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

2004-10-04 Thread gozer
gozer 2004/10/04 13:33:48 Modified:lib/ModPerl WrapXS.pm Log: When generating modperl_exports.c, we need to ignore symbols only defined under ITHREADS if building against a perl that isn't threaded. Revision ChangesPath 1.82 +3 -0 modperl-2.0/lib/ModPerl/Wra