]> git.vpit.fr Git - perl/modules/indirect.git/history - indirect.xs
This is 0.39
[perl/modules/indirect.git] / indirect.xs
2019-07-08 Vincent PitFix breakage caused by core change f14cf363 rt127118
2016-07-12 Vincent PitProperly handle heredocs rt115392
2016-07-11 Vincent PitUpdate XS helpers to 18554226
2015-11-05 Vincent PitThe Big Boilerplate Factorization
2015-07-31 Vincent PitMake sure asserts are only checked on DEBUGGING builds
2015-07-17 Vincent PitPreserve previous compilation errors on fatal indirect... rt104312
2015-05-14 Vincent PitUpdate ptable.h
2015-05-14 Vincent PitRevamp cloned thread cleanup
2015-04-06 Vincent PitNo tabs please
2015-04-06 Vincent PitManually release MY_CXT.global_code at interpreter...
2015-04-06 Vincent PitTurn indirect_loaded into a signed integer
2015-04-06 Vincent PitRename I_CHECK_MUTEX_* to I_CHECK_*
2015-04-06 Vincent PitMake sure we don't take the OP_REFCNT mutex twice on...
2015-04-06 Vincent PitReference-count global setup/teardown
2015-03-31 Vincent PitKeep track of which thread-local contexts have been...
2015-03-31 Vincent PitMake sure MULTIPLICITY builds set PERL_IMPLICIT_CONTEXT
2015-03-31 Vincent PitAdd a couple of missing volatile qualifiers
2015-03-24 Vincent PitRevamp the setup boot logic
2015-03-24 Vincent PitReplace STATIC by static
2015-02-06 Vincent PitReally be compatible with the OP_PARENT feature
2014-09-29 Vincent PitDo nothing after that the thread local storage has...
2014-09-29 Vincent PitUse the new CLONE_PARAMS API with perl 5.13.2
2014-09-29 Vincent PitNullify thread local storage entries when they are...
2014-09-29 Vincent PitDon't cleanup thread local storage before END blocks... rt99083
2014-09-21 Vincent PitDon't segfault for indirect constructs inside the empty...
2014-09-21 Vincent PitAdd support for PERL_OP_PARENT
2014-08-19 Vincent PitSilence a sign-compare warning
2013-09-05 Vincent PitHandle __PACKAGE__ as object name correctly rt88428
2013-05-16 Andrew MainPartially revert 502e3aac. rt83806 rt83839
2013-03-05 Vincent PitIn string-like envs, take the position to the beginning... rt83659
2013-02-26 Vincent PitReplace check functions in a thread-safe way
2013-02-26 Vincent PitMake indirect_find() more resilient to embedded nuls
2013-02-26 Vincent PitClarify what indirect_find() does by renaming some...
2013-02-26 Vincent PitProperly set and check the line number of method and... rt83450
2013-02-26 Vincent PitSilence an "unused result" compiler warning
2013-01-30 Andrew MainMake indirect play nice with Devel::CallParser rt82562
2011-11-11 Vincent PitReorder the members of the indirect_op_info struct...
2011-10-22 Vincent PitAdd 'global' option to 'no indirect'
2011-09-05 Vincent PitStop leaking the SVs stored in the hints structure.
2011-07-18 Vincent PitThe last argument to hv_fetch is the lvalue flag, not... rt69291
2011-07-05 Vincent PitRevert "Always get the hint directly from %^H" rt64521
2011-01-03 Vincent PitOnly declare dMY_CXT when really needed
2011-01-03 Vincent PitUpdate ptable.h
2010-08-24 Vincent PitGet rid of CALL_FPTR()
2010-08-23 Vincent PitGet rid of indirect_is_indirect
2010-08-23 Vincent PitRefine indirect_find
2010-08-23 Vincent PitAlways get the hint directly from %^H
2010-08-19 Vincent PitRemove some dead code in indirect_ck_method
2010-08-19 Vincent PitStore the offset from the source buffer beginning in...
2010-08-19 Vincent PitProperly handle method_named ops
2010-08-16 Vincent PitGet rid of the linestr check
2010-08-16 Vincent PitOnly check methods where the method name is a constant rt60378
2010-05-31 Vincent PitFix the thread destructor trick for 5.13.1 rt57699
2010-05-18 Vincent PitUse a PPCODE: section in CLONE
2010-04-24 Vincent PitMY_CXT_INIT can be a declaration, so put it in a block...
2010-04-18 Vincent PitRemove an unused variable
2010-04-18 Vincent PitIdentify the require scope by the outmost cv outside...
2010-04-15 Vincent Pit{ENTER,LEAVE}_with_name are no longer needed starting...
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-09-30 Vincent PitOnly look up to the first require scope for the require... rt50570
2009-08-28 Vincent PitIntroduce I_FORKSAFE
2009-08-28 Vincent PitWe don't need this (wrong) macro wrapper for indirect_t...
2009-08-28 Vincent PitReset the callbacks when the root interpreter is destroyed
2009-08-28 Vincent Pitc07766a234204d78a80b6d75534e03ae3465b6f3 is a better...
2009-08-28 Vincent PitOnly remap the hint through the pointer table for threa...
2009-08-27 Vincent PitUse the hint pointer as the unique identifier for the...
2009-08-27 Vincent PitFix signedness of the pointer<->int conversions
2009-08-27 Vincent PitSvIOK and SvROK imply SvOK
2009-07-15 Vincent PitReplace an occurrence of SvREFCNT_inc by SvREFCNT_inc_s...
2009-07-15 Vincent PitTurn on CvCLONE for all anonymous subs passed as hooks rt47902
2009-07-14 Vincent PitRemove ck_leave()
2009-07-14 Vincent PitHandle indirect calls on blocks
2009-07-14 Vincent PitOnly enable the pragma during compile time rt47866
2009-07-08 Vincent PitFix "meth meth" not being correctly reported
2009-07-07 Vincent PitFix line number for multiline indirect constructs
2009-07-07 Vincent PitStore a proper op info instead of hijacking a SV
2009-07-07 Vincent PitFactor the cloning logic in a separate function
2009-06-05 Florian RagwitzRemove unused variable.
2009-05-29 Vincent PitDon't actually create an entry when storing NULL in...
2009-05-28 Vincent PitFix a small leak of hints objects
2009-05-28 Vincent PitPrevent bogus invalid syntaxes caused by reallocated...
2009-05-24 Vincent PitWork around the "pragma propagating into require" bug
2009-05-24 Vincent PitRename 'id' to 'hint' for consistency
2009-05-23 Vincent PitStop leaking the package name passed to the hook
2009-05-23 Vincent PitWe want to test code in ck_entersub(), not hint
2009-05-15 Vincent Pit5.9.5 fix
2009-05-07 Vincent PitAlso pass the file and the line number to the hook
2009-05-07 Vincent PitPass copies as hook arguments
2009-05-07 Vincent PitMake names stored in the op map readonly
2009-05-03 Vincent PitMake the op map thread safe
2009-05-02 Vincent PitIntroduce the I_THREADSAFE() constant
2009-05-02 Vincent PitMake the hint thread-safe and store a coderef called...
2009-05-02 Vincent PitDon't hardcode the package name as the hints key
2009-05-02 Vincent PitSwitch to a ptable-based OP map
2009-04-17 Vincent PitTighten the scope of pl_linestr in indirect_map_store()
2009-02-26 Vincent PitDon't even try to fetch the object if the method couldn...
2009-02-25 Vincent PitSomewhat improve the readability of indirect_ck_entersub()
2009-02-25 Vincent PitFix negation precedence
2009-02-12 Vincent PitSilence an "unused return value" warning
2009-02-12 Vincent PitConsting fix
next