This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-03-20 David Mitchellfix PERL_GLOBAL_STRUCT_PRIVATE builds
2020-03-20 Karl Williamsonregcomp.c: Update comments
2020-03-20 Karl WilliamsonAdd named sequences to Unicode wildcard name capabilites
2020-03-20 Karl Williamsonregcomp.c: white-space only
2020-03-20 Karl Williamsonregcomp.c: Add a [ to fake string only if original...
2020-03-20 Karl Williamsonmktables: Change named sequences to 5 digits
2020-03-20 Karl Williamsonregcomp.c: Fix misspelling
2020-03-20 Sawyer XDocument chained oprators in perldelta
2020-03-20 David Mitchellfixup to free_and_set_cop_warnings()
2020-03-19 Craig A. Berryvmsish.h: Fix missing semicolon from 2bc5f86
2020-03-19 Shlomi FishCorrect some grammar in README.linux and update it
2020-03-19 Nicolas Rlib/unicore/mktables: use function signatures
2020-03-19 Nicolas Rmodernize mkppport with signatures
2020-03-19 Karl Williamsonregen/reentr.pl: Add comment
2020-03-19 Karl Williamsonregen/reentr.pl: Rearrange ternary expression
2020-03-19 Karl WilliamsonFile-Glob/bsd_glob.c: use PerlEnv_getenv()
2020-03-19 Karl WilliamsonPerl_init_tm: Use mutex to avoid race.
2020-03-19 Karl WilliamsonMerge branch 'time64' into blead
2020-03-19 Karl Williamsontime64.c: Add a branch prediction for unlikely event
2020-03-19 Karl Williamsontime64.c: Add mutex protection
2020-03-19 Karl Williamsontime64.[ch]: Inline only use of another macro
2020-03-19 Karl Williamsontime64.[ch]: Inline only use of a macro and fcn
2020-03-19 Karl Williamsontime64.c: White-space only
2020-03-19 Karl Williamsontime64.c: Refactor Perl_localtime64_r()
2020-03-19 Karl Williamsontime64.c: Store fcn return in a variable
2020-03-19 Karl Williamsonreentr.[ch]: Add gmtime_r, localtime_r
2020-03-19 Karl Williamsonreentr.h: Add way to see if reentrant used
2020-03-19 Karl Williamsonreentr.h: Add clarifying comment
2020-03-19 Karl Williamsonreentr.[ch]: White-space only
2020-03-19 Karl Williamsonperl.h: Add ENV_LOCALE (UN)?LOCK macros
2020-03-18 Karl Williamsonpp_match(): output regex debugging info
2020-03-18 Karl Williamsonregcomp.h: Add macro
2020-03-18 Karl Williamsonpp_match: Use 'z' length modifier to format sizes
2020-03-18 Karl WilliamsonPOSIX.xs: Never pass NULL to ctermid()
2020-03-18 Karl WilliamsonRegne reentr.c.
2020-03-18 Karl Williamsonreentr.c: revise handling of several wrapped fcns
2020-03-18 Karl Williamsonreentr.c: Handle getspnam()
2020-03-18 Karl Williamsonreentr.c: Use keywords, not ops
2020-03-18 David Mitchellfixup to "avoid identical stack traces" - try 2
2020-03-17 Karl WilliamsonFix pod errors
2020-03-17 Karl Williamsonperlre: Note savepv() allocations need to be freed
2020-03-16 Dagfinn Ilmari... switch_category_locale_to_template: Fix use-after-free...
2020-03-16 Karl WilliamsonDynaloader: Add, fix comments
2020-03-16 Karl Williamsoniperlsys.h: White-space only
2020-03-15 Nicolas RAdd macro to free and set cop_warnings
2020-03-15 Karl Williamsonreentr.[ch]: White-space only
2020-03-15 Karl Williamsonregen/reentr.pl: Add some comments
2020-03-14 Dave RolskyFix language referring to GitHub issue tracker in vario...
2020-03-14 Steve HayFill in link for 5.30.2 epigraph
2020-03-14 Steve HayImport perl5302delta.pod
2020-03-14 Steve HayModule::CoreList - Add entry for forthcoming 5.31.10...
2020-03-14 Steve HayModule::CoreList - Fix date of 5.30.2
2020-03-14 Steve HayUpdate Module-CoreList with data for 5.30.2
2020-03-14 Steve HayTick off 5.30.2
2020-03-14 Steve HayAdd epigraph for 5.30.2
2020-03-14 Steve Hay5.30.2 today
2020-03-14 Dan Bookperlop - Avoid $a and $b
2020-03-13 Nicolas RFetch git history to run tests like t/porting/cmp-version.t
2020-03-13 Nicolas RBump IPC-Open3 versions to fix cmp_version.t
2020-03-13 Peter OliverExplain that a shell isn’t always used with qx/STRING/.
2020-03-13 Peter OliverSilence test failure by updating AUTHORS.
2020-03-13 Peter OliverClarify when qx/STRING/ returns undef
2020-03-13 Dan Bookperlrun - Update PERLIO documentation
2020-03-13 Dan BookIPC::Open2 and IPC::Open3 documentation updates
2020-03-13 Nicolas RAdd strict and warnings to some .PL files
2020-03-13 Nicolas RAdd strict and warnings to a few utils
2020-03-13 Yves Ortonop.c: change Optype to I32 for cmpchain functions
2020-03-13 Zeframpod/perlop.pod: cross-precedence chaining
2020-03-13 Zeframpod/perlop.pod: expand doc on chained comparisons
2020-03-13 Zeframchained comparisons
2020-03-13 Tomasz Konojackipp_sort.c: silence the "unused parameter" warning
2020-03-13 Nicolas RPerlIO bump VERSION for t/porting/cmp_version
2020-03-12 James E KeenanUpdate $VERSION
2020-03-12 Yves OrtonB::Deparse fixup uninitialized error in deparsing weird...
2020-03-12 Tony CookI think "program scope" is clearer here than "current...
2020-03-12 Dan BookRework PerlIO documentation
2020-03-12 Nicolas RRevert "fixup to "avoid identical stack traces""
2020-03-12 Nicolas RIsolate broken 32bit gcc smokers
2020-03-12 David Mitchelldocs: clarify effect of $^H, %^H, ${^WARNING_BITS}
2020-03-12 David Mitchellfixup to "avoid identical stack traces"
2020-03-12 Nicolas RCI do not abort a build too early
2020-03-12 Nicolas RRevert "Avoid failures from Install 32bit dependencies...
2020-03-12 Richard Leachgh#10059 - potentially reduce -Wall warnings on plan9...
2020-03-12 Nicolas RAvoid failures from Install 32bit dependencies issues
2020-03-11 Karl Williamsonop.c: S_fold_constants_eval can't be inlined
2020-03-11 Karl WilliamsonStop requesting inlining some functions in recomp.c
2020-03-11 Karl WilliamsonRevert "croak_memory_wrap is an inline function."
2020-03-11 Hugo van der... regexec.c: Clean up debug call
2020-03-11 Karl WilliamsonRmv obsolete function
2020-03-11 Karl Williamsonuse re qw(debug foo) should warn
2020-03-11 Karl WilliamsonAllow debugging from regexec.c back to regcomp.c
2020-03-11 Karl Williamsonregcomp.c: Update comments
2020-03-11 Karl Williamsonlib/charnames.t: White-space only
2020-03-11 Karl Williamsonregen/opcodes: Clarify comment
2020-03-11 Nicolas Rmake_ext.pl should use current Perl to run Makefile.PL
2020-03-11 Karl WilliamsonAdd thread safety to some environment accesses
2020-03-11 Karl WilliamsonAdd mutex for accessing ENV
2020-03-11 Karl WilliamsonCreate new PUSHSTACKi for regcomp.c
2020-03-11 Karl Williamsoncop.h: Add comment
2020-03-11 Karl WilliamsonImplement \p{Name=/.../} wildcards
next