This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_STAR
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PAREN_CLOSE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PAREN_OPEN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PERCENT_SIGN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_SNAIL
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_PLUS
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_MINUS
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_QUESTION_MARK
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_COLON
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_TILDE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_EXCLAMATION_MARK
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_COMMA
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_AMPERSAND
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_EQUAL_SIGN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_DOT
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_SEMICOLON
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACKET_CLOSE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACKET_OPEN
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACE_CLOSE
2020-12-27 Branislav ZahradníkDistinguish C- and perly- literals - PERLY_BRACE_OPEN
2020-12-27 Karl Williamsonembed.fnc: Mark gv_check as internal
2020-12-27 Karl WilliamsonDocument SvPV_renew
2020-12-27 James E KeenanProvide code example for 'my' declared in initializatio...
2020-12-27 James E KeenanList all programs which require regen/embed_lib.pl
2020-12-25 Karl WilliamsonnewSVsv_flags is now documented
2020-12-24 Craig A. BerryFix Time::HiRes compile probe on VMS
2020-12-24 Craig A. BerryDon't define Perl_regcurly in re extension
2020-12-24 Ricardo Signespod_rules.pl: document (in a comment) --tap
2020-12-24 Hugo van der... Test regexp optimizations for substrings
2020-12-24 Hugo van der... Better skipping for regexp optimization tests
2020-12-24 Hugo van der... No plan for regexp optimization tests
2020-12-24 Hugo van der... Allow comments in regexp optimization tests
2020-12-24 Hugo van der... Add test harness for regexp optimization
2020-12-24 James E KeenanBetter documentation for two Porting/*.pl programs
2020-12-24 James E KeenanPorting/pod_rules.pl: no '--test' command-line switch
2020-12-23 Tony Cookskip trying to constant fold an incomplete op tree
2020-12-23 James E KeenanRemove workaround for distros needing dot in @INC
2020-12-23 Sawyer XGH #18163: Stricter, cleaned up test example: (#18165)
2020-12-22 Leon TimmermansMake DynaLoader on MacOS check library existence with...
2020-12-22 Karen Etheridgedo not look for modules under */*/{inc,t} for Module...
2020-12-22 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.58
2020-12-22 Karen EtheridgeWin32API::File::inc::ExtUtils::Myconst2perl is not...
2020-12-21 Karl Williamsonregexec.c: Silence compiler warning
2020-12-21 Karl WilliamsonPOSIX.pod: Document [C99] notation
2020-12-21 Karl WilliamsonPOSIX.xs: Remove redundant #ifdef
2020-12-21 Karl Williamsonglobals.c: Fix typo in comment
2020-12-21 Karl Williamsont/test.pl: Note 2nd spelling for fcn
2020-12-21 Karl Williamsonperlapi: Note that my_strftime's result is localized
2020-12-21 Ricardo SignesMerge branch 'perlgov' into blead
2020-12-21 Ricardo Signesperlgov: add a missing "the" and remove a full stop 18357/head
2020-12-21 Ricardo Signesperlgov: formatting tweaks from code review
2020-12-21 Ricardo Signesperlgov: the perl governance document
2020-12-21 Karl Williamsonregexec.c: Fix failing CI 32-bit tests
2020-12-21 Karl Williamsonregen/regcharclass.pl: Mark intermediate macros as...
2020-12-20 James E KeenanCorrect one misspelled variable name
2020-12-20 Dan Bookperl5335delta grammar nit
2020-12-20 Karl Williamsonperlapi: SvPVbyte_force() and kin: clarify.
2020-12-20 Karl Williamsonperlapi: Document newSVsv_flags
2020-12-20 Karl Williamsonembed.fnc: Mark several do_dump fcns as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark sv_2uv, etc. as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark stack_grow as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark scan_num as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark cx_dump as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark av_arylen_p, av_iter_p as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark doing_taint as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark cxinc as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark moreswitches as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark runops_debug, runops_standard as Core...
2020-12-20 Karl Williamsonembed.fnc: Mark regnext as Core only
2020-12-20 Karl Williamsonembed.fnc: Mark cx_dup as Core only
2020-12-20 Karl Williamsonperlapi: Document and consolidate SvPV functions
2020-12-20 Karl WilliamsonPOSIX::asctime pod: Note it always returns English
2020-12-20 Karl Williamsonperlfunc: Improve localtime entry
2020-12-20 Karl Williamsonregexec.c: Link to github issue in comment
2020-12-20 Max MaischeinPrepare Module::CoreList for 5.33.6
2020-12-20 Max MaischeinBump version to 5.33.6
2020-12-20 Max Maischeinnew perldelta for 5.33.6
2020-12-20 Max MaischeinUpdate release schedule
2020-12-20 Max MaischeinUpdate epigraphs.pod with quote from Max Weber
2020-12-20 Max MaischeinMerge branch 'release-5.33.5' into blead
2020-12-20 Max Maischeinadd new release to perlhist v5.33.5
2020-12-20 Max MaischeinUpdate Module::CoreList for 5.33.5
2020-12-20 Max MaischeinFinalize perldelta for 5.33.5
2020-12-20 Max MaischeinFinalise perldelta for 5.33.5
2020-12-20 Karl WilliamsonFix broken PERL_MEM_LOG under threads
2020-12-20 Karl WilliamsonAdd GETENV_LOCK
2020-12-20 Karl WilliamsonAdd Configure probe for getenv() buffer race
2020-12-20 Karl Williamsonperl.h: Add capability for many-reader ENV mutex locking
2020-12-20 Karl WilliamsonMake many-reader mutexes more resilient
2020-12-20 Karl Williamsonregexec.c: White-space, comments only
2020-12-20 Karl Williamsonregexec.c: Revamp S_setup_EXACTISH_ST() loop end conditions
2020-12-20 Karl Williamsonregexec.c: Change name of static function
2020-12-20 Karl Williamsonregexec.c: Trim trailing blanks
2020-12-20 Karl Williamsonregcharclass.pl: Get code point folding to a seq
2020-12-20 Karl Williamsonregen/regcharclass.pl: Rmv special case
2020-12-19 James E Keenanext/POSIX/t/waitpid.t: Correct one typo
2020-12-19 TAKAI KousukeMANIFEST: Add ext/POSIX/t/iv_const.t
2020-12-19 TAKAI Kousukeext/POSIX: Added tests to check integer constants are...
2020-12-19 TAKAI Kousukeext/POSIX: Change integer constants to IV.
2020-12-19 James E Keenanperldelta for edd16cfcff
next