]> git.vpit.fr Git - perl/modules/Lexical-Types.git/shortlog
perl/modules/Lexical-Types.git
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
2009-02-25 Vincent PitDon't decrement the refcount of the default method...
2009-02-25 Vincent Pitt/12-padsv.t doesn't need File::Spec
2009-02-25 Vincent PitTest for the base package name correctness in threads
2009-02-25 Vincent PitMake the package and method names passed to callbacks...
2009-02-25 Vincent PitImprove the readability of C<as>
2009-02-25 Vincent PitSettle for 'Str' as the main package example in the doc
2009-02-25 Vincent PitAllow skipping declarations by returning an empty list...
2009-02-24 Vincent PitThis is 0.01 v0.01
2009-02-24 Vincent PitInitial import