This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2021-09-01 Tony Cookdetect struct stat.st_dev's size and signedness, and...
2021-09-01 Karl WilliamsonRemove deprecated Unicode files
2021-08-30 Felipe GasperReword discussion of /d regexp modifier.
2021-08-30 Nicholas ClarkRelease Storable 3.25
2021-08-30 Nicholas ClarkUpdate Storable's ChangeLog.
2021-08-30 Nicholas Clarkstore_hentry() now takes the key as HEK *, instead...
2021-08-30 Nicholas ClarkFix a bug in the recursion depth check in store_lhash().
2021-08-30 Nicholas ClarkMove the call to hv_iterval() out of store_hentry().
2021-08-30 Nicholas ClarkRefactor Storable's store_lhash() to remove some code...
2021-08-30 Nicholas ClarkRemove code in Storable.xs "commented" out with #if 0
2021-08-30 Nicholas ClarkStorable doesn't actually #include ppport.h on blead...
2021-08-30 Nicholas Clarkppport.h now provides SvPVCLEAR, so no need to roll...
2021-08-30 Nicholas ClarkRemove code in Storable that isn't actually needed...
2021-08-30 Nicholas ClarkRemove code in Storable's tests that handles perl ...
2021-08-30 Nicholas ClarkStorable implicitly needs >= v5.6.1, so remove code...
2021-08-28 Nicholas ClarkTest that mg_copy is called only when expected. 19089/head
2021-08-28 Nicholas ClarkUnicode tests should be in XS::APItest, not XS::APItest...
2021-08-27 Nicholas ClarkMove the tied hash FETCH count tests to t/op/tiehash.t
2021-08-27 Richard Leachav.h: more apidoc tweaks
2021-08-27 Richard Leachav.h: apidoc updates for khw comments
2021-08-27 Richard Leachav.h - addressing comments
2021-08-27 Richard Leachav.h - better document newAV_alloc_x/newAV_alloc_xz
2021-08-27 Richard Leachav.h: document that backrefs lists are fake AVs
2021-08-27 Richard Leachav.h: additional comments regarding real/fake AVs
2021-08-26 Nicholas ClarkDelete the macro XHvTOTALKEYS() which is unused and...
2021-08-25 Nicholas ClarkChange HvUSEDKEYS(hv) to HvTOTALKEYS(hv) in Perl_do_sv_... 19083/head
2021-08-25 Paul "LeoNerd... Use newRV_inc() in threads::shared instead of direct...
2021-08-25 Paul "LeoNerd... Use new sv_setrv_noinc() in Devel::Peek
2021-08-25 Paul "LeoNerd... Convert some existing uses of SvRV_set() to use the...
2021-08-25 Paul "LeoNerd... Add _mg() versions of the sv_setrv* family
2021-08-25 Paul "LeoNerd... Add sv_setrv_inc()
2021-08-25 Paul "LeoNerd... Add sv_setrv_noinc()
2021-08-25 Karl Williamsonpodcheck db: exporter fixed pod problem
2021-08-25 Karl Williamsonhandy.h: Skip non-ptr assertion on old gcc's
2021-08-25 Karl WilliamsonMake paradigm into a macro
2021-08-25 Paul "LeoNerd... Create `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-25 Dagfinn Ilmari... Add comment about hard-coded commit ID in cmpVERSION.pl
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
next