This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-06-15 Chris 'BinGOs... Update IO-Socket-IP to CPAN version 0.39
2017-06-15 Yves Ortonadd File::Glob changes to perldelta
2017-06-14 Yves Ortonadd perldelta entry about new hash stuff
2017-06-14 Chris 'BinGOs... Update JSON-PP to CPAN version 2.94
2017-06-14 Chris 'BinGOs... Update File-Path to CPAN version 2.14
2017-06-14 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.98
2017-06-14 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.26
2017-06-14 Karl WilliamsonAllow bitwise & ^ | to accept trailing UTF-8
2017-06-14 Karl Williamsonutf8.c: White-space only
2017-06-14 Karl WilliamsonAdd new function utf8_from_bytes_loc()
2017-06-14 Karl WilliamsonClarify pod for bytes to/from utf8()
2017-06-14 Karl Williamsonembed.fnc: Add some comments
2017-06-14 Karl Williamsonbytes_from_utf8(): parameter must not be NULL
2017-06-14 Steve HayFix up CCINCDIR/CCLIBDIR for VC++ 14.1 (and VC++ 8...
2017-06-14 Steve HayUpdate dmake for VS 2017
2017-06-14 Steve HayUpdate nmake for VS 2017
2017-06-14 Tony Cookperldelta for 3135e2b23ba4
2017-06-14 Tony Cook[perl #123981] Travis-CI support
2017-06-14 Tony Cookperldelta for e80af1fd276d
2017-06-14 Tony Cook(perl 129183) don't treat \ as an escape in PATH for -S
2017-06-13 Tony Cook(perl #131526) don't go beyond the end of the NUL in...
2017-06-12 David Mitchellkeep PERL_HASH_SEED_BYTES as an int
2017-06-12 David Mitchellgv.c, mg.c: fix 32-bit compiler warnings
2017-06-12 David MitchellStorable: fix a couple of 32-bit warnings
2017-06-12 David MitchellPerlIO-scalar: fix 32-bit compiler warning
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-12 Andy DoughertySimpler hints fix for [perl #131337].
2017-06-12 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.30
2017-06-11 Karl Williamsonperldelta: Use new boiler plate
2017-06-11 Karl WilliamsonPorting/perldelta_template.pod: Add boiler plate
2017-06-10 Karl Williamsonutf8.c: Add missing 'const' to formal parameter
2017-06-10 Chris 'BinGOs... Update Test-Harness to CPAN version 3.39
2017-06-09 James E Keenancommit c93f220f failed to update DirHandle's $VERSION.
2017-06-09 Aristotle PagaltzisDirHandle: document as obsolete
2017-06-09 Aristotle PagaltzisRegularise @_ unpacking in Module::CoreList
2017-06-09 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.28
2017-06-08 Karl WilliamsonMake LOCK_LC_NUMERIC_STANDARD recursive
2017-06-08 Karl Williamsonutf8.c: Clarify pod for three functions
2017-06-08 Karl Williamsonutf8.c: Change formal parameter name
2017-06-08 Karl Williamsonutf8.c: White-space, comment only
2017-06-08 Karl Williamsonutf8_to_bytes(): Avoid work if possible
2017-06-08 Karl Williamsonutf8.c: Change UTF8 to UVCHR
2017-06-08 Karl Williamsonsv.c: Refactor slightly to avoid a goto
2017-06-08 Karl Williamsonsv.c: Convert to use is_utf8_invariant_string_loc
2017-06-08 Karl Williamsonsv.c: Clarify some comments
2017-06-08 Karl WilliamsonAdd XS-callable function is_utf8_invariant_string_loc()
2017-06-08 Karl Williamsonbytes_to_utf8(): Remove obsolete comment
2017-06-08 Karl Williamsonutf8.c: White_space only
2017-06-08 Karl Williamsonbytes_from_utf8(): Use memcpy if all invariant
2017-06-08 Karl Williamsonutf8.c: A byte count should be Size_t, not I32
2017-06-08 Craig A. BerryUpdate test skips for no fchdir.
2017-06-08 Tony Cook[perl #131221] sv_dup/sv_dup_inc are only available...
2017-06-07 Steve HayAdd Jacques Germishuys to AUTHORS
2017-06-07 Jacques Germishuyscorrect PREMSVC80 typo
2017-06-07 AbigailMove forward in time.
2017-06-07 Karl Williamsondoop.c: White-space only
2017-06-07 Karl WilliamsonUse simple-minded approach to bitwise UTF-8 operations
2017-06-07 Karl Williamsont/op/bop.t: Re-add in some tests
2017-06-07 Karl WilliamsonUpdate pods about bitwise UTF-8 above 0xFF being fatal
2017-06-07 Karl Williamsont/op/bop.t: Verify complement downgrades UTF-8.
2017-06-07 Karl Williamsont/op/bop.t: Verify bitwise & ^ | retain UTF-8
2017-06-07 Steve HayFix Windows build following commit 9d5e3f1aaa
2017-06-07 Dagfinn Ilmari... Make setting ${^ENCODING} to a defined value fatal
2017-06-07 David Mitchellperly.y: add $$ = 0 for midrule code blocks
2017-06-07 David Mitchell[MERGE] rework Perl_sv_vcatpvfn_flags
2017-06-07 David Mitchelladd some sprintf benchmarks
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: rename a label
2017-06-07 David Mitchellsv_vcatpvfn_flags and wrappers: s/svmax/sv_count/
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: handle mixed utf8 better
2017-06-07 David Mitchelladd S_sv_catpvn_simple() for use by sprintf
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: re-indent a code block
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate p var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: clarify GCC bug comments
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify alt handling
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: rename 'p' var 's'
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify format appending
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate a wrap check
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simpler special formats
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simpler redundant arg test
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: fix comment typo
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: add comment about wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: only do utf8 in radix code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify radix len adding
2017-06-07 David Mitchellsprintf %a/%A more sanity checks
2017-06-07 David MitchellS_hextract(): fix #if indentation
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify some wrap checks
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify float_need calc
2017-06-07 David MitchellS_format_hexfp(): s/int/STRLEN/
2017-06-07 David Mitchellop/infnam.t: skip unportable tests
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: add inits to silence gcc
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: avoid wrap on precision
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: s/int/STRLEN/g
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: %n: avoid wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: width/precis arg wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move vector initialisation
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing %v arg
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing width arg
2017-06-07 David MitchellEliminate FETCH_VCATPVFN_ARGUMENT macro
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: re-indent block
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: unify %v vers obj handling
next