This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2023-06-12 Tony CookHTTP-Tiny: don't ship excluded files
2023-06-11 Ricardo Signesperldelta: more notes about switch and smartmatch
2023-06-11 Ricardo Signesperldelta: note the new INC diagnostics
2023-06-11 Ricardo Signeswarnings: notes on when deprecated::smartmatch was...
2023-06-11 Ricardo Signesperldelta: edit some prose for clarity
2023-06-11 Ricardo Signesperldelta: update "updated modules" section
2023-06-11 Ricardo SignesModule::CoreList: update HTTP::Tiny version
2023-06-11 Ricardo SignesHTTP::Tiny: import trial v0.083 from CPAN
2023-06-03 Ricardo SignesMerge branch 'release-5.38.0' into blead
2023-06-03 Ricardo Signesperldelta: old package separator will be removed in... 21108/head
2023-06-03 Ricardo Signesperldelta: small tweak to prose for clarity
2023-06-03 Ricardo Signesperldelta: make the "updated docs" section more uniform
2023-06-03 Ricardo Signesperldelta: replace "v5.37.x" with "now"
2023-06-03 Ricardo Signesperldelta: reorder the core enhancements section
2023-06-03 Ricardo Signesperldelta: drop XXX sections, add acknowledgements
2023-06-03 Ricardo Signesperldelta: merge in perl53711delta
2023-06-03 Ricardo Signesperldelta: merge in perl53710delta
2023-06-02 Ricardo Signesupdate Module::CoreList
2023-06-02 Ricardo Signeslibperl.t: skip failing tests on Darwin temporarily
2023-06-02 Ricardo Signesimport CPAN v2.36 from the CPAN
2023-06-02 Ricardo Signesperldelta: remove the v5.37 series deltas
2023-06-02 Ricardo Signesperldelta: improve wording of an entry
2023-06-02 Ricardo Signesperldelta: correct a typo
2023-06-02 Ricardo Signesperlhist: add v5.38.0 data
2023-06-02 Ricardo Signesperldelta: remove delta for #20800 because #21064 rever...
2023-06-02 Tony Cookre-word and expand readline() no longer clears the...
2023-06-02 Ricardo Signesperldelta: drop apparently-missing perldiag entry
2023-06-02 Ricardo Signesperldelta: my_strftime8 was removed, drop delta
2023-06-02 Ricardo Signesperldelta: correct errors with over/item/back
2023-06-02 Ricardo Signesperldelta: drop empty head1 sections
2023-06-02 Ricardo Signesversion bump: gitignore perl5380delta
2023-06-02 Ricardo Signesversion bump: correct perldelta version
2023-06-02 Ricardo Signesperldelta: put draft perl5380delta in pod/perldelta.pod
2023-06-02 Ricardo Signesperl5380delta: add missing Pod control sequence
2023-06-02 Ricardo Signesperl5380delta: fix an =over/=back breakage
2023-06-02 Ricardo Signesperl5380delta: note that clearing of eof flag has changed
2023-06-02 Ricardo Signesperl5380delta: begin reorganizing and tidying
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.9 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.8 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.7 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.6 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.5 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.4 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.3 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.2 delta
2023-06-02 Ricardo Signesperl5380delta: merge in v5.37.1 delta
2023-06-02 Ricardo Signesperl5380delta: a messy commit to get things started
2023-06-02 Ricardo Signesversion bump: update Module::CoreList
2023-06-02 Ricardo Signesversion bump: bump warnings.pm version
2023-06-02 Ricardo Signesversion bump: regenerate META.json, META.yml
2023-06-02 Ricardo Signesversion bump: make regen
2023-06-02 Ricardo Signesversion bump: set RC0 while in dev, in patchlevel
2023-06-02 Ricardo Signesversion bump: new version is v5.38.0
2023-05-28 Yves Ortondist/Storable - security advisory and changelog update
2023-05-26 Bruce Grayperlclassguts.pod: spelling fix
2023-05-26 Karl WilliamsonBruce Gray is now a Perl 5 contributor
2023-05-26 Karl Williamsont/loc_tools.pl: Update text for searched for diagnostic
2023-05-26 Elvin Aslanovperlclass.pod: spelling fix
2023-05-26 David Mitchell[MERGE} assorted Deparse fixups
2023-05-26 David MitchellPorting/deparse-skips.txt: skip t/e/pat_re_eval.t
2023-05-26 David Mitchelldeparse-skips.txt: remove now-passing tests
2023-05-26 David Mitchelldeparse-skips.txt: skip undef.t, opcount.t for now
2023-05-26 David MitchellDeparse.pm: handle signatures under 'use v5.36'
2023-05-26 David Mitchelldeparse-skips.txt: exclude class/*.t
2023-05-26 David MitchellDeparse.pm: handle padsv_store in list cxt
2023-05-26 David MitchellPorting/deparse-skips.txt: remove deleted files
2023-05-26 David Mitchelldeparse-skips.txt: update bignum/t/*.t entries
2023-05-24 Tony CookPorting/bench.pl: handle changes to cachegrind
2023-05-24 Tony Cookbump $Compress::Raw::Zlib::VERSION to a dev release
2023-05-24 Tony Cookbump $Compress::Raw::Bzip2::VERSION to a dev release
2023-05-24 Tony Cookbump $MIME::Base64::VERSION to a dev release
2023-05-24 Tony Cookbump $Digest::MD5::VERSION to a dev release
2023-05-24 Tony Cookbump $Time::Piece::VERSION to a dev release
2023-05-24 Tony Cookbump $DynaLoader::VERSION and $Time::HiRes::VERSION
2023-05-24 Tony CookC++ builds: avoid generating C<< extern "C" extern...
2023-05-24 Tony CookC++ compatibility: eliminate "register" storage class...
2023-05-24 Tony Cookwin32/makefiles: only add -std:c++20 for USE_CPLUSPLUS
2023-05-24 Tony Cookembed.fnc: make sure the 'extern "C"' Perl_ref() is...
2023-05-24 Tony Cookwin32/Makefile: we need C++20 for designated struct...
2023-05-24 Tony Cookperllib.c: const correctness
2023-05-24 Tony Cookwin32.c/win32sck.c: fix const correctness
2023-05-24 Tony Cookmg.c: the case statements allowed jumping past the...
2023-05-24 Tony Cooklocale.c, sv.c: compound literals are C99, but not C++
2023-05-24 Tony Cookdl_win32.xs: can't assign literal to "char *"
2023-05-24 Tony Cookcpan/various.xs: don't force "C" linkage on system...
2023-05-22 Leon TimmermansAdd vsfos to AUTHORS
2023-05-22 Elvin Aslanovhints: Fix >&4
2023-05-22 vsfosfix typo in Configure, ">& 4" to ">&4"
2023-05-19 David Mitchellskip leaking test in class feature
2023-05-18 James E KeenanOne character typo correction
2023-05-18 Karl Williamsoninline.h: Fix typos in comment
2023-05-16 Tony Cookop/sprintf2.t: skip extended precision test on AIX
2023-05-16 Tony CookAIX: skip some locale tests
2023-05-16 Craig A. BerryAdd missing ccflags on VMS to dist/Time-HiRes/Makefile.PL
2023-05-16 Karl Williamsoninline.h: Fix typo in comment
2023-05-16 Karl Williamsonhints/darwin.sh: Turn off POSIX 2008 locales
2023-05-15 Elvin Aslanovperlstype.pod: Fix spelling
2023-05-15 Leon TimmermansRevert "Refactor opcode.pl - use c99 array initializati...
2023-05-15 Leon TimmermansRevert "Refactor opcode.pl - with c99 array init index...
2023-05-15 Leon TimmermansRevert "Generate opcode.h, opnames.h"
next