This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-09-05 Father Chrysostomosparser.t: Suppress warning
2016-09-05 Dan CollinsRegression test for RT #129196
2016-09-05 Father Chrysostomos[perl #129196] Crash/bad read with ‘evalbytes S’
2016-09-05 Karl Williamsoninline.h: Declare functions to be inline
2016-09-04 Father Chrysostomosrelease_schedule.pod: Tick off last month
2016-09-04 Father Chrysostomos[perl #129073] Assert failure: ${p{};sub p}()
2016-09-04 Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
2016-09-04 Father Chrysostomostaint.t: Set up @INC before using it
2016-09-03 Craig A. BerryTry harder to clean up %ENV in 140_proxy.t.
2016-09-02 Craig A. BerryDon't pollute $ENV{LC_ALL} in pod/perlmodlib.PL.
2016-09-02 Craig A. BerryDelete localized %ENV entries in t/run/locale.t.
2016-09-02 Craig A. BerryMore stderr suppression in t/run/locale.t.
2016-09-02 Dagfinn Ilmari... Remove obsolete Test prereq from PathTools
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-09-01 Dave CrossCorrect 'map' documentation to reflect operation on...
2016-09-01 James E KeenanProvide missing link for one instance of 'eval'.
2016-09-01 Karl WilliamsonFix is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonAdd C macros for UTF-8 for BOM and REPLACEMENT CHARACTER
2016-09-01 Karl WilliamsonMerge branch for improving API UTF-8 handling into...
2016-09-01 Karl WilliamsonUse new is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonAdd is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonMake 3 UTF-8 macros API
2016-09-01 Karl Williamsonutf8.c: Add comments
2016-09-01 Karl Williamsonis_utf8_string() is now a pure function
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonAdd #defines for UTF-8 of highest representable code...
2016-09-01 Karl Williamsonutf8.h: Add some LIKELY() to help branch prediction
2016-09-01 Karl Williamsonutf8.h, utfebcdic.h: Add comments, align white space
2016-09-01 Karl WilliamsonInline is_utf8_string() and is_utf8_stringloclen()
2016-09-01 Karl WilliamsonInline utf8_distance(), utf8_hop()
2016-09-01 Karl WilliamsonSlightly simplify utf8_to_uvuni_buf()
2016-09-01 Karl WilliamsonInline is_utf8_invariant_string()
2016-09-01 Karl Williamsonis_utf8_invariant_string is pure
2016-09-01 Karl WilliamsonSimplify slightly is_utf8_invariant_string
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-09-01 Karl WilliamsonAdd new synonym 'is_utf8_invariant_string'
2016-09-01 Karl Williamsonembed.fnc: Replace blanks by tabs
2016-09-01 Karl Williamsonutf8.c: Use 'break' instead of 'goto'
2016-09-01 Karl Williamsonis_utf8_string_loc() param should not be NULL
2016-09-01 Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
2016-09-01 Karl Williamsonutf8.c: Clarify comments for valid_utf8_to_uvchr()
2016-09-01 Karl Williamsonutf8.c: Join EBCDIC/non-EBCDIC code
2016-09-01 Karl Williamsonregen/embed.pl: Allow inline funcs to be named Perl_foo
2016-09-01 Theo BuehlerUpdate outdated man links for strlcpy and strlcat.
2016-09-01 Karl WilliamsonAdd Theo Buehler to AUTHORS
2016-08-31 Karl WilliamsonPATCH: [perl #129122] regex sets syntax error
2016-08-31 Karl Williamsonregcomp.c: Typo, spacing in comment
2016-08-30 Karl WilliamsonPorting/bisect.pl: /usr/sbin/sysctl exists
2016-08-29 Karl WilliamsonRevert "perlinterp: Use 'e.g' not 'i.e.' for 'for example'"
2016-08-29 Karl WilliamsonPATCH: [perl #129038] Crash with s///l
2016-08-29 Karl Williamsonperlinterp: Use 'e.g' not 'i.e.' for 'for example'
2016-08-29 Dan Collins[RT #129069] Perl_yylex: Fix two use-after-free bugs
2016-08-28 Father Chrysostomos[perl #125679] Don’t make lvref ops on error
2016-08-27 jdheddenUpgrade to Thread::Semaphore 2.13
2016-08-26 Father ChrysostomosIncrease $Filter::Simple::VERSION to 0.93
2016-08-26 Ricardo SIGNES[perl #107726] Filter::Simple: ‘use’ and then ‘no’
2016-08-26 Father Chrysostomos[perl #107726] Test for Filter::Simple and ‘no’
2016-08-26 Father Chrysostomosperlinterp.pod: Expand the op tree section
2016-08-26 Craig A. BerryRemove VMS-specific hacks from showlex.t.
2016-08-25 Karl Williamsonlocale.c: Use my_strlcat()
2016-08-25 Karl Williamsonperlapi: Document returns from my_strlcat, my_strlcpy
2016-08-25 Karl WilliamsonPATCH: [perl #129072]: podspec typo
2016-08-25 David MitchellPerl_deb_stack_all() - handle CXt_SUBST better
2016-08-25 Yves Ortonrestore Internals::hv_clear_placeholders for now
2016-08-24 David Mitchelltmp fix for Bleadperl breaks Variable-Magic
2016-08-24 David Mitchellconcise.t: work with PERL_UNICODE=""
2016-08-24 David Mitchellre_untuit_start() avoid overshoot with utf8
2016-08-24 Daniel Dragantweaks for Win32 VC vs GCC detection makefile code
2016-08-24 Father Chrysostomospodcheck.t: Show file name in stderr output
2016-08-20 Chris 'BinGOs... Update that Module-CoreList in Maintainers.pl
2016-08-20 Chris 'BinGOs... Prepare Module-CoreList for v5.25.5
2016-08-20 Chris 'BinGOs... Bump the perl version in various places for v5.25.5
2016-08-20 Chris 'BinGOs... New perldelta
2016-08-20 Chris 'BinGOs... Update epigraphs for v5.25.4
2016-08-20 Chris 'BinGOs... Update perlhist v5.25.4
2016-08-20 Chris 'BinGOs... Finalise perldelta
2016-08-20 Chris 'BinGOs... Update Module::CoreList
2016-08-20 Chris 'BinGOs... Update release date in Module::CoreList
2016-08-20 Chris 'BinGOs... perldelta documentation section
2016-08-20 Chris 'BinGOs... perldelta updates
2016-08-20 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.24
2016-08-20 Father Chrysostomospodcheck.t: Send helpful error output to stderr
2016-08-20 Father Chrysostomosperldelta for #128951 / bf8a9a15
2016-08-20 Father ChrysostomosCorrect a perldelta entry
2016-08-19 Karen Etheridgealways use the core serializers in EUMM for core tests
2016-08-19 Karen Etheridgeregenerate META.* using new CPAN::Meta, and always...
2016-08-19 Karen EtheridgeChanges manually performed for one file.
2016-08-19 James E KeenanManually remove file recalcitrant to 'git am'.
2016-08-19 Karen EtheridgeUpgrade CPAN-Meta from 2.150005 -> 2.150010 (Parse...
2016-08-19 Karl Williamsonperldelta: Updates for 5.24
2016-08-19 Karl WilliamsonEncode: revert commit that introduces security holes
2016-08-19 H.Merijn BrandDo not show error message if errno = 0 for flush fail...
2016-08-19 David Mitchellav_fetch(): remove check for freed SV
2016-08-19 David MitchellConcise: improve hints decoding
2016-08-19 David MitchellConcise: use hex for some large constants
2016-08-19 Father Chrysostomostoke.c: Introduce peekspace()
2016-08-19 Father Chrysostomostoke.c: Note retval of S_skipspace
2016-08-19 Father Chrysostomostoke.c: Move skipspace closer to S_skipspace
2016-08-19 Father Chrysostomos[perl #128951] Fix ASan error with @{\327
2016-08-18 Jarkko Hietaniemiperldelta for the many hexfp fixes.
next