]> git.vpit.fr Git - perl/modules/Lexical-Types.git/history - Types.xs
Get rid of ENTERn/LEAVEn
[perl/modules/Lexical-Types.git] / Types.xs
2010-12-31 Vincent PitGet rid of ENTERn/LEAVEn
2010-06-01 Vincent PitIdentify the require scope by the outmost cv outside...
2010-06-01 Vincent PitFix the thread destructor trick for 5.13.1
2010-04-15 Vincent Pit{ENTER,LEAVE}_with_name are no longer needed starting...
2010-01-02 Vincent PitTrailing whitespace
2010-01-02 Vincent PitDo not mix declarations and code
2010-01-02 Vincent PitCLONE doesn't need to return anything, so make it use...
2010-01-02 Vincent PitAdd the missing return type to lt_setup()
2010-01-02 Vincent PitRename the pp_padsv member to old_pp_padsv
2009-12-29 Vincent PitAlso call FREETMPS/LEAVE when skipping a typed declaration
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...
2009-09-11 Vincent PitReset the callbacks when the root interpreter is destroyed
2009-09-11 Vincent PitOnly remap the hint through the pointer table for threa...
2009-07-04 Vincent PitStore the default method name in the thread local stora...
2009-07-04 Vincent PitIncrement the refcount after cloning
2009-07-04 Vincent PitCorrect the refcount of the source SVs that aren't...
2009-07-04 Vincent PitDecide to use shared op info according to MULTIPLICITY
2009-07-04 Vincent PitStop leaking the op specific info
2009-07-03 Vincent PitFactor the cloning logic in a new lt_clone() function
2009-07-03 Vincent PitStore the overriden pp_padsv into thread-local storage
2009-06-30 Vincent PitWork around the hints propagation in requires on perl...
2009-06-30 Vincent PitClean up map entries associated to uncatched OPs
2009-05-24 Vincent PitRename 'id' to 'hint' for consistency
2009-05-15 Vincent Pit5.9.5 fix
2009-05-01 Vincent PitDon't let [ap]PTBL_? values propagate outside ptable.h
2009-05-01 Vincent PitEnhance thread safety
2009-03-27 Vincent PitFix building with PERL_IMPLICIT_SYS
2009-03-07 Vincent PitNewx is no longer needed
2009-03-07 Vincent PitProtect the access to lt_op_map by a mutex
2009-03-07 Vincent PitUse a pointer table allocated on shared memory
2009-03-07 Vincent PitFix the refcount of orig_pkg when type_pkg defaults...
2009-03-07 Vincent PitMove __PACKAGE__ to a more proper place
2009-02-26 Vincent PitRefine the PL_ppaddr[OP_PADSV] localization logic so...
2009-02-25 Vincent PitDon't decrement the refcount of the default method...
2009-02-25 Vincent PitMake the package and method names passed to callbacks...
2009-02-25 Vincent PitAllow skipping declarations by returning an empty list...
2009-02-24 Vincent PitInitial import