This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2021-08-25 Nicholas ClarkcmpVERSION.pl and test.pl now handle checkouts from... 19082/head
2021-08-25 Nicholas Clarkpp_tie should completely reset the underlying hash...
2021-08-25 Nicholas ClarkTests for tied hashes using test.pl
2021-08-24 Nicholas ClarkDon't call HvHASKFLAGS_on() in S_hv_delete_common(). 19080/head
2021-08-24 Nicholas Clarkpp_tie should use HvEITER_get() instead of HvEITER(). 19079/head
2021-08-24 Nicholas ClarkAdd /^vgcore.*/ to the list of podcheck.t filename...
2021-08-24 Paul "LeoNerd... Display the completion ETA once we've done at least 20%
2021-08-24 Paul "LeoNerd... Print count of done vs. total tests and percentage...
2021-08-24 Richard Leachop.h: define missing BASEOP fields (op_sibparent,op_targ)
2021-08-23 TAKAI Kousukesv.c: Removed a redundant SvNV_nomg call in sv_vcatpvfn...
2021-08-23 Dan BookExporter: Document non-inheriting as default mechanism
2021-08-23 Karl Williamsonutf8.c: Make new static fcn more flexible 19055/head
2021-08-23 Karl Williamsonutf8.c: White-space, comment only
2021-08-23 Karl Williamsonutf8.c: Rmv no longer needed speed-up code
2021-08-23 Karl Williamsonutf8.c: Split a static fcn
2021-08-23 Karl Williamsonutf8.c: Use porcelain libc case changing fcn
2021-08-23 Karl Williamsonregexec.c: White-space/comment only 19056/head
2021-08-23 Karl Williamsonregexec.c: regrepeat() switch() on target utf8ness
2021-08-23 Karl Williamsonregnodes.h: Add new set of defines
2021-08-23 Nicholas ClarkReplace FIXME in the MANIFEST with the correct descript...
2021-08-23 Nicholas ClarkPre-extend hashes in list assignment before assigning...
2021-08-23 Nicholas ClarkPre-extend new anonymous hashes before assigning to...
2021-08-23 Nicholas ClarkUse sv_inc() for the env de-dup hash in S_init_postdump...
2021-08-23 Nicholas ClarkComment about some subtleties in S_init_postdump_symbols().
2021-08-23 Nicholas ClarkMove some variables in S_init_postdump_symbols() to...
2021-08-23 Nicholas ClarkPre-size the %ENV hash before populating it from environ.
2021-08-23 Nicholas ClarkHash::Util::FieldHash fix_trigger can pre-size the...
2021-08-23 Nicholas ClarkPre-extend the ISA hash in Perl_mro_get_linear_isa().
2021-08-23 Nicholas ClarkS_mro_get_linear_isa_c3() now uses sv_inc_nomg().
2021-08-23 Nicholas ClarkUse an LVALUE hv_fetch() in S_sequence_num() instead...
2021-08-23 Chris 'BinGOs... Better put a date in it
2021-08-23 Karen EtheridgeBump the perl version in various places for 5.35.4
2021-08-23 James E KeenanMerge branch 'porting-core-cpan-diff-20210805' into...
2021-08-23 James E KeenanPorting/core-cpan-diff: Remove '--binary' on *BSDs 19027/head
2021-08-23 James E KeenanMerge branch 'pod-html-refactoring-5-of-5' into blead
2021-08-23 James E KeenanPod::Html: correct line dropped in 13f1edeb52 19050/head
2021-08-23 James E KeenanPod::Html: remove debugging artifact
2021-08-23 James E KeenanPod::Html: remove debugging artifact
2021-08-23 James E KeenanPod::Html: assign directly to array ref
2021-08-23 James E KeenanPod-Html: remove commented-out code
2021-08-23 James E KeenanIntroduce $self->{Pages}
2021-08-23 James E KeenanMove $output into the object
2021-08-23 James E KeenanReplace _save_pages() with _transform()
2021-08-23 James E KeenanConvert 3 more subroutines to method calls
2021-08-23 James E KeenanTurn 3 more internal subroutines into method calls
2021-08-23 James E KeenanHave generate_cache() use object
2021-08-23 James E KeenanMake get_cache(), cache_key() and load_cache() use...
2021-08-23 James E KeenanFile::Spec::Unix is not needed within package Pod:...
2021-08-23 James E KeenanStart to make Pod::Html object-oriented.
2021-08-23 James E KeenanIncrement $VERSION to 1.33 in all .pm files
2021-08-22 Dan Bookperlfunc 'ref' and UNIVERSAL: document isa operator...
2021-08-22 Karl WilliamsonisUTF8 DFA: change while {} to do {} while;
2021-08-21 Karen Etheridgeupdate the range of versions we support and do not...
2021-08-21 Karl WilliamsonRmv redundant API info for isUTF8_char_flags
2021-08-21 Karen Etheridgeadd epigraph for 5.35.3
2021-08-21 Aristotle PagaltzisText-Tabs+Wrap: Sync with CPAN version 2021.0814
2021-08-21 Chris 'BinGOs... Here be corelist
2021-08-21 Nicholas ClarkBefore filling the lookup hash for opcode names, pre...
2021-08-21 Nicholas ClarkDelete Perl_ptr_table_clear, marked as deprecated since...
2021-08-21 Karen Etheridgemake way for 5.35.4
2021-08-21 Karen Etheridgetick off release 5.35.3
2021-08-21 Karen Etheridgeadd new release to perlhist v5.35.3
2021-08-21 Karen Etheridgefinalize perldelta
2021-08-21 Karen EtheridgeUpdate Module::CoreList for 5.35.3
2021-08-21 Karen Etheridgeupdate AUTHORS
2021-08-21 Karen Etheridgemore perldelta updates
2021-08-21 Karl Williamsonperlop: Fix indented here-doc empty line description
2021-08-21 Karen Etheridgeadd some missing perldelta entries
2021-08-20 Karen Etheridgecollapse 3 whitespace to 2
2021-08-20 Karen Etheridgefix pod markup
2021-08-19 Neil BowersAdded my choice of epigraph for 5.35.2
2021-08-18 Nicholas Clarkperldelta for sort.pm becoming a no-op.
2021-08-17 David GoldenAdd top-level Code of Conduct document 19057/head
2021-08-17 Richard Leachpp_defined: modify OP_DEFINED paths to use TOPs and...
2021-08-17 Tony Cookperldelta updates
2021-08-17 Tony Cookbump $Time::HiRes::VERSION
2021-08-16 Leon TimmermansPerldelta that «use v5.35» enables warnings
2021-08-15 Karl Williamsonmktables: Generate =head1 NAME line in Name.pm
2021-08-15 Ben CornettDocument v5.35 warnings-on-by-default
2021-08-15 Asher MancinelliTest new warnings enabled by default
2021-08-15 Asher MancinelliAdd asher mancinelli to AUTHORS
2021-08-15 Leon TimmermansEnable warnings on «use v5.35»
2021-08-14 Max MaischeinAdd "run makedepend in parallel" to perldelta
2021-08-14 Karl WilliamsonAdd utf8_to_utf16 19034/head
2021-08-14 Karl WilliamsonImprove utf16_to_utf8_reversed()
2021-08-14 James E Keenanlib/unicore/mktables: correct sub signatures in 2 locations
2021-08-14 Karl WilliamsonSimplify utf16_to_utf8()
2021-08-14 James E KeenanMerge branch 'pod-html-refactoring-4-of-5' into blead
2021-08-14 James E KeenanPod::Html::Util: small documentation changes 18977/head
2021-08-14 James E KeenanPod::Html: assign directly to array ref
2021-08-14 James E KeenanPod-Html: Simplify the sub which processes options
2021-08-14 Karl Williamsonutf8.c: Rmv #undef 19033/head
2021-08-14 Karl Williamsonutf8.c: Use macros instead of reinventing them
2021-08-14 Karl Williamsonutf8.c: Refactor is_utf8_char_helper()
2021-08-14 Karl WilliamsonMake macro isUTF8_CHAR_flags an inline fcn
2021-08-14 Karl Williamsonis_utf8_valid_partial_char_flags: Use DFA
2021-08-14 Karl Williamsonutf8.c: Rmv EBCDIC dependency
2021-08-14 Karl Williamsonutf8.c: Rmv an EBCDIC dependency
2021-08-13 James E KeenanCheck off 5.35.2 in release schedule
2021-08-13 Ricardo Signesperldelta: make note of "switch" leaving the v5.36...
next