]> git.vpit.fr Git - perl/modules/Lexical-Types.git/shortlog
perl/modules/Lexical-Types.git
2011-02-26 Vincent PitThis is 0.11 v0.11
2011-02-26 Vincent PitMinor POD tweak
2011-02-26 Vincent PitAlways skip seen ops in our peep replacement rt66146
2011-01-03 Vincent PitThis is 0.10 v0.10
2011-01-03 Vincent PitSwitch to qw<>
2011-01-03 Vincent PitFix building on Windows
2011-01-03 Vincent PitRequire perl 5.8.3
2011-01-03 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2011-01-03 Vincent PitForce linking against the perl dll when using gcc 3...
2011-01-03 Vincent PitIntroduce LT_FORKSAFE
2011-01-03 Vincent PitOnly load Carp on error
2011-01-03 Vincent PitFix test failures with Strawberry Perl 5.12
2011-01-03 Vincent PitUse TARG in lt_pp_padsv
2011-01-02 Vincent PitBump copyright year
2011-01-01 Vincent PitRemove the #ifdef wrapping the mutex locks/unlocks
2011-01-01 Vincent PitOnly declare dMY_CXT when really needed
2011-01-01 Vincent PitGet rid of CALL_FPTR
2011-01-01 Vincent PitSet the ppaddr member of padsv ops at peep time
2010-12-31 Vincent PitUse cop_hints_fetch_pvn() whenever possible
2010-12-31 Vincent PitUse the new CLONE_PARAMS API with perl 5.13.2
2010-12-31 Vincent PitClarify our policy towards C++ compilers
2010-12-31 Vincent PitUpdate ptable.h
2010-12-31 Vincent PitIgnore MYMETA.yml
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-05-18 Vincent PitRequire perl 5.8.1
2010-04-15 Vincent Pit{ENTER,LEAVE}_with_name are no longer needed starting...
2010-01-02 Vincent PitThis is 0.09 v0.09
2010-01-02 Vincent PitBump copyright year
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 PitUpdate ptable.h
2009-12-29 Vincent PitAlso call FREETMPS/LEAVE when skipping a typed declaration
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-30 Vincent PitOnly look up to the first require scope for the require...
2009-09-26 Vincent PitKwalitee test overhaul
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 PitThis is 0.08 v0.08
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 PitRequire Variable::Magic 0.35 in t/23-magic-uvar.t
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 PitCorrect failing tests locations
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-07-01 Vincent PitThis is 0.07 v0.07
2009-07-01 Vincent PitPOD enhancements
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-02 Vincent PitDisable thread safety for 5.8.x on Windows
2009-05-01 Vincent PitDon't let [ap]PTBL_? values propagate outside ptable.h
2009-05-01 Vincent PitThis is 0.06 v0.06
2009-05-01 Vincent PitEnhance thread safety
2009-04-28 Vincent PitThis is 0.05 v0.05
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-03-27 Vincent PitFix building with PERL_IMPLICIT_SYS
2009-03-17 Vincent PitTest dieing in callbacks
2009-03-07 Vincent PitRemove the type discussion from the CAVEATS. I really...
2009-03-07 Vincent PitThis is 0.04 v0.04
2009-03-07 Vincent PitNewx is no longer needed
2009-03-07 Vincent PitAdd a disclaimer to ptable.h
2009-03-07 Vincent PitGive an example of integration with constants
2009-03-07 Vincent PitTalk about $_[0] in 'as' callbacks for constant types
2009-03-07 Vincent PitDocument the initializer method in its own section
2009-03-07 Vincent PitRevamp the description so that the important discussion...
2009-03-07 Vincent PitOutput optional modules versions in tests
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-03-05 Vincent PitTest hooking declarations inside the 'as' callback
2009-03-05 Vincent PitThis is 0.03 v0.03
2009-03-05 Vincent PitTest magical tags
2009-03-05 Vincent PitRemove t/90-boilerplate.t
2009-03-05 Vincent PitA new synopsis
2009-03-02 Vincent PitReverse the logic for the "skipping declaration" example
2009-03-01 Vincent PitTest uvar magic
2009-03-01 Vincent PitRemove the version dependency for Variable::Magic in...
2009-02-26 Vincent Pits/module/pragma/
2009-02-26 Vincent PitRemove a trailing space
2009-02-26 Vincent PitMove the last tests of t/13-padsv.t to t/10-base.t
2009-02-26 Vincent PitPush the t/1* tests to make room for t/10-base.t
2009-02-26 Vincent PitTest and document constant as types
2009-02-26 Vincent PitTest "my Str ($x, $y)"
2009-02-26 Vincent PitRefine the PL_ppaddr[OP_PADSV] localization logic so...
2009-02-25 Vincent PitThis is 0.02 v0.02
next