This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-03-19 Todd RinaldoUpgrade Test-Harness from version 3.39 to 3.41
2018-03-19 Karl WilliamsonFix locale problems on mingw
2018-03-19 Karl Williamsonperlapi: bytes_to_utf8(), from_utf8(): Add clarification
2018-03-19 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.34
2018-03-18 Todd RinaldoUpgrade Test-Harness from version 3.39 to 3.41
2018-03-18 Todd RinaldoMark CPAN changes for if/PathTools as irrelevant
2018-03-18 Todd RinaldoUpgrade Time::HiRes from version 1.9753 to 1.9757
2018-03-18 Todd RinaldoUpgrade Encode from version 2.96 to 2.97
2018-03-18 Todd RinaldoUpgrade Locale::Codes from version 3.55 to 3.56
2018-03-18 Todd RinaldoUpgrade Scalar::Util from version 1.49 to 1.50
2018-03-18 Todd RinaldoUpgrade Test-Simple from version 1.302122 to 1.302133
2018-03-18 Todd RinaldoUpgrade Time::Piece from vesion 1.3203 to 1.3204
2018-03-16 Karl WilliamsonSilence compilter warning
2018-03-16 Karl Williamsonlocale.c: Clarify warning message
2018-03-16 Karl Williamsonlocale.c: Handle and edge case
2018-03-16 Karl WilliamsonDon't include interpreter variable unless used
2018-03-14 Karl WilliamsonMake Unicode data structures global
2018-03-14 Karl Williamsonlocale.c: Silence Win32 compiler warning
2018-03-13 Karl Williamsonlocale.c: Add savepv() to setlocale() returns
2018-03-12 Karl Williamsonperl_langinfo.h: Fix typo in comment
2018-03-12 Karl Williamsonperllocale: Update, clarify
2018-03-12 Karl Williamsonperlapi/Perl_setlocale: Clarify
2018-03-12 Karl WilliamsonFix comments/pod for LC_NUMERIC not always C
2018-03-12 Karl Williamsont/lib/croak/regcomp: Fix up for EBCDIC
2018-03-12 Karl WilliamsonDon't use duplocale() unless is present
2018-03-12 Karl Williamsonlocale.c: Reduce too-large indent
2018-03-12 Karl WilliamsonPOSIX.pod: Fix nit
2018-03-12 Karl Williamsonperl.h: White-space, comment changes only
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-12 Karl Williamsonperl.h: Move macros to earlier in the file
2018-03-12 Karl Williamsonperl.h: Refactor some #defines
2018-03-12 Karl WilliamsonResync duplicated code in perl.h makedef.pl
2018-03-12 Karl WilliamsonDon't create locale object unless threaded
2018-03-12 Karl Williamsonperl.h: Move some locale definitions around
2018-03-12 Karl Williamsonperl.h: Rmv dummy definitions
2018-03-12 Karl WilliamsonDon't create unneeded mutexes
2018-03-12 Karl WilliamsonLanginfo: Implement CODESET on Windows
2018-03-12 Karl WilliamsonPATCH: [perl #127288] I18N::Langinfo sets UTF-8 bit
2018-03-12 Karl WilliamsonI18N::Langinfo: fix pod nits
2018-03-12 Karl Williamsonperlapi: Clarifications to Perl_langinfo
2018-03-12 Karl WilliamsonActually make I18N::Langinfo avail on all platforms
2018-03-12 Karl WilliamsonChange enum names for new locale function parameters
2018-03-12 Karl WilliamsonAPItest/t/locale.t: Store hash return for readability
2018-03-12 Karl WilliamsonAPItest/t/locale.t: Sort some tests
2018-03-12 Father ChrysostomosCarp: Use ${^LAST_FH} if available
2018-03-12 Father ChrysostomosLet cmp_version be run from the top level
2018-03-12 Father Chrysostomoswarnings.pm: sprintf is faster than concat
2018-03-11 Tony Cook(perl #127743) re-work for debugging builds with MSVC
2018-03-11 Karl Williamsont/lib/croak/regcomp: Another attempt to fix test failure
2018-03-11 Karl Williamsonperlrequick: Nits, clarifications
2018-03-10 Karl Williamsonregcomp.c: Quiet false warning
2018-03-09 Karl Williamsont/lib/croak/regcomp: Hopefully fix test failure
2018-03-08 Craig A. BerryAvoid goto into glob test failure on VMS.
2018-03-08 Karl Williamsonlocale.c: Add missing STATIC
2018-03-08 Yves Ortonremove empty file
2018-03-08 Yves Ortonadd an empty file (to be removed next commit)
2018-03-08 Craig A. BerryDon't run stack_after_err.t on VMS.
2018-03-07 David Mitchellfix line numbers in multi-line s///
2018-03-07 Tony Cook(perl #132870) workaround VC2017 compiler bug
2018-03-07 Daniel Draganrmv/de-dup static const char array "strings"
2018-03-06 Daniel DraganFile::Glob bsd_glob.c dont use "loop" as a goto label
2018-03-06 Karl WilliamsonPATCH: [perl #132163] regex assertion failure
2018-03-06 David Mitchelleliminate _REGEXP_COMMON macro from regexp.h
2018-03-06 David Mitchellop_dump(): display op_next to self as [SELF]
2018-03-06 Karl Williamsoninline.h: #define some constants for EBCDIC
2018-03-06 David Mitchellpp_repeat: avoid calling GIMME_V twice
2018-03-06 H.Merijn BrandTux' smoke reports moved
2018-03-06 Karl Williamsont/run/locale.t: Fix skip count; uninit warning
2018-03-06 Tony Cookperldelta for b857191d01c2, 74e28a4a737c
2018-03-06 Tony Cook(perl #132925) don't use $0 to get the name of mk_invli...
2018-03-06 Tony Cook(perl #132925) correct path handling in mktables
2018-03-06 Karl WilliamsonRevert "charclasslists.h: script enums visible to CORE...
2018-03-05 Karl WilliamsonEBCDIC conditional compilation fixes
2018-03-05 Karl Williamsonregexec.c: White-space only
2018-03-05 Karl Williamsoninline.h: White-space only
2018-03-05 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2018-03-05 Father ChrysostomosMore AUTHORS sorting
2018-03-05 Father ChrysostomosAUTHORS: sorting; consistent indent
2018-03-05 Father ChrysostomosIncrease ExtUtils::ParseXS(::*) version to 3.39
2018-03-05 Father ChrysostomosAdd Shoichi Kaji to AUTHORS
2018-03-05 Shoichi KajiRT #132935: correctly check VERSIONs in ExtUtils::ParseXS
2018-03-05 Father Chrysostomosperldiag typo
2018-03-05 Aaron CraneRT #132834: prevent duplicate Config.pm vars
2018-03-04 Karl Williamsonloc_tools.pl: Properly exclude iffy locales
2018-03-04 Karl Williamsonperlapi: utf8_to_uvuni_buf() Add clarification
2018-03-04 Karl Williamsont/run/locale.t: Add, revise tests
2018-03-04 Karl Williamsont/loc_tools.pl: Add fcn to return valid locale cats
2018-03-04 Karl Williamsont/run/locale.t: Update skip count
2018-03-04 Karl Williamsonlocale.c: Fix bug in parsing a locale
2018-03-04 Karl Williamsonlocale.c: Check return code
2018-03-04 Karl Williamsonlocale.c: Replace an 'if' by an assert
2018-03-04 Karl Williamsonlocale.c: Increase debug buffer size
2018-03-04 Karl Williamsonlocale.c: Rmv spurious Safefree
2018-03-04 Karl Williamsonlocale.c: Remove redundant SAVE_ERRNO
2018-03-04 Karl Williamsonperlguts: Clarify an example.
2018-03-02 Karl WilliamsonReword warning for deviations from UTF-8 locales
2018-03-02 Karl WilliamsonBump version of POSIX.pm to 1.83; warnings to 1.42
2018-03-02 Father Chrysostomosperldelta typo
2018-03-02 Father Chrysostomosperldelta for Carp changes since 5.27.9
2018-03-02 Father ChrysostomosRemove 5.27.9 entries from 5.27.10’s delta
next