This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-08-04 Father Chrysostomosgv.c:require_tie_mod: Accept pvn params
2016-08-04 Daniel Dragan#126041 preserve systemroot env var during env wipe...
2016-08-04 Father Chrysostomos[perl #126041] Only clear LS_COLORS for glob
2016-08-04 Father ChrysostomosIncrease $Errno::VERSION to 1.26
2016-08-04 Father ChrysostomosIncrease $Tie::Hash::NamedCapture::VERSION to 0.10
2016-08-04 Father ChrysostomosIncrease $arybase::VERSION to 0.12
2016-08-04 Father ChrysostomosRework mod loading for %- and %!; fix mem leak
2016-08-04 Father ChrysostomosUse parser, not PL_parser, in perly.y
2016-08-04 Father Chrysostomosparser.h: comment typo
2016-08-04 Father ChrysostomosFinish reordering the parser struct (again!)
2016-08-04 Father ChrysostomosRevert "Um, finish reordering the parser struct"
2016-08-04 David Mitchellremove most 'a' flags from embed.fnc
2016-08-03 David Mitchell[MERGE] add OP_ARGELEM etc
2016-08-03 David Mitchellsilence compiler warning in perly.y
2016-08-03 David MitchellDeparse.pm - avoid deep recursion warning
2016-08-03 David Mitchellenable warnings+strict in t/op/signatures.t
2016-08-03 David Mitchellduplicate signature vars gave wrong warning
2016-08-03 David Mitchellpeephole optimise op_other branch in OP_ARGDEFELEM
2016-08-03 David Mitchellpessimise pp_argelem, pp_argdefelem
2016-08-03 David Mitchellsignatures: make param and optional param count IV
2016-08-03 David Mitchellucfirst() new signature diagnostic messages
2016-08-03 David Mitchellmore pruning of Porting/deparse-skips.txt
2016-08-03 David Mitchelldeparse subroutine signatures
2016-08-03 David Mitchellfix deparsing of Test::More's use_ok()
2016-08-03 David MitchellOP_MULTIDEREF: remove ghost entry in op_aux list
2016-08-03 David Mitchellfix up exists etc deparsing
2016-08-03 David Mitchellhandle deparsing of sub prototypes with sigs
2016-08-03 David MitchellDeparse: emit pragmas *before* each sub
2016-08-03 David MitchellDeparse: use more local vars in next_todo()
2016-08-03 David MitchellDeparse: move pragma deparsing into separate sub
2016-08-03 David Mitchelldeparse pragmas before subs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellmake op.c:S_alloc_LOGOP() non-static
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-08-03 Father ChrysostomosUm, finish reordering the parser struct
2016-08-03 Father ChrysostomosReorder parser struct for alignment
2016-08-03 Father ChrysostomosEmpty sublex_info into the parser struct
2016-08-03 Father Chrysostomosparser.h: Remove lex_expect
2016-08-03 Father Chrysostomosparser.h: Make nexttoke a U8
2016-08-03 Karl Williamsonlocale.c: Add some DEBUG statements
2016-08-03 Karl Williamsonlocale.c: Use %zu to print size_t values.
2016-08-03 Karl Williamsonlocale.c: Some systems include NUL in strxfrm() return
2016-08-03 Karl Williamsonlocale.c: White-space only
2016-08-03 Karl Williamsonlocale.c: Improve embedded NUL collation handling
2016-08-03 Karl Williamsonsv.c: Use raw cmp if error in locale collation
2016-08-02 Karl Williamsonlib/locale.t: Better debug output
2016-08-02 Karl Williamsonlib/locale.t: Add note() function, for future use
2016-08-02 Karl Williamsonutf8.h: Add comment clarification
2016-08-02 Karl Williamsonperlapi: Add a clarification.
2016-08-02 Father ChrysostomosMANIFEST description typo
2016-08-02 James E KeenanCorrect 3 bad email addresses for 'perlbug'.
2016-08-02 Father Chrysostomos[perl #128769] base.pm: Localize @INC unconditionally
2016-08-01 Karl Williamsonlib/locale.t: Clarify debug output
2016-08-01 Father Chrysostomos[perl #128740] Check for null in pp_ghostent et al.
2016-08-01 Dan Collins[RT #128574] Missed one incorrect usage of fresh_perl_
2016-08-01 Dan Collins[RT #128574] Fix use of fresh_perl in tests
2016-08-01 Tony Cook(perl #128685) generate dependency rules for perlmain... origin/tonyc/128685-perlmain-dep-b
2016-07-31 Father ChrysostomosMANIFEST typo
2016-07-31 Father Chrysostomos[perl #128769] Improve base.pm @INC '.' handling
2016-07-31 Father ChrysostomosDon’t trigger warnings for qq"@builtin"
2016-07-31 Father Chrysostomost/lib/common.pl: Ignore editor droppings
2016-07-31 Father ChrysostomosExempt @DB::args from ‘used once’ warnings
2016-07-31 Dagfinn Ilmari... Fix comment typos principal → principle
2016-07-31 Lukas Maimove platform list before function description (RT...
2016-07-30 Lukas Maiperlport: remove getservbyport entry orphaned by 204ad8...
2016-07-30 Lukas Maiperlport: eliminate function signatures missed in 47cd9...
2016-07-30 Jarkko HietaniemiPull in unnecessarily duplicated case "$opt".
2016-07-30 Lukas Maiperlport: major overhaul
2016-07-29 Tony Cookfix version numbering for dist/PathTools
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
2016-07-29 Karl Williamsont/thread_it.pl: Increase Darwin stack size
2016-07-29 Father Chrysostomost/lib/warnings/pp_pack: Redundant tests
2016-07-29 Father ChrysostomosAvoid emitting pack("p",...) warning erroneously
2016-07-29 Karl Williamsonhandy.h: Add missing parens in macro
2016-07-29 Father ChrysostomosNew bug numbers in *.[ch]
2016-07-29 Father ChrysostomosNew bug numbers in lib/ and dist/, too
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-29 Chris 'BinGOs... Update Module-Load-Conditional to CPAN version 0.68
2016-07-29 Jarkko Hietaniemiprint the pop @INC to OUT instead of STDOUT
2016-07-29 Father Chrysostomosunimplemented_op does not implement pp_mapstart
2016-07-28 Father ChrysostomosPOSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT static
2016-07-28 Craig A. BerryMake switchDx.t more forgiving about newlines.
2016-07-28 Karl Williamsonhandy.h: Consolidate some EBCDIC vs ASCII paths
2016-07-28 Karl Williamsonhandy.h: Add comment
2016-07-28 Karl Williamsonhandy.h: Generate compile error if macros called wrong
2016-07-28 Karl Williamsontoke.c: White-space only
2016-07-28 Father ChrysostomosIncrease $POSIX::VERSION to 1.71
2016-07-28 Jarkko Hietaniemi[perl #128763] Fix POSIX.xs longdbl assertion
2016-07-28 Father Chrysostomost/lib/common.pl: Ignore .rej files
2016-07-28 Chris 'BinGOs... Update Module-Load-Conditional to CPAN version 0.66
2016-07-28 H.Merijn Brandforgot the cfgvar
2016-07-28 H.Merijn BrandFollow-up from backporting work
2016-07-28 H.Merijn BrandForce inclusion of I_XLOCALE until it is actually used
2016-07-28 Father Chrysostomos[perl #128747] Fix line number bug with s//<<END/e
2016-07-28 Father ChrysostomosUnmathomize save_iv
2016-07-28 Tony Cook(perl #128438) build ppport.h instead of using a dummy...
2016-07-28 Jarkko HietaniemiConfigure: note that the infnan tests may crash.
2016-07-28 Jarkko HietaniemiVAX: VAX format H
2016-07-28 Jarkko HietaniemiConfigure: VAX format H
2016-07-28 Jarkko HietaniemiVAX: catch vax floats beyond VMS or Ultrix
next