This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-04-09 Samuel SmithTime-Piece: synch with CPAN version 1.3401
2020-04-09 Dan Bookperlbug - Change default behavior to save to file
2020-04-09 Sawyer XBump back to 5.31.11, if we need to release it
2020-04-06 Karl WilliamsonAdd Atsushi Sugawara to AUTHORS
2020-04-06 Atsushi SUGAWARAFix typo in perlretut.pod. C<'$'> to C<$'>.
2020-04-06 Tomasz Konojackidon't disable __attribute__((always_inline)) on clang
2020-04-06 Tomasz Konojackidisable __attribute__((always_inline)) for gcc <= 4.6
2020-04-05 Karl Williamsonregcomp.c: Die on relative group number overflow
2020-04-05 Karl Williamsonregcomp.c: Avoid a segfault
2020-04-05 Karl Williamsonregcomp.c: Rmv unnecessary code
2020-04-05 Karl Williamsonregcomp.c: Rmv wrong comment
2020-04-05 Karl Williamsonregcomp.c: Don't duplicate text for an error msg
2020-04-05 Karl Williamsonregcomp.c: Look before leaping; check before alloc
2020-04-05 Karl Williamsonperlapi: Clarify grok_atoUV()
2020-04-04 Tomasz KonojackiConfigure can't find dlopen() on DragonFly BSD when...
2020-04-04 Karl Williamsonre/pat_advanced.t: Rmv extraneous line
2020-04-03 Karl Williamsonregcomp.c: Handle /ss\xdf/iaa properly
2020-04-03 Tomasz KonojackiDragonFly BSD doesn't support SO_PROTOCOL for AF_UNIX...
2020-04-02 Dagfinn Ilmari... Storable: Fix t/huge.t PERL_TEST_MEMORY diagnostic...
2020-04-02 Karl Williamsonop.c: Add, clarify comments
2020-04-02 Karl Williamsontr/abc/de/: Properly handle longer lhs in in-place...
2020-04-02 Karl Williamsondoop.c: Fix typo in comment; add comment
2020-04-02 sisyphusext/XS-APItest/APItest.xs - make allowances for big...
2020-04-02 sisyphushv_macro.t - remove endianness considerations as they...
2020-04-02 Karl WilliamsonAPItest.pm: Bump version to 1.09
2020-04-01 Dan Bookwarnings.pm - Clarify scoping of $^W examples
2020-03-30 Hugo van der... scan_commit: fix flag handling
2020-03-30 ZeframEliminate build-time warning
2020-03-29 Dagfinn Ilmari... Perl_unipmlemented_op: Fix comment and unnecessary...
2020-03-29 Tony Cookensure sv bodies are properly aligned
2020-03-29 Karl Williamsonregcomp.c: Add comment
2020-03-27 Chad GranumSync Test-Simple with CPAN version 1.302173
2020-03-27 Tony Cookdon't export PL_mbrlen_ps, PL_mbrtowc, PL_wcrtomb if...
2020-03-27 Hugo van der... gh-17645: avoid oob read on conflict marker detection
2020-03-27 Hugo van der... gh-17645 test for out of bounds read
2020-03-27 Tony Cookapparently HP-UX and solaris also don't support SO_PROT...
2020-03-25 Karl WilliamsonDebugging GH #17671.
2020-03-23 Tony Cooktest for i Foo failing to load mro
2020-03-23 Ricardo SignescheckAUTHORS: another name for rjbs
2020-03-23 Ricardo Signesperl5db.pl: the "i" command must load mro.pm before use
2020-03-23 Dan Bookperlfunc - explicitly describe relationship between...
2020-03-21 Sawyer XSetting version to RC0
2020-03-21 Sawyer XBump Module::CoreList in Maintainers, update rest
2020-03-21 Sawyer XUpdate epigraph link, tick release in another place
2020-03-20 Sawyer XUpdate Module::CoreList for 5.32.0
2020-03-20 Sawyer XBump version to 5.32.0
2020-03-20 Sawyer Xnew delta for 5.31.11
2020-03-20 Sawyer XTick release
2020-03-20 Sawyer XAdd my epigraph, minus link
2020-03-20 Sawyer XMerge branch 'release-5.31.10' into blead
2020-03-20 Sawyer Xadd new release to perlhist v5.31.10
2020-03-20 Sawyer Xperldelta cleanup
2020-03-20 Sawyer XAdd obituary for DrForr...
2020-03-20 Sawyer XShape up perldelta, write obituary...
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
next