This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-08-02 Karl WilliamsonMore preparation for 7.0 in versioning
2020-08-01 John LightseyFix github action testing of pull requests on cygwin
2020-08-01 Karl Williamsonutil.c: Reorder two functions
2020-08-01 Karl Williamsonperl.h: Add comment
2020-08-01 Karl Williamsonregcomp.c: Fix grammar in comment
2020-08-01 John LightseySwitch EXTENDED_TESTING logic to avoid failure notifica...
2020-07-31 ☢ ℕicolas ℝsplit IRC notification between blead changes and non...
2020-07-31 ☢ ℕicolas ℝUse GitHub action to send IRC notifications
2020-07-31 Nicolas RTry using hasConflicts tag
2020-07-31 Karl Williamsonperl.h: Fix comment
2020-07-31 Karl Williamsonutf8.h: Add comment
2020-07-31 Karl Williamsonregcomp.c: Use get_cvs(), a clearer short cut
2020-07-31 Karl Williamsonos2.c: Use PerlEnv_getenv
2020-07-31 James E KeenanReposition tests for formats
2020-07-31 James E Keenant/op/while.t: Correct two typos
2020-07-31 Karen Etheridgefix typo in example
2020-07-31 James E KeenanDocument warning 'readline() on unopened filehandle %s'
2020-07-30 Nicolas RFix Math-Complex issue in test suite
2020-07-30 ☢ ℕicolas ℝAutomatically tags Pull Requests with conflicts
2020-07-30 Tony Cook(perl #17844) don't update SvCUR until after we've...
2020-07-30 Ivan BaidakouComply old C-standart
2020-07-30 Ivan BaidakouTry to fix for MSVC
2020-07-30 Ivan BaidakouFix AUTHORS
2020-07-30 Ivan BaidakouUpdate AUTHORS
2020-07-30 Ivan BaidakouCorrect my_rpeep example in perlguts
2020-07-30 Hauke DNote range op behavior change in docs
2020-07-30 Ricardo Signesperl5db: allow the recorded history item length to...
2020-07-30 Nicolas RFull revert of 894d8b10212a906402f4db9f9aac9efe9fa084fd
2020-07-30 Nicolas RRevert "Small changes to test on bugzilla and improve...
2020-07-30 Todd RinaldoAdd missing removal of FCRYPT macro use after rebase
2020-07-30 Karl Williamsonreentr.c: Prevent infinite looping
2020-07-30 Todd RinaldoAdd missing MANIFEST entry from fix for debugger
2020-07-30 Nicolas RFixing intrpvar.h from recent merge
2020-07-30 Karl Williamsonutf8.h: Remove obsolete macro
2020-07-30 Karl Williamsonregexec.c: Use UTF8SKIP for utf8 string
2020-07-30 Karl WilliamsonRevert "regcomp: use long jumps if there is any possibi...
2020-07-30 Karl Williamsonregcomp.c: Improve pattern dumps
2020-07-30 Karl Williamsonregcomp.c: No need to test before setting
2020-07-30 Karl Williamsonregcomp.c: Replace 2 branches with a single inRANGE
2020-07-30 Karl Williamsonregcomp.c: Remove SPSTART flag
2020-07-30 Karl Williamsonregcomp.c: Remove WORST define
2020-07-30 Karl WilliamsonTime-HiRes: Remove obsolete vms code
2020-07-30 Karl Williamsonreentr.c: Buffer sizes for asctime_r,ctime_r are small
2020-07-30 Karl WilliamsonNo need to use locale_r with thread-safe locales
2020-07-30 Todd RinaldoUse quoted strings to compare 5.031006 in Safe.pm
2020-07-30 Nicolas RFixup AUTHORS with recent merges
2020-07-30 Nicolas RAdjust AUTHORS file with new authors
2020-07-30 Todd RinaldoDo not load utf8_heavy.pl in Safe.pm above 5.31.6
2020-07-30 Richard LeachRemove obsolete FCRYPT ifdefs and associated PL_cryptse...
2020-07-30 Thibault DUPONCHELLEHaiku use finddir for default prefix in hints
2020-07-30 Thibault DUPONCHELLEAlign to haiku ports (+ keep some extra) and set path...
2020-07-30 Tony Cookre-work opslab handling to avoid non-portable alignment...
2020-07-30 Tony CookRevert "op.h: Add additional padding to struct opslab...
2020-07-30 Tom StellardAlways expose the perl_tsa_mutex_* functions when threa...
2020-07-30 Dan Bookcorelist - print a better error message if unknown...
2020-07-30 Tony Cookreport the index for not found hash/array index lookups...
2020-07-30 Nicolas RPorting/makerel: add cleanup option
2020-07-30 Nicolas RPorting/makerel - check for xz
2020-07-30 Nicolas RUpdate Net-Ping from 2.72 to 2.73
2020-07-30 E. ChorobaClearing DB::action at the end is no longer needed
2020-07-30 E. ChorobaAfter running an action in the debugger, turn it off
2020-07-30 Dagfinn Ilmari... Fix indirect method call in ExtUtils::Constant test
2020-07-30 Graham Knopput version directly in Exporter::Heavy
2020-07-30 Adam HartleyFuture proof version check
2020-07-30 Adam HartleyUpdate darwin.sh
2020-07-30 Adam HartleySimplify syscall check
2020-07-30 Adam HartleyUpdate deprecated syscall check for 11.x and greater
2020-07-30 Adam HartleyUpdate error message
2020-07-30 Adam HartleyUpdate AUTHORS
2020-07-30 Adam HartleyAdd 11.x support for darwin.sh
2020-07-30 ☢ ℕicolas ℝUpdate regen/feature.pl
2020-07-30 vividsnowIO::Socket::UNIX: synchronize behavior with module...
2020-07-30 Richard Leachpp.c/pp_hot.c - add NV<->NV case to numerical compariso...
2020-07-30 raiphFix 404 and text in New Unicode properties section
2020-07-30 Tony Cookbump IO to 1.44
2020-07-30 Tony CookIO::Handle: clear the error on both input and output...
2020-07-30 Tony Cookmake $fh->error report errors from both input and output
2020-07-30 Tony Cookdocument the unary minus exception for barewords
2020-07-30 Graham Knopuse semicolon to separate statements
2020-07-30 Ryan VootsSmall changes to test on bugzilla and improve compatibility
2020-07-30 Ryan VootsBump Safe.pm version with change
2020-07-30 Ryan VootsUpdate Safe.pm to use tr/// to trigger loading utf8_hea...
2020-07-30 James E Keenanperlrecharclass.pod: Make clear that $, has been assign...
2020-07-30 Nicolas RFix format issue in t/op/taint.t and add strict/warnings
2020-07-30 Leon TimmermansForce path to ExtUtils::PL2Bat in make_ext.pl
2020-07-30 Leon TimmermansMake pl2bat use ExtUtils::PL2Bat
2020-07-30 Leon TimmermansEliminate -a option of pl2bat
2020-07-30 Leon TimmermansImport ExtUtils::PL2Bat
2020-07-30 Richard Leachintrpvar.h -reorder PERLVARS to close x86-64 alignment...
2020-07-30 Graham Knopuse absolute paths in ExtUtils::ParseXS tests on all...
2020-07-30 Tony Cookavoid using C99/C11 functions that NetBSD doesn't define
2020-07-30 Samuel ThibaultGNU/Hurd doesn't support SO_PROTOCOL
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
next