This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-03-31 Karl Williamsonregexec.c: Convert one swash to inversion list
2018-03-31 Karl Williamsonregexec.c: Rmv obsolete macro
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Generate charnames inversion...
2018-03-31 Karl WilliamsonRemove no longer used constant and #if checks.
2018-03-31 Karl Williamsonutf8.c: Change no longer used params to dummys
2018-03-31 Karl WilliamsonMove init of 2 inversion lists to perl.c
2018-03-31 Karl WilliamsonFix bug in mathoms fcn _is_utf8_xidcont()
2018-03-31 Karl Williamsonutf8.c: Avoid calling swash code
2018-03-31 Karl Williamsonutf8.c: Prefer an inversion list over a swash
2018-03-31 Karl Williamsonutf8.c: Clarify comment
2018-03-31 Karl Williamsonperl.h: Clarify comment
2018-03-31 Karl Williamsonutf8.c: Add comments
2018-03-31 Karl Williamsonregexec.c: Silence compiler warning
2018-03-31 Karl Williamsonutf8.c: Allow to compile for early Unicode versions
2018-03-30 Zeframfix versions in doc of signature/attribute diag
2018-03-30 Zeframdelete unreliable test of Carp crash avoidance
2018-03-29 James E KeenanRemove 'our' from one non-Exporter-related variable.
2018-03-29 James E KeenanUse lexically scoped ('our') variables in POD examples.
2018-03-29 Karl WilliamsonUpdate proto.h
2018-03-29 Karl Williamsonembed.fnc: Add a const to parameter
2018-03-29 Sergey AleynikovMaintain extralibs order for linker
2018-03-29 Sergey AleynikovFix ALL_STATIC builds with MinGW
2018-03-29 Sergey AleynikovFix spelling in windows makefiles
2018-03-29 Sergey AleynikovFix static builds with MinGW
2018-03-29 Sergey AleynikovUpdate links in Devel::PPPort documentation
2018-03-27 Sergey AleynikovUpdate RT path for Devel::PPPort
2018-03-27 Karl Williamsonutf8.c: fix leak
2018-03-27 Karl WilliamsonRegen uconfig.h
2018-03-27 Dagfinn Ilmari... Mark unused dl_unload_all_files() argument
2018-03-27 H.Merijn BrandWhitespace consistency
2018-03-27 Dagfinn Ilmari... Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXIT
2018-03-27 H.Merijn Brandd_strchr is C89 and has been removed from Configure
2018-03-26 Karl WilliamsonMove some inversion list init to perl.c
2018-03-26 Karl WilliamsonMove case change invlists from interpreter to global
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Fix comment gobbleldy gook
2018-03-26 Karl WilliamsonMove UTF-8 case changing data into core
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Add case changing tables
2018-03-26 Karl Williamsonregen/mk_invlists.pl: White space only
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Allow to Generate code point...
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Fix bug with adjusted inputs
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Suppress empty enum declarations
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Allow enum defns to be public
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Handle EBCDIC
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Remove Currency_Symbol definition
2018-03-24 Steve HayAdd epigraphs for 5.24.4-RC1 and 5.26.2-RC1
2018-03-24 Steve Hay5.24.4-RC1 and 5.26.2-RC1 today
2018-03-23 Todd RinaldoBump Time-HiRes to 1.9759 to revert changes from 1...
2018-03-23 Todd RinaldoRevert "Upgrade Time::HiRes from version 1.9753 to...
2018-03-23 Todd RinaldoRevert "Upgrade Time::HiRes from version 1.9757 to...
2018-03-22 Steve HayMaint releases are now expected mid-April; RC1s will...
2018-03-22 Todd RinaldoRemove redundant advice in the RMG about using pod2html...
2018-03-22 Todd RinaldoUpdate Porting/Maintainers.pl to match CPAN for Module...
2018-03-22 Todd RinaldoUpgrade Time::HiRes from version 1.9757 to 1.9758
2018-03-22 Karl Williamsonutf8.c: Update comment
2018-03-22 Karl WilliamsonI18N::Langinfo/t/Langinfo.t: Skip tests on early netbsd
2018-03-21 Karl Williamsonlocale.c: Really silence compiler warning
2018-03-21 David Mitchellop_dump(): display PARENT of top-most node
2018-03-21 Sawyer XPush release of 5.28 by a month to May
2018-03-21 Karl Williamsonmktables: Add aliases to the Present_In property
2018-03-21 Todd RinaldoAdjust code which did not get automatically switched...
2018-03-21 PaliDevel::PPPort: Use prefix D_PPP_ for helper macros
2018-03-20 Todd RinaldoBump the perl version in various places for 5.27.11
2018-03-20 Todd RinaldoNew Perldelta for 5.27.11
2018-03-20 Chris 'BinGOs... Tick another dev release off
2018-03-20 Todd RinaldoEpigraph for 5.27.10
2018-03-20 Todd RinaldoPerlhist entry for 5.27.10 v5.27.10
2018-03-20 Todd RinaldoFinalize perldelta for 5.27.10
2018-03-20 Todd Rinaldoupdate Module::CoreList for v5.27.10
2018-03-20 David MitchellDeparse.pm: handle postfix $r->$#*
2018-03-20 David MitchellDeparse: handle \our @a
2018-03-20 David Mitchell[MERGE] Deparse fixups.
2018-03-20 David Mitchelladd entries to Porting/deparse-skips.txt
2018-03-20 David MitchellDeparse.pm: bump version
2018-03-20 David MitchellDeparse -l: set correct line num at end of sub
2018-03-20 David MitchellDeparse.pm: tr/...//c was failing
2018-03-20 David MitchellDeparse.pm: add some code comments
2018-03-20 David MitchellDeparse: remove spurious tr/// debugging
2018-03-20 Karl WilliamsonFix locale failures introduced 5 hours ago
2018-03-20 Todd RinaldoFirst draft of perldelta for 5.27.10
2018-03-20 Todd RinaldoSpelling correction in perldiag.pod
2018-03-19 Karl Williamsonperl.c: Free some locale stuff on exit
2018-03-19 Karl Williamsonlocale.c: Add detail to debugging statement
2018-03-19 Karl Williamsonlocale.c: Fix memory leak
2018-03-19 Todd RinaldoUpdate File::Glob to 1.31 to account for changes in...
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
next