This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123659] [Win32] Add "-ld" to archname for dmake "long double" builds of perl
[perl5.git] / lib /
2015-01-22 Karl Williamsonmktables: White-space only
2015-01-22 Karl Williamsonmktables: Verify Unihan files versions
2015-01-22 Karl Williamsonmktables: Note that a property is deprecated by Unicode
2015-01-22 Karl WilliamsonUnicode::UCD: Allow internal properties in invmap()
2015-01-22 Karl WilliamsonUnicode::UCD: pod nits
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosAdd experimental::const_attr warning category
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-19 Karl Williamsonlib/locale.t: Suppress some warnings
2015-01-19 Karl Williamsonlib/locale.t: Generalize to work on non-ASCII
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2015-01-14 Karl WilliamsonUse more universal function in tests where makes sense
2015-01-13 Karl WilliamsonAdd new warnings category for "use re 'strict'"
2015-01-06 Father ChrysostomosIncrease perl5db.pl’s $VERSION to 1.47
2015-01-06 E. Chorobaperl5db.pl: Undefined subroutine &DB::db_warn
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-31 Karl Williamsonwarnings.pm: Fix too long verbatim lines
2014-12-31 Karl Williamsonlib/B/Deparse.pm: refactor a hash slightly
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Add comment
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Generalize for non-ASCII platforms
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Output WARNING_BITS in binary
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Move hash to earlier in file
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-28 Matthew Horsfall... Fixes to make test pass for regexp nocapture bit addition.
2014-12-24 Aaron CraneFix typos in two unrelated test descriptions
2014-12-24 Father ChrysostomosFix deparsing of some unary-prototyped calls
2014-12-24 Father ChrysostomosFix deparsing of ‘my sub x; sub { sub x {...} }’
2014-12-23 Father ChrysostomosSome lexical sub deparsing fixes
2014-12-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.32
2014-12-23 Father ChrysostomosDeparse: Avoid uninit warning from undef &sub
2014-12-21 Max MaischeinBump version number to 5.21.8
2014-12-19 David MitchellExtUtils::Embed: silence test warning
2014-12-17 Father ChrysostomosDeparse constant Perl subs
2014-12-16 Father ChrysostomosDon’t ignore rv2gv when deparsing readline
2014-12-16 Father ChrysostomosDeparse: Restore proto checks for coderef2text
2014-12-16 Father ChrysostomosDeparse.pm: Remove obsolete comment about globals
2014-12-15 Father ChrysostomosDeparse: Stop =~ QR_CONST from dropping flags
2014-12-15 Father ChrysostomosDeparse.pm: Two more matchwords
2014-12-15 Father ChrysostomosDeparse system-BLOCK correctly
2014-12-14 Father ChrysostomosDeparse: Don’t parenthesize \my @a needlessly
2014-12-14 Father ChrysostomosFix deparsing of chdir without args
2014-12-14 Father ChrysostomosDeparse chdir(bareword) without quotes
2014-12-14 Father ChrysostomosDeparse use-ver features correctly
2014-12-14 Father ChrysostomosDeparse.t: Adjust a test broken 2 commits ago
2014-12-14 Father ChrysostomosTest for deparsing proto sub calls with &
2014-12-14 Father ChrysostomosRevert ‘alternate way to figure out prototypes’
2014-12-13 Father ChrysostomosRemove obsolete comment from lib/sort.t
2014-12-13 Father ChrysostomosDeparse require vstring without parens
2014-12-13 Father ChrysostomosDeparse $#{1} with braces
2014-12-13 Father ChrysostomosDeparse /@{-}/ with braces
2014-12-13 Father ChrysostomosDeparse /@a/ as regexp
2014-12-12 David Mitchellstop T_IN/OUT/INOUT/STDIO typemaps leaking
2014-12-12 Father ChrysostomosDeparse: Introduce subs after they are defined
2014-12-12 Daniel DraganPerl_croak->Perl_croak_nocontext in core typemap +...
2014-12-12 Father ChrysostomosDeparse: Emit package before use
2014-12-10 Father ChrysostomosEscape Latin-1 chars in deparsed strings
2014-12-10 Father ChrysostomosFix up OUTSIDE pointers for saved BEGIN blocks
2014-12-09 Father ChrysostomosDon’t deparse BEGIN blocks as __ANON__
2014-12-08 Father ChrysostomosFix deparsing of (1,2,3) in void context
2014-12-08 Father ChrysostomosFix deparsing of newline and tab with (?x)
2014-12-07 Father ChrysostomosDon’t deparse for(foo()) as for(local(foo()))
2014-12-07 Father Chrysostomosoptree_check.t fix-ups
2014-12-07 Father ChrysostomosTweak Deparse-core.t after the last two commits
2014-12-07 Father ChrysostomosDeparse goto foo() correctly
2014-12-07 Father ChrysostomosDeparse require(foo()) correctly
2014-12-07 Father ChrysostomosDeparse.pm:pp_entereval: Redundant func call
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 Father ChrysostomosDeparse & calls with scalar() where necessary
2014-12-07 Father ChrysostomosDeparse.pm:pp_entersub: Refactor repetition away
2014-12-06 Father ChrysostomosB::Deparse: Escape non-ASCII printable chars
2014-12-06 Father ChrysostomosDeparse.pm: Don’t call maybe_parens for sv_undef
2014-12-06 Father ChrysostomosDeparse formats in the right spot
2014-12-06 Father ChrysostomosAvoid extraneous ‘();’ when deparsing just subs
2014-12-05 Father ChrysostomosDeparse PVMG stubs
2014-12-05 Father ChrysostomosDeparse predeclared prototyped subs
2014-12-04 Father ChrysostomosDon’t deparse formats with #line directives
2014-12-04 Father Chrysostomos[perl #123357] Fix deparsing of $; at stmt end
2014-12-04 Father ChrysostomosDeparse.pm: Remove temp pre-PADNAME code
2014-12-04 Father ChrysostomosDeparse.pm: Remove special \0 marker
2014-12-04 Father ChrysostomosDeparse $x =~ (1?/$a/:0) under taint mode
2014-12-03 Father ChrysostomosDeparse s/// with code blocks
2014-12-03 Father ChrysostomosDeparse.pm: Fold some logic into sub code_list
2014-12-03 Father ChrysostomosDeparse qr// and m// with code blocks and vars
2014-12-03 Father ChrysostomosDeparse regexp code blocks in m// and split //
2014-12-03 Father ChrysostomosDeparse.t: Put a line break after the test code
2014-12-03 Father ChrysostomosDeparse qr/(?{code_blocks})/ with no interpolation
2014-12-03 Father ChrysostomosDeparse FOO =~ y///r correctly
2014-12-03 Father ChrysostomosTo-do tests for deparsing regexp code blocks
2014-12-03 Father ChrysostomosFix deparsing of $lexical =~ //
2014-12-03 Father ChrysostomosDeparse: matchop: Remove double method+function call
2014-12-03 David MitchellStop test suite filling /tmp
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-12-02 Tony CookTARG slots have no name, and produced undefined value...
2014-12-02 Father ChrysostomosIncrease $strict::VERSION to 1.09
2014-12-02 James RaspassOptimise strict.pm for the common case
2014-11-30 Father ChrysostomosDeparse.pm: Update docs concerning lex subs
2014-11-30 Father ChrysostomosDeparse: Qualify pkg CVs that conflict w. lex CVs
2014-11-30 Father ChrysostomosDeparse lexical subs
next