summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove redundant Zero() from JMPENV_BOOTSTRAPDaniel Dragan2013-11-022-3/+10
* remove unneeded dependency on Test::More 0.98 (RT#88531)Karen Etheridge2013-11-021-1/+1
* shared.pm: Consistent spaces after dotsFather Chrysostomos2013-11-011-4/+8
* threads::shared: Remove redundant description just addedFather Chrysostomos2013-11-011-21/+1
* Increase $threads::shared::VERSION to 1.45Father Chrysostomos2013-11-011-2/+2
* Move threads::shared warnings from perldiag to shared.pmFather Chrysostomos2013-11-012-22/+32
* toke.c:S_tokeq: add commentFather Chrysostomos2013-11-011-1/+1
* toke.c:S_tokeq: remove dead codeFather Chrysostomos2013-11-011-7/+7
* Remove ancient threads diagnostics from perldiagFather Chrysostomos2013-11-011-18/+0
* perlhack.pod: consistent spaces after dotsFather Chrysostomos2013-11-011-2/+2
* perllexwarn: consistent spaces after dotsFather Chrysostomos2013-11-011-33/+34
* ‘Attempt to bless into a ref’ with stale method cachesFather Chrysostomos2013-10-312-2/+16
* [perl #119809] Disallow bless($ref, $tied_ref)Father Chrysostomos2013-10-313-2/+18
* bless.t: More explicit testFather Chrysostomos2013-10-311-1/+1
* Use tabs consistently in AUTHORSFather Chrysostomos2013-10-311-4/+4
* Documentation Patches from Tom HukinsTom Hukins2013-10-312-4/+4
* perllexwarn: typo, pod syntaxFather Chrysostomos2013-10-311-2/+3
* Add a note that users of FATAL warnings are at risk during upgradesYves Orton2013-10-311-0/+17
* Introduce PERL_BOOL_AS_CHAR defineFather Chrysostomos2013-10-304-5/+25
* perlre: Expand and clarify /x and (?# comment)Karl Williamson2013-10-301-14/+35
* Fix broken qr/ \N* /xKarl Williamson2013-10-302-1/+4
* regcomp.c: Clarify some commentsKarl Williamson2013-10-301-2/+3
* pad.h: Correct PadlistMAX docsFather Chrysostomos2013-10-301-1/+3
* Increase $B::Deparse::VERSION to 1.24Father Chrysostomos2013-10-301-1/+1
* [perl #119807] Deparse s//\(3)/e in a way that does not warnFather Chrysostomos2013-10-302-3/+16
* Eliminate ‘Can't use \1 to mean $1’ false positivesFather Chrysostomos2013-10-302-1/+5
* enable LTO/LTCG/WPO for most Visual CsDaniel Dragan2013-10-294-5/+12
* [perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.tFrançois Perrad2013-10-291-1/+1
* '$! = EACCESS; require ...' could failDavid Mitchell2013-10-292-1/+21
* Don’t record cop address for unbreakable linesFather Chrysostomos2013-10-281-1/+1
* [perl #119799] Set breakpoints without *DB::dblineFather Chrysostomos2013-10-283-3/+25
* pp.c:pp_undef: Don’t vivify the scalar slotFather Chrysostomos2013-10-281-0/+2
* Make PL_incgv fully refcountedFather Chrysostomos2013-10-283-3/+12
* pat.t: suppress warningFather Chrysostomos2013-10-281-0/+1
* perl.h: Remove ERRHVFather Chrysostomos2013-10-281-2/+0
* Don’t assume *^R has a scalarFather Chrysostomos2013-10-282-3/+6
* [perl #54044] Make PL_replgv refcountedFather Chrysostomos2013-10-283-3/+11
* gv:gv_try_downgrade: Leave PL_last_in_gv aloneFather Chrysostomos2013-10-282-2/+7
* Make PL_argvgv refcountedFather Chrysostomos2013-10-283-3/+15
* gv:gv_try_downgrade: Leave PL_stderrgv aloneFather Chrysostomos2013-10-282-2/+7
* When deleting via hek, pass the computed hash valueFather Chrysostomos2013-10-284-20/+16
* Make PL_hintgv refcountedFather Chrysostomos2013-10-283-2/+8
* Don’t create %@ on startupFather Chrysostomos2013-10-282-2/+4
* [perl #119811] Remove %DB::lsubFather Chrysostomos2013-10-282-2/+13
* Make PL_envgv refcountedFather Chrysostomos2013-10-283-3/+9
* Make PL_firstgv and PL_secondgv refcountedFather Chrysostomos2013-10-283-7/+16
* Update Socket to CPAN version 2.013Chris 'BinGOs' Williams2013-10-284-9/+17
* Update HTTP-Tiny to CPAN version 0.037Chris 'BinGOs' Williams2013-10-284-4/+38
* [perl #120398] skip t/porting/extrefs.t when cross-compilingFrançois Perrad2013-10-281-1/+6
* perlfunc: clarify hash "modify while iterating"David Mitchell2013-10-281-4/+5