This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Finish prepping Module::CoreList for 5.31.5
[perl5.git] / dist /
2019-10-20 Steve HayFinish prepping Module::CoreList for 5.31.5
2019-10-14 James E KeenanExtend test coverage for Dumpvalue.pm
2019-10-13 James E KeenanDo not use 'exists' on arrays; use 'defined' instead
2019-10-12 James E KeenanDumpvalue: handle one more potential warning
2019-10-11 James E KeenanUse warnings in Dumpvalue.pm; fix those found
2019-10-11 Nicolas RFix p5-Text-Xslate on Perl 5.8.5
2019-10-11 Nicolas RAdd a comment to point to the value used for __MAX_PERL__
2019-10-11 Nicolas RUpdate bugtracker and repository URLs
2019-10-11 Nicolas RAdjust Makefile.PL for devel versions
2019-10-11 Karl Williamsonparts/inc/misc: Fix EBCDIC build problem
2019-10-11 Karl Williamsonutf8_to_uvchr_buf: Fix error checking on early EBCDICs
2019-10-11 Nicolas RUpdate Changes for 3.54 release
2019-10-11 Nicolas RChangelog for for 3.53
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-10-11 Max MaischeinPerl5 git is on https
2019-10-09 James E KeenanHandle undefined values correctly
2019-10-09 Karl Williamsondist/Data-Dumper/t/dumper.t: Skip ASCII-centric tests...
2019-10-09 Karl Williamsondist/Storable/t/regexp.t: Mark some tests as ASCII...
2019-09-27 Nicolas RDevel::PPPort - fix podcheck issues
2019-09-27 Nicolas RTurn the clock backward for Devel::PPPort 3.54
2019-09-27 PaliDevel::PPPort: Fix commit d6d4687 vmess is already...
2019-09-27 Nicolas RDevel::PPPort - Reconciliate changes with GitHub 26a6a909
2019-09-27 Karl WilliamsonUpdate parts/base,todo files
2019-09-27 Karl WilliamsonWe don't provide GCC_BRACE_GROUPS_FORBIDDEND
2019-09-27 Karl WilliamsonBackport start_subparse
2019-09-27 Karl WilliamsonBackport rsync_locale, switch_to_global_locale
2019-09-27 Karl WilliamsonBackport UVCHR_SKIP
2019-09-27 Karl WilliamsonBackport UTF8_IS_INVARIANT, UVCHR_IS_INVARIANT
2019-09-27 Karl Williamsonparts/inc/misc: Use parameters in #defines
2019-09-27 Karl Williamsonparts/inc/misc: Comment, white-space only
2019-09-27 Karl WilliamsonBackport isFOO_L1 macros
2019-09-27 Karl WilliamsonBackport NATIVE_TO_LATIN1, and vice-versa
2019-09-27 Karl WilliamsonMake sure newCONSTSUB gets included on early perls
2019-09-27 Karl Williamsonparts/inc/threads: Add hints
2019-09-27 Karl Williamsonparts/inc/mess: Don't 'provide' a porting test macro
2019-09-27 Karl Williamsonparts/inc/mess: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/magic: Fix to run on early perls
2019-09-27 Karl Williamsonparts/inc/magic: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/variables: Grammar in comment
2019-09-27 Karl Williamsonparts/inc/uv: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/uv: Use > to compare $]
2019-09-27 Karl Williamsonparts/inc/utf8: Symbols are not really for external use
2019-09-27 Karl Williamsonparts/inc/utf8: Add hint for utf8_to_uvchr()
2019-09-27 Karl Williamsonparts/inc/utf8: Fix typo in comment
2019-09-27 Karl Williamsonparts/inc/utf8: Fix hints for is_ascii_string
2019-09-27 Karl Williamsonparts/inc/utf8: Use numeric comparisons with $]
2019-09-27 Karl Williamsonparts/inc/utf8: Fix for loops to work on early perls
2019-09-27 Karl Williamsonparts/inc/utf8: Fix utf8_to_uvchr_buf for 5.7.0
2019-09-27 Karl Williamsonparts/inc/utf8: make sure var is def'd before using
2019-09-27 Karl Williamsonparts/inc/utf8: Wrap qr in string eval
2019-09-27 Karl Williamsonparts/inc/sv_xpvf: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/Sv_set: Fix to work with early perls
2019-09-27 Karl Williamsonparts/inc/sprintf: Add Warning, Replace: pragma
2019-09-27 Karl Williamsonparts/inc/shared_pv: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/misc: Remove extraneous ord() calls
2019-09-27 Karl Williamsonparts/inc/misc: Shorten sub names
2019-09-27 Karl Williamsonparts/inc/misc: Can't use GCC brace groups before 5.4
2019-09-27 Karl Williamsonparts/inc/misc: Change Hints into comments
2019-09-27 Karl Williamsonparts/inc/mess: Use numeric comparisons for $]
2019-09-27 Karl Williamsonparts/inc/mess: Don't use 'for' modifier
2019-09-27 Karl Williamsonparts/inc/mess: Some things are broken in the 5.7 series
2019-09-27 Karl Williamsonparts/inc/mess: Some things don't work before 5.4.0
2019-09-27 Karl Williamsonparts/inc/mess: \N{} broken in more versions
2019-09-27 Karl Williamsonparts/inc/cop: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/call: Fix to run on old perls
2019-09-27 Karl Williamsonparts/inc/call: Adjust prototype to match blead
2019-09-27 Karl Williamsonparts/inc/format: Fix to work on early perls
2019-09-27 Karl Williamsonppphtest: Update based on previous commits
2019-09-27 Karl Williamsondevel/mkapidoc.pl: Rewrite entirely in perl
2019-09-27 Karl Williamsonparts/inc/ppphdoc: Add caution to pod
2019-09-27 Karl WilliamsonPPPort_pm.PL: Silence warnings on early perls
2019-09-27 Karl Williamsondevel/regenerate: make sure the .fnc files don't overlap
2019-09-27 Karl Williamsondevel/scanprov: Store information about all fcns
2019-09-27 Karl Williamsonparts/apicheck.pl: Use the passed NEED_foo macros
2019-09-27 Karl Williamsondevel/regenerate: get a list of all NEED_foo macros
2019-09-27 Karl WilliamsonRealPPPort_xs.PL: Fix spelling in comment
2019-09-27 Karl Williamsondevel/regenerate: Add some error checking
2019-09-27 Karl WilliamsonUpdate parts/ppport.fnc
2019-09-27 Karl Williamsonparts/apicheck.pl: make macro public in X+M flagged...
2019-09-27 Karl WilliamsonCreate regeneration files in final directory
2019-09-27 Karl WilliamsonPass values from mktodo.pl to apicheck.pl
2019-09-27 Karl Williamsonppport.fnc
2019-09-27 Karl WilliamsonPPPort_pm.PL: Add __UNDEF_NOT_PROVIDED__
2019-09-27 Karl WilliamsonPPPort_pm.PL: Add an item for unknown min supported...
2019-09-27 Karl Williamsonparts/ppptools.pl: Make sure mathoms fcns are deprecated
2019-09-27 Karl Williamsonparts/apicheck.pl: Don't test macros with weird params
2019-09-27 Karl Williamsonparts/inc/ppphbin: Use dependency info for min support
2019-09-27 Karl WilliamsonAdd script to regenerate ppport.fnc
2019-09-27 Karl WilliamsonPPPort_pm.PL: Handle blead specially
2019-09-27 Karl Williamsonparts/inc/uv: Add Replace: pragma
2019-09-27 Karl Williamsonparts/inc/SvPV: Add Replace: comments
2019-09-27 Karl Williamsonppport.h: Make use of scanprov's new returns
2019-09-27 Karl Williamsonppport.h: Reword --api-info entries
2019-09-27 Karl Williamsonppport.h: --api-info Reorder output of hints/depends...
2019-09-27 Karl Williamsonppport.h: Suppress useless warning
2019-09-27 Karl Williamsonparts/inc/ppphbin: Do calc once, and store in variable
2019-09-27 Karl WilliamsonPPPort_pm.PL: Make use of scanprov's new flags
2019-09-27 Karl Williamsondevel/scanprov: Scan for functions we didn't test
2019-09-27 Karl Williamsondevel/scanprov: Extract code into a function
2019-09-27 Karl Williamsondevel/mktodo.pl: Get working on threaded perls.
next