This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip t/math.t tests needing inf/nan
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip inf/nan parts
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: fenv.h is work-in-progress
2016-09-30 Jarkko Hietaniemivax-netbsd: avoid NV_INF/NV_NAN uses
2016-09-30 Jarkko Hietaniemivax-netbsd: inf/nan only if IEEE 754
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Add some constants
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Fix 3-byte overlong test
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Fix EBCDIC test
2016-09-30 Karl Williamsonutf8.c: Add missing type specifier to declaration
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Skip some tests if major one fails
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Fix typo
2016-09-30 Karl Williamsonutf8n_to_uvchr() Fix EBCDIC bug with overlongs
2016-09-29 Dan CollinsRT #116250: Fail the right number of tests on timeout
2016-09-29 David MitchellOP_SASSIGN: make op_first==op_last for UNOP
2016-09-29 Reini Urbansassign was used as UNOP, optimize {or,and,dor}assign
2016-09-29 Reini Urbansassign is wrongly declared as BASEOP, not BINOP.
2016-09-28 David Mitchellundef $0 shouldn't warn about $0
2016-09-28 David MitchellOP_MULTIDEREF: ignore customised delete/exists
2016-09-28 James RaspassSpeed up compilation of overload.pm a smidge.
2016-09-27 David MitchellCwd.xs: avoid blib better while building
2016-09-27 David MitchellPorting/bench.pl: explain what PUT means
2016-09-27 David MitchellEliminate xpad_cop_seq from _xnvu union
2016-09-27 Chris 'BinGOs... Update podlators to CPAN version 4.08
2016-09-27 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.068
2016-09-27 Chris 'BinGOs... Update Time-HiRes version in Maintainers.pl
2016-09-27 David MitchellS_sv_2iuv_common(): optimise single digit strings
2016-09-27 David Mitchellpp_leaveloop(): rename local vars
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-27 David MitchellOP_AVHVSWITCH: make op_private bits 0..1 symbolic
2016-09-27 David Mitchellfixup some AV API pod descriptions.
2016-09-27 David Mitchellperldelta for PADOFFSET changes
2016-09-26 David Mitchellmake PL_ pad vars be of type PADOFFSET
2016-09-26 David Mitchellmake PADOFFSET be SSizet_t
2016-09-26 David Mitchellremove a bunch of XXX's from pad.c
2016-09-26 David Mitchellpad.c comments: clarify PERL_PADSEQ_INTRO
2016-09-26 David Mitchelladd a test for gv_try_downgrade()
2016-09-26 David Mitchellfix builds under USE_PAD_RESET
2016-09-26 Karl WilliamsonCentralize definitions of MIN, MAX
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-26 Karl WilliamsonAPItest/t/utf8.t: Rename variable
2016-09-26 Karl WilliamsonXS-APItest/t/utf8.t: Add some tests
2016-09-26 Karl WilliamsonMove #define to different header
2016-09-26 Karl Williamsonperlapi: Clarifications, nits in Unicode support docs
2016-09-26 Karl Williamsonperlapi: Minor clarifications to sv_utf8_decode
2016-09-25 James E KeenanTime-HiRes: bring up-to-date with CPAN.
2016-09-25 Karl Williamsonpodcheck.t: perlepigraphs: don't note too long verbatims
2016-09-25 Jarkko Hietaniemimacos Sierra (10.12) hints comment updates.
2016-09-24 Chris 'BinGOs... Update for the Module-CoreList that is on teh CPAN
2016-09-24 Chris 'BinGOs... Bump Module-CoreList version for bc46539a
2016-09-24 Stevan Littleupdate Module::CoreList
2016-09-24 Stevan Littleupdating opcodes (version number mostly)
2016-09-24 Stevan Littlebumping the version number
2016-09-21 Karl Williamsonutf8.c: #define MIN if not already defined
2016-09-21 Dagfinn Ilmari... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-21 Steven HumphreyFix typo in perlrun.pod
2016-09-20 Stevan Littlenew perldelta
2016-09-20 Stevan Littleknown pod issues
2016-09-20 Stevan Littleticking the release
2016-09-20 Stevan Littleupdate epigraphs.pod
2016-09-20 Sawyer Xtypo
2016-09-20 Stevan Littleadd new release to perlhist v5.25.5
2016-09-20 Stevan Littlefinalize the perldelta
2016-09-20 Stevan LittleUpdate Module::CoreList for 5.25.5
2016-09-20 Karl Williamsonutf8.c: Fix bug in new _is_utf8_char_helper() function
2016-09-19 Father ChrysostomosMake regexp_nonull.t test patterns without null
2016-09-19 Yves Ortonregcomp.c: S_concat_pat: guard against missing trailing...
2016-09-19 Yves Ortonsv.c: sv_grow: newlen cannot be smaller than SvCUR()
2016-09-19 Yves Ortondoop.c: use sv_setpvn() instead of sv_setpvs()
2016-09-19 Lukas Maiperldelta: grammar
2016-09-19 James E KeenanCorrect one formatting error in perldelta.pod.
2016-09-19 Stevan Littleworking on perldelta some more
2016-09-19 Father Chrysostomosperldelta for e426a4af0
2016-09-19 Father Chrysostomosperldelta for #129287 / b43665
2016-09-19 Father Chrysostomosperldelta: Remove duplicate entry; fix typo
2016-09-19 Father Chrysostomosbop.t: Delete $SIG{__WARN__}
2016-09-19 Father Chrysostomos[perl #129287] Make UTF8 & append null
2016-09-19 Father Chrysostomosregexp.t: Update comments about column 1
2016-09-18 Stevan Littleworking on perldelta
2016-09-18 Aristotle Pagaltzisperlfunc: re-document old split() @_ side effect
2016-09-18 Lukas Maiperlsub: scalar split no longer clobbers @_ (RT #129297)
2016-09-18 Karl Williamsonperldelta for new Unicode-handling function.
2016-09-18 Karl Williamsonperlapi: Clarify docs for some is_utf8_foo functions
2016-09-18 Karl WilliamsonAdd isUTF8_CHAR_flags() macro
2016-09-18 Karl WilliamsonAdd macro for Unicode Corregindum #9 strict
2016-09-18 Karl WilliamsonAdd macro for determining if UTF-8 is Unicode-strict
2016-09-18 Karl Williamsonperlapi: Clarify isUTF8_CHAR()
2016-09-18 Karl Williamsoninline.h: Add 'const's; avoid hiding outer variable
2016-09-18 Karl WilliamsonAdd tests for is_valid_partial_utf8_char_flags()
2016-09-18 Karl WilliamsonAdd is_utf8_valid_partial_char_flags()
2016-09-18 Karl Williamsonperlapi: Reword description of is_utf8_valid_partial_char
2016-09-18 Karl WilliamsonFix off-by-one error in is_utf8_valid_partial_char()
2016-09-18 Karl Williamsonhandy.h: Comment memEQs and memNEs
2016-09-18 Karl Williamsonutf8.c: Add some UNLIKELYs
2016-09-18 Karl Williamsonutf8.h: Add comment, white-space changes
2016-09-18 Karl WilliamsonEnhance and rename is_utf8_char_slow()
2016-09-17 Karl WilliamsonAPItest/t/utf8.t: Add tests
2016-09-17 Karl WilliamsonAPItest/utf8.t: Some clean up
2016-09-17 Karl WilliamsonTest isUTF8_CHAR()
2016-09-17 Karl Williamsonlib/warnings/utf8: Reinstate warning test
next