dougm 01/11/14 17:25:00
Modified:src/modules/perl modperl_perl_global.c
Log:
propagate SvMAGIC of original HV in modperl_perl_global_gvhv_save()
Revision ChangesPath
1.14 +7 -0 modperl-2.0/src/modules/perl/modperl_perl_global.c
Index: modperl_perl_global
dougm 01/10/13 12:05:16
Modified:src/modules/perl modperl_perl_global.c
Log:
use consistent style to iterate over MP_modglobal_keys
Revision ChangesPath
1.12 +5 -4 modperl-2.0/src/modules/perl/modperl_perl_global.c
Index: modperl_perl_global.c
dougm 01/10/13 11:55:03
Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h
Log:
s/hv_fetch/hv_fetch_he/g
Revision ChangesPath
1.10 +24 -9 modperl-2.0/src/modules/perl/modperl_perl_global.c
Index: modperl_perl_global.c
dougm 01/10/08 14:09:08
Modified:src/modules/perl modperl_perl_global.c
Log:
remove hardwire references to MP_perl_global_entries[]; making it possible to use a
different table
Revision ChangesPath
1.9 +23 -18modperl-2.0/src/modules/perl/modperl_perl_global.
dougm 01/10/07 15:07:15
Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h
Log:
wont be able to use a precomputed hash for modperl_modglobal_key_t's
Revision ChangesPath
1.8 +1 -1 modperl-2.0/src/modules/perl/modperl_perl_global.c
Ind
dougm 01/10/07 15:04:07
Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h
Log:
add modperl_modglobal_lookup() function to lookup a modperl_modglobal_key_t based on
string name
Revision ChangesPath
1.7 +14 -0 modperl-2.0/src/modules/perl/m
dougm 01/10/07 14:59:16
Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h
Log:
implement logic for saving Perl special subroutines (END,BEGIN,CHECK,INIT)
into the per-interpreter PL_modglobal hash
modperl_perl_global_avcv_call() function to call the subr
dougm 01/10/06 16:27:47
Modified:src/modules/perl modperl_perl_global.c
Log:
use modperl_perl_av_push_elts_ref() function
Revision ChangesPath
1.4 +2 -12 modperl-2.0/src/modules/perl/modperl_perl_global.c
Index: modperl_perl_global.c
==
dougm 01/09/28 12:53:22
Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h
Log:
use the address of sv for modperl_perl_global_svpv_t, since it might point to a
different SV when restore happens
Revision ChangesPath
1.3 +4 -4 modperl-2.0/s
dougm 01/09/28 12:24:44
Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h
modperl_util.h
Log:
add save/restore of %ENV to Perl global management
Revision ChangesPath
1.2 +52 -0 modperl-2.0/src/modules/perl/modperl_p
dougm 01/09/27 12:03:19
Added: src/modules/perl modperl_perl_global.c modperl_perl_global.h
Log:
new module for managing Perl globals
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_perl_global.c
Index: modperl_perl_global.c
11 matches
Mail list logo