This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2016-09-17 Karl WilliamsonRevamp overlong handling in is_utf8_char_slow, fixing...
2016-09-17 Karl Williamsonutf8.c: Fix typo in comment, add some comments
2016-09-17 Karl Williamsonutf8.c: Extract duplicate code to common fcn
2016-09-17 Karl Williamsonhandy.h: Add memLT, memLE, memGT, memGE
2016-09-17 Karl WilliamsonUnconditionally define memcmp() if not sane
2016-09-17 Karl WilliamsonisUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCII
2016-09-17 Karl Williamsonregen/regcharclass.pl: surrogates are code points
2016-09-17 Karl WilliamsonAdd IS_UTF8_INVARIANT and IS_UVCHR_INVARIANT to API
2016-09-17 Karl Williamsonutfebcdic.h: Fix typo in comment
2016-09-17 Karl WilliamsonAdd #defines for XS code for Unicode Corregindum 9
2016-09-17 Karl Williamsonperlapi: Clarify utf8n_to_uvchr entry
2016-09-17 Karl Williamsonperlunicode: Fix typo
2016-09-17 Karl Williamsonappend_utf8_from_native_byte: Add parens for clarity
2016-09-17 E. ChorobaFix English in perlfunc
2016-09-17 Father ChrysostomosAdd regexp_nonull.t
2016-09-16 E. ChorobaNested single quotes in documentation example
2016-09-16 Lukas Mairestore comment mangled by 27da23d53ccce6
2016-09-14 Sawyer XPaying respect to Jon AVENJ Portnoy
2016-09-14 Steve HayUpgrade Test::Simple from version 1.302052 to 1.302056
2016-09-14 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.84
2016-09-14 Father Chrysostomosperldelta for #129164 / 92b69f650
2016-09-14 Father Chrysostomosperldelta for #129090 / 6da13066b6
2016-09-14 Father Chrysostomosperldelta for #47047 / 1de22db27a
2016-09-14 Father Chrysostomosperldelta for #129196 / 9bde56224
2016-09-14 Father Chrysostomosperldelta for ba0a4150f
2016-09-14 Father Chrysostomosperldelta for #125679 / 2b6a5bfb1
2016-09-14 Father Chrysostomosperldelta for #107726 / 8bc40f3a4e
2016-09-14 Father Chrysostomosperldelta for 65169990
2016-09-14 Father Chrysostomos[perl #129267] Test for gv_fetchmethod buffer overrun
2016-09-13 Yves Ortonfix #129267: rework gv_fetchmethod_pvn_flags separator...
2016-09-13 Yves Ortonclean up gv_fetchmethod_pvn_flags: rename nsplit to...
2016-09-13 Yves Ortonclean up gv_fetchmethod_pvn_flags: move origname init...
2016-09-13 Yves Ortonclean up gv_fetchmethod_pvn_flags: introduce name_end
2016-09-13 Yves OrtonRevert "fix: [perl #129267] Possible string overrun...
2016-09-13 Yves OrtonRevert "rename "nend" name_cursor in Perl_gv_fetchmetho...
2016-09-13 Yves Ortonrename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flags
2016-09-13 Yves Ortonfix: [perl #129267] Possible string overrun with invali...
2016-09-12 Father Chrysostomos[perl #129164] Crash with splice
2016-09-10 Father Chrysostomospad.c:pad_fixup_inner_anons: Add assertions
2016-09-10 Father Chrysostomos[perl #129090] Crash with sub c{sub c}
2016-09-10 Father Chrysostomosop.c: Avoid string cmp when unnecessary
2016-09-10 Father Chrysostomostoke.c: Correct comment
2016-09-10 Aaron CraneSwap release managers for 5.25.6 and 5.25.7
next