projects
/
perl
/
modules
/
Lexical-Types.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/Lexical-Types.git
2015-02-06
Vincent Pit
Really be compatible with the OP_PARENT feature
commit
|
commitdiff
|
tree
2015-02-06
Father Chrysostomos
Compatibility fix for perl 5.21.6
rt100202
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
This is 0.13
v0.13
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Fix a wrong copypasta in Changes
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Warn about the global slowdown
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Add support for PERL_OP_PARENT
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Do nothing after that the thread local storage has...
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Nullify thread local storage entries when they are...
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Properly decrement the refcount of the default method...
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Don't cleanup thread local storage before END blocks...
commit
|
commitdiff
|
tree
2014-10-04
Vincent Pit
Use run_perl() from VPIT::TestHelpers
commit
|
commitdiff
|
tree
2013-10-04
Vincent Pit
Renumber test files
commit
|
commitdiff
|
tree
2013-10-04
Vincent Pit
Remove a now useless SKIP directive
commit
|
commitdiff
|
tree
2013-09-09
Vincent Pit
Remove profanity
commit
|
commitdiff
|
tree
2013-09-06
Vincent Pit
Add support for padrange ops, introduced in perl 5...
commit
|
commitdiff
|
tree
2013-09-06
Vincent Pit
Rename <lt_op_info>, lt_op_map to <lt_op_padxv_info...
commit
|
commitdiff
|
tree
2013-09-06
Vincent Pit
Add more basic tests
commit
|
commitdiff
|
tree
2013-09-06
Vincent Pit
Move the run-time initializer call into a new lt_op_inf...
commit
|
commitdiff
|
tree
2013-09-06
Vincent Pit
Rename lt_op_info.old_pp_padsv to .old_pp
commit
|
commitdiff
|
tree
2013-08-24
Vincent Pit
Make Perl version numbers more readable
commit
|
commitdiff
|
tree
2013-08-24
Vincent Pit
Remove obsolete kwalitee workarounds
commit
|
commitdiff
|
tree
2013-08-23
Vincent Pit
No tabs please
commit
|
commitdiff
|
tree
2013-08-23
Vincent Pit
POD verbatim paragraphs should fit into a terminal
commit
|
commitdiff
|
tree
2013-08-23
Vincent Pit
Make sure the POD headings are linkable
commit
|
commitdiff
|
tree
2013-08-22
Vincent Pit
Replace check functions in a thread-safe way
commit
|
commitdiff
|
tree
2013-08-20
Vincent Pit
Stop bundling author tests
commit
|
commitdiff
|
tree
2013-08-07
Vincent Pit
Update the bug tracker URL in META after the rt.perl...
commit
|
commitdiff
|
tree
2013-08-06
Vincent Pit
Get rid of t/99-kwalitee.t
commit
|
commitdiff
|
tree
2013-01-30
Vincent Pit
Update VPIT::TestHelpers to e8344578
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Preserve the PATH environment variable when running...
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Strip spaces at the end of lines
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Threads tests may not be able to spawn all the threads
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Port module loading in magic tests to VPIT::TestHelpers
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Update author tests, and add a POD spelling test
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Kill Debian_CPANTS.txt suffixes as well
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Quote version numbers in Makefile.PL
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Add BUILD_REQUIRES to WriteMakefile()
commit
|
commitdiff
|
tree
2012-11-02
Vincent Pit
Simplify Config loading in Makefile.PL
commit
|
commitdiff
|
tree
2012-06-15
Vincent Pit
Correct a skip reason in t/18-hints.t
commit
|
commitdiff
|
tree
2012-02-19
Vincent Pit
Require Module::ExtractUse 0.24 for the Kwalitee test
commit
|
commitdiff
|
tree
2011-09-06
Vincent Pit
Silence some "unused result" compiler warnings
commit
|
commitdiff
|
tree
2011-09-04
Vincent Pit
Skip the hint entry vivification test on 5.11
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
This is 0.12
v0.12
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Encode the README file in UTF-8
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Add META.json
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Ignore MYMETA.json
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Replace $] by "$]"
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
The last argument to hv_fetch is the lvalue flag, not...
commit
|
commitdiff
|
tree
2011-02-26
Vincent Pit
This is 0.11
v0.11
commit
|
commitdiff
|
tree
2011-02-26
Vincent Pit
Minor POD tweak
commit
|
commitdiff
|
tree
2011-02-26
Vincent Pit
Always skip seen ops in our peep replacement
rt66146
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
This is 0.10
v0.10
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Switch to qw<>
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Fix building on Windows
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Require perl 5.8.3
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Skip threads tests unless perl version is 5.13.4 or...
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Force linking against the perl dll when using gcc 3...
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Introduce LT_FORKSAFE
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Only load Carp on error
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Fix test failures with Strawberry Perl 5.12
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Use TARG in lt_pp_padsv
commit
|
commitdiff
|
tree
2011-01-02
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2011-01-01
Vincent Pit
Remove the #ifdef wrapping the mutex locks/unlocks
commit
|
commitdiff
|
tree
2011-01-01
Vincent Pit
Only declare dMY_CXT when really needed
commit
|
commitdiff
|
tree
2011-01-01
Vincent Pit
Get rid of CALL_FPTR
commit
|
commitdiff
|
tree
2011-01-01
Vincent Pit
Set the ppaddr member of padsv ops at peep time
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Use cop_hints_fetch_pvn() whenever possible
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Use the new CLONE_PARAMS API with perl 5.13.2
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Clarify our policy towards C++ compilers
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Update ptable.h
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Ignore MYMETA.yml
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Get rid of ENTERn/LEAVEn
commit
|
commitdiff
|
tree
2010-06-01
Vincent Pit
Identify the require scope by the outmost cv outside...
commit
|
commitdiff
|
tree
2010-06-01
Vincent Pit
Fix the thread destructor trick for 5.13.1
commit
|
commitdiff
|
tree
2010-05-18
Vincent Pit
Require perl 5.8.1
commit
|
commitdiff
|
tree
2010-04-15
Vincent Pit
{ENTER,LEAVE}_with_name are no longer needed starting...
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
This is 0.09
v0.09
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
Trailing whitespace
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
Do not mix declarations and code
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
CLONE doesn't need to return anything, so make it use...
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
Add the missing return type to lt_setup()
commit
|
commitdiff
|
tree
2010-01-02
Vincent Pit
Rename the pp_padsv member to old_pp_padsv
commit
|
commitdiff
|
tree
2009-12-29
Vincent Pit
Update ptable.h
commit
|
commitdiff
|
tree
2009-12-29
Vincent Pit
Also call FREETMPS/LEAVE when skipping a typed declaration
commit
|
commitdiff
|
tree
2009-12-29
Vincent Pit
Fix for {ENTER,LEAVE}_with_name
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Re-indent WriteMakefile() arguments
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Build the $name and the main $file from $dist
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Put prerequisites in their own separate hash
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Give an explicit value to dynamic_config
commit
|
commitdiff
|
tree
2009-09-30
Vincent Pit
Only look up to the first require scope for the require...
commit
|
commitdiff
|
tree
2009-09-26
Vincent Pit
Kwalitee test overhaul
commit
|
commitdiff
|
tree
2009-09-11
Vincent Pit
Reset the callbacks when the root interpreter is destroyed
commit
|
commitdiff
|
tree
2009-09-11
Vincent Pit
Only remap the hint through the pointer table for threa...
commit
|
commitdiff
|
tree
2009-07-04
Vincent Pit
This is 0.08
v0.08
commit
|
commitdiff
|
tree
2009-07-04
Vincent Pit
Store the default method name in the thread local stora...
commit
|
commitdiff
|
tree
2009-07-04
Vincent Pit
Increment the refcount after cloning
commit
|
commitdiff
|
tree
2009-07-04
Vincent Pit
Require Variable::Magic 0.35 in t/23-magic-uvar.t
commit
|
commitdiff
|
tree
2009-07-04
Vincent Pit
Correct the refcount of the source SVs that aren't...
commit
|
commitdiff
|
tree
next