This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-07-30 Karl WilliamsonRevert "Debugging GH #17671."
2020-07-30 Karl WilliamsonRevert "there is no obvious reason not to set flags"
2020-07-30 Paul "LeoNerd... Define a new SAVEt_HINT_HH type
2020-07-29 James E Keenanlex_assign.t: Correct typo in test description
2020-07-29 Karl WilliamsonDocument PERL_VERSION and kin as deprecated
2020-07-29 Graham✈️✈️Improve detection of Intel C/C++ compilers. (#18001)
2020-07-29 Karl Williamsonautodoc.pl: Improve wording in perlapi/perlintern
2020-07-26 James E KeenanFile-Path: sync in CPAN version 2.17
2020-07-24 Tomasz Konojackiwin32.c: rework the waitpid(-1, WNOHANG) fix
2020-07-23 Nicolas RFix typo when using nBIT_UMAX
2020-07-22 Ryan VootsFixes typo from d223e1ea9ae864c0e563187f1e76240ef1acad87
2020-07-22 reneebadd 'isa' operator to perlexperiment
2020-07-21 Dagfinn Ilmari... warnings: fix missed `$c` in previous commit
2020-07-21 Dagfinn Ilmari... warnings: fix POD typo "you" → "your"
2020-07-21 Dagfinn Ilmari... warnings: rename `$a` and `$b` lexical variables in...
2020-07-21 Dagfinn Ilmari... [MERGE] Remove Symbian support and PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari... Perldelta entry for PERL_GLOBAL_STRUCT removal 17941/head
2020-07-20 Dagfinn Ilmari... Perldelta entry for Symbian removal
2020-07-20 Dagfinn Ilmari... Remove PL_appctx and PL_timesbase interpreter variables
2020-07-20 Dagfinn Ilmari... Remove code guarded by PERLIO_STD_SPECIAL
2020-07-20 Dagfinn Ilmari... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari... Remove Symbian port
2020-07-20 Dagfinn Ilmari... perldebguts: fix documentation for ${"_<$filename"}
2020-07-20 Dagfinn Ilmari... Remove the final remnants of 5005threads support
2020-07-20 Paul "LeoNerd... Ensure stack is in consistent state while restoring...
2020-07-20 Dagfinn Ilmari... Use static asserts when comparing sizeof() to a constant
2020-07-20 Dagfinn Ilmari... Remove accidentally-reintroduced WinCE workaround
2020-07-20 Dagfinn Ilmari... Use UINTMAX_C() in nBIT_MASK() definition
2020-07-20 Karl Williamsont/TEST: Unset PERL_UNICODE
2020-07-18 Karl WilliamsonB/Deparse.pm: White-space only
2020-07-18 Karl WilliamsonB/Deparse.t: Add tests for UTF-8 tr///
2020-07-18 Karl WilliamsonB/Deparse.pm: Rework deparsing of UTF-8 tr///
2020-07-18 Karl WilliamsonB/Deparse.pm: Simplify fcn
2020-07-18 Karl WilliamsonB/Deparse.pm: combine 2 fcns into one
2020-07-18 Karl WilliamsonB::Deparse.pm: Extract code into a function
2020-07-18 Karl WilliamsonB/Deparse.pm: Use mnemonics
2020-07-18 Karl Williamsonregen/op_private: Add comment
2020-07-18 Karl Williamsondoop.c: Remove unnecessary cautiousness
2020-07-18 Karl Williamsont/re/re_tests: Fix misspelling in comment
2020-07-18 Karl Williamsonregexec.c: Fix comment
2020-07-18 Karl Williamsonutf8.h: Add some branch predictions
2020-07-18 Karl Williamsonregcomp.c: Add some comments
2020-07-18 Karl Williamsonhandy.h: Add comments
2020-07-18 Karl Williamsonembed.fnc: reentr not public, so remove from perlapi
2020-07-18 Karl WilliamsonINSTALL: Update comment
2020-07-18 Karl Williamsonop/pack.t: Skip ASCII-centric test on EBCDIC
2020-07-18 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix a couple tests
2020-07-18 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix comment misstat...
2020-07-18 Karl Williamsonext/XS-APItest/t/hv_macro.t: Generalize for EBCDIC
2020-07-18 Karl Williamsonhandy.h: Create nBIT_UMAX() macro
2020-07-18 Karl Williamsonhandy.h: Create nBIT_MASK(n) macro
2020-07-18 Karl Williamsonhandy.h: Update comment
2020-07-18 Karl Williamsont/porting/readme.t: TODO tests now passing on EBCDIC
2020-07-18 Karl Williamsonop/infnan.t: Todo tests are now passing on EBCDIC
2020-07-18 Karl WilliamsonFix uninitialized fold table for EBCDIC with no locales
2020-07-18 Karl Williamsonregen/ebcdic.pl: Declare tables with correct size
2020-07-18 Karl Williamsonregen/ebcdic.pl: Add locale-related ability
2020-07-18 Karl Williamsonregexec.c: Don't use sizeof()
2020-07-18 Karl WilliamsonRemove PL_freq
2020-07-18 Karl WilliamsonRemove EBCDIC PL_freq
2020-07-18 Karl Williamsonperl.h: White-space only
2020-07-18 Karl Williamsonext/File-Glob/t/basic.t: Check error returns
2020-07-18 Karl Williamsont/test.pl: Display an ESC control char as \e
2020-07-18 Karl Williamsont/loc_tools.pl: Don't test unsafe locales
2020-07-18 Karl WilliamsonAdd z/OS locale categories
2020-07-18 Karl Williamsonembed.fnc: Mark some internal functions as core
2020-07-18 Karl Williamsonembed.fnc: utf8 foo_msgs fcns no longer experimental
2020-07-18 Karl Williamsonembed.fnc: Add info to a comment
2020-07-18 Karl Williamsonembed.fnc: Fix typo in comment
2020-07-18 Karl Williamsonembed.fnc: Reorder some comments
2020-07-18 Karl WilliamsonMake SvTRUEx identical to SvTRUE
2020-07-18 Karl WilliamsonUpdate pod for SvTRUE, to indicate single param evaluation
2020-07-18 Karl Williamsonsv.h: Wanted UOK, but said IOK
2020-07-18 Karl WilliamsonMove restricted-use api items to perlintern
2020-07-18 Karl WilliamsonMove api items to perlintern where macro should instead...
2020-07-18 Karl Williamsonsv.h: Change formal parameter name to reflect its usage
2020-07-18 Karl WilliamsonMUTABLE_PTR() Rmv non-standard syntax
2020-07-18 Karl Williamsonautodoc.pl: varargs fcns require full 'Perl_foo'
2020-07-18 Karl WilliamsonXS-APItest: Silence a compiler warning
2020-07-18 Dagfinn Ilmari... time64: declare `tm_zone` as `const char*` unconditionally
2020-07-17 Karen Etheridgefix 5.32.0 release date; remove 5.31.x releases already...
2020-07-17 James E KeenanRe-run Porting/makemeta
2020-07-17 Sawyer XMerge branch 'blead' of github.com:Perl/perl5 into...
2020-07-17 Nicolas Rdist/IO no indirect, strict & warnings
2020-07-17 Nicolas RUpdate Socket from v2.029 to v2.030
2020-07-17 Nicolas RUpdate JSON-PP from 4.04 to 4.05
2020-07-17 Nicolas RUpdate IPC-SysV from 2.07 to 2.08
2020-07-17 Sawyer XBump the perl version in various places for 5.33.1
2020-07-17 Karen Etheridgenew perldelta for 5.33.1
2020-07-17 James E Keenancorrupt.t: Correct spelling error
2020-07-17 Karl WilliamsonTime-HiRes: Use core version compare
2020-07-17 Sawyer XBump the perl version in various paces for 5.33.1
2020-07-17 James E KeenanHTTP::Tiny needs two modules for https support
2020-07-17 James E KeenanDumpvalue.t: Tighten scope of package variables.
2020-07-17 James E Keenangroups.t: Correct one syntax error which was warning
2020-07-17 Karl WilliamsonAdd PERL_VERSION_GE macro, and kin
2020-07-17 Sawyer Xnew perldelta for 5.33.1
2020-07-17 Sawyer XUpdate release schedules, as muchas I can
2020-07-17 Scott BakerUpdate index() documentation with some code examples
next