stas2004/09/29 20:30:29
Modified:.Changes
src/modules/perl modperl_callback.c
Added: t/hooks/TestHooks inlined_handlers.pm
t/hooks inlined_handlers.t
Log:
fix a bug in non-ithreaded-perl implementation where the cached
compiled COD
gozer 2004/09/29 13:57:51
Modified:src/modules/perl modperl_callback.c
Log:
Fix a small typo when turning taint-edness off.
#define TAINT_NOT ( PL_tainted = 0 )
Revision ChangesPath
1.79 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: mo
stas2004/07/07 11:48:42
Modified:src/modules/perl modperl_callback.c
Log:
add the port info to the trace
Revision ChangesPath
1.74 +2 -2 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
stas2004/05/13 19:33:32
Modified:src/modules/perl modperl_callback.c
Log:
tidy up
Revision ChangesPath
1.73 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
stas2004/05/03 23:12:24
Modified:src/modules/perl modperl_callback.c
Log:
as ERRSV is an object, we no longer can read its PVX slot directly, but
need to get the magic invoked
Revision ChangesPath
1.72 +2 -2 modperl-2.0/src/modules/perl/modperl_callback.c
stas2004/02/09 11:09:34
Modified:src/modules/perl modperl_callback.c
Log:
rewrap long lines, fix comments
Revision ChangesPath
1.67 +14 -8 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
geoff 2004/01/08 20:59:18
Modified:src/modules/perl modperl_callback.c modperl_config.c
Log:
remove extraneous newlines
Revision ChangesPath
1.65 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
geoff 2003/10/09 12:41:41
Modified:src/modules/perl modperl_callback.c
Log:
fix pv -> iv handler return bug in modperl_callback()
restore HTTP-code logic removed in last version - will revisit later
Reviewed by: stas
Revision ChangesPath
1.62 +15 -7 modper
geoff 2003/10/07 12:16:13
Modified:src/modules/perl modperl_callback.c
Log:
alter modperl_callback so that return values are propagated
to Apache just as they were returned from the Perl callback -
no second-guessing the status the callback wanted to return.
Revision Chan
stas2003/09/23 13:12:11
Modified:src/modules/perl modperl_callback.c modperl_filter.c
modperl_interp.h
Log:
the usual fix of declaration after code problem. Looking forward for the
new gcc flag: -Wdeclaration-after-code which will alert us when this
ha
stas2003/09/18 00:46:26
Modified:src/modules/perl modperl_callback.c
Log:
put the end to the 'Not a CODE reference' errors, instead provide an
intelligent error message, hopefully telling which function can't be found.
at the same time improve the tracing to include the pid/t
geoff 2003/09/13 13:35:33
Modified:src/modules/perl modperl_callback.c modperl_filter.c
modperl_interp.h
Log:
balance interpreter select/putback
Reviewed by: stas
Revision ChangesPath
1.57 +1 -4 modperl-2.0/src/modules/perl/modperl_c
12 matches
Mail list logo