]> git.vpit.fr Git - perl/modules/indirect.git/history - indirect.xs
This is 0.30
[perl/modules/indirect.git] / indirect.xs
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
2009-01-19 Vincent PitAdd a cast to make icc happy
2009-01-19 Vincent PitSilence a visibility warning
2009-01-19 Vincent PitFix a possible collisions by hashing pointers with...
2008-12-10 Vincent PitCleanup indirect_map_clean() recursion
2008-12-06 Vincent PitReally fix the "${\(new Hlagh)}" bug by ensuring that...
2008-12-05 Vincent PitSupport for perl 5.8
2008-10-19 Vincent PitFix a rare edge case for package whose names are prefix...
2008-10-19 Vincent PitBrr. Those strstr() really were fugly
2008-10-16 Vincent Pitpadmy names may begin with a non-alnum. I think
2008-10-16 Vincent PitSupport variables with spaces after the sigil
2008-10-15 Vincent PitTidy up the new code in ck_rv2sv
2008-10-15 Vincent PitHide a very unlikely failure from coverage
2008-10-15 Vincent PitEven if len is 0 in indirect_find(), it'll still return s
2008-10-15 Vincent PitAdd support and tests for package variables
2008-10-15 Vincent PitFix getting the name of a GV(SV) kid of RV2SV that...
2008-09-21 Vincent PitGet rid of an unused variable
2008-08-31 Vincent PitNow the old check function is always called before...
2008-08-30 Vincent PitCall the previous check function earlier when possible
2008-08-30 Vincent PitRemove all the kid op tags from the map when we're...
2008-08-28 Vincent PitBetter logic for finding oo and om in ck_entersub
2008-08-11 Vincent PitMake the hint a IV
2008-08-11 Vincent PitForce UOK flag onto op->src values
2008-08-11 Vincent PitRemove the possibly miscompiled syntax ((hints == 2...
2008-08-11 Vincent PitPrefer SvPV_*_const functions
2008-08-11 Vincent PitCommenting
2008-08-11 Vincent PitConsting
2008-08-11 Vincent PitIn ck_entersub, only try to recover the method name...
2008-08-11 Vincent PitJust test the order. This should be enough with our...
next