]> git.vpit.fr Git - perl/modules/Lexical-Types.git/shortlog
perl/modules/Lexical-Types.git
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
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