This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-10-30 Karl Williamsonext/POSIX/t/posix.t: use 'warnings'
2020-10-30 Karl Williamsont/run/locale.t: use 'warnings'
2020-10-30 Karl Williamsonloc_tools.pl: use 'warnings'
2020-10-30 Karl Williamsonloc_tools.pl: Fix locales_enabled()
2020-10-30 Karl Williamsont/loc_tools.pl: Don't destroy caller's array
2020-10-29 Tony Cookremove assertion that collation magic has data
2020-10-26 Tony Cookremove dead code when using Perl_strtod for numeric...
2020-10-26 Karl Williamsonembed.h: Add caution about PERL_NO_SHORT_NAMES
2020-10-23 Karl WilliamsonFix GH #17278
2020-10-23 David Mitchell[MERGE] don't do special-cases in S_mg_free_struct
2020-10-23 David Mitchelladd Perl_magic_freemglob() magic vtable method
2020-10-23 David Mitchelladd Perl_magic_freeutf8() magic vtable method
2020-10-23 David Mitchelladd Perl_magic_freecollxfrm() magic vtable method
2020-10-23 Karl Williamsont/loc_tools.pl: Consider thread 0 always locale-safe
2020-10-22 Karl Williamsonperlguts: some items are actually documented in config.h
2020-10-22 Karl Williamsonautodoc: Add clarifying info to error messages
2020-10-22 Karl Williamsonperl.h: Fix rarely compiled syntax errors
2020-10-22 Karl Williamsonperl.h: Fix typo in comment
2020-10-22 Karl Williamsonperl.h: Call macro instead of expanding it out
2020-10-22 Karl Williamsonperlapi: Add markup
2020-10-22 Karl Williamsonutf8.c: Add blank line for visual clarity
2020-10-22 Karl Williamsonperlapi: PTRV is a typedef
2020-10-22 Karl Williamsonautodoc.pl: Use $scalars to hold heading names
2020-10-22 Karl Williamsonautodoc.pl: Output undocumented fcns in multi columns
2020-10-22 Karl Williamsonautodoc.pl: Extract code into a function
2020-10-22 Karl Williamsonautodoc.pl: Rename sort function for clarity of purpose
2020-10-22 Steve HayDevel::PPPort Makefile.PL is not customized since 46677...
2020-10-20 Dan Bookperlintro - Use single hyphen in NAME section
2020-10-20 Steve HayModule-CoreList-5.20201020 is on CPAN
2020-10-20 Steve HayPrepare Module::CoreList for 5.33.4
2020-10-20 Steve HayBump version to 5.33.4
2020-10-20 Steve HayCreate new perldelta for 5.33.4
2020-10-20 Steve HayTick off 5.33.3
2020-10-20 Steve HayAdd epigraph for 5.33.3
2020-10-20 Steve Hay5.33.3 today v5.33.3
2020-10-20 Steve HayFinalize perldelta
2020-10-20 Steve HayUpdate Module::CoreList for 5.33.3
2020-10-19 James E Keenansysconf.t: close() takes filehandle, not file descriptor
2020-10-19 Nicolas RUpdate Devel-PPPort to release 3.62
2020-10-18 Steve Hayperldelta - Various updates
2020-10-18 Steve Hayperldelta - Remove boilerplate
2020-10-18 Steve Hayperldelta - Update Modules and Pragmata
2020-10-17 Dan Bookperlbug - remove obsolete paragraph
2020-10-17 Steve HayINSTALL - Correct section about upgrading from previous...
2020-10-17 Karl WilliamsonConsolidate and revise pod for toLOWERfoo()
2020-10-16 Karl Williamsonregcomp.c: Do some extra folding
2020-10-16 Karl Williamsonregexec.c: Store expression in a variable
2020-10-16 Karl Williamsonregexec.c: Change variable name in a function
2020-10-16 Karl Williamsonregexec.c: Rename local variable; change type
2020-10-16 Karl Williamsoncharclass_invlists.h: Add some inverse folds.
2020-10-16 Karl Williamsonregen/regcharclass.pl: White space only
2020-10-16 Karl Williamsonregen/regcharclass.pl: Rmv unused macro
2020-10-16 Karl Williamsonregen/regcharclass_multi_char_folds.pl: Use case fold
2020-10-16 Karl Williamsonregen/regcharclass_multi_char_folds.pl: White space...
2020-10-16 Karl Williamsonregcharclass.h: multi-folds: Add some unfoldeds
2020-10-16 Karl Williamsonregen/regcharclass.pl: Use char instead of hex
2020-10-16 Karl Williamsonregen/regcharclass.pl: Move parameter to caller
2020-10-16 Karl Williamsonregen/regcharclass.pl: Change member to method
2020-10-16 Karl Williamsonregcomp.c: Simplify
2020-10-16 Karl Williamsonregcomp.c,regexec.c: Simplify
2020-10-16 Karl Williamsonregnodes.h: Add two convenience bit masks
2020-10-16 Karl Williamsonregcomp.c: Simplify
2020-10-16 Karl Williamsonregcomp.sym: Make adjacent opcodes for 2 similar regnodes
2020-10-16 Karl Williamsonregcomp.sym: Update node comments
2020-10-16 Karl Williamsonregcomp.c: Clarify comment
2020-10-16 Karl Williamsonregen/unicode_constants.pl: Add a couple constants
2020-10-16 Karl Williamsonregexp.h: White-space only
2020-10-16 Karl WilliamsonMake some flags accessible from /ext
2020-10-16 Karl Williamsonext/B/Makefile.PL: #define can have interior white...
2020-10-16 Steve HayPorting/checkAUTHORS.pl --update --from=v5.33.2
2020-10-16 Steve HayPorting/checkAUTHORS.pl - Don't switch EOLs on Windows
2020-10-16 Steve Hayt/porting/customized.dat - Pod::Checker no longer has...
2020-10-16 Steve HayRMG - Spelling and grammar tweaks
2020-10-16 Karl WilliamsonHP cc can't handle NOT_REACHED
2020-10-16 Karl WilliamsonChange name of intermediary macro, and #undef it
2020-10-16 Karl WilliamsonFix __builtin_unreachable
2020-10-15 Steve Hayversion - Fixes from recent CPAN update (966a34475a)
2020-10-15 Steve HayMemoize - t/expmod_t.t and t/speed.t were CUSTOMIZED...
2020-10-15 Steve HayMath::Complex - t/underbar.t was CUSTOMIZED by cde2523b3a
2020-10-15 Steve HayTie::RefHash - Some files are EXCLUDED from blead
2020-10-15 Karl Williamsonregcomp.c: Zero width constructs shouldn't be SIMPLE
2020-10-15 Karl WilliamsonRefactor and document ASSUME()
2020-10-15 Karl WilliamsonDocument NOOP, dNOOP, dVAR
2020-10-14 Tomasz Konojackiwin32: use the same manifest for Visual C++ and gcc...
2020-10-14 James E Keenanpod/perlfunc.pod: Remove misleading code example ...
2020-10-14 Dan Bookperlsub - Link to constant pragma
2020-10-14 Karl Williamsonregexec.c: Macroize another common paradigm
2020-10-14 Karl Williamsonregexec.c: Macroize a common paradigm
2020-10-14 Karl Williamsonregexec.c: Rename a static variable
2020-10-14 Karl Williamsonregexec.c: find_byclass(): Restructure
2020-10-14 Karl Williamsonregexec.c: S_find_byclass(): utf8ness in switch()
2020-10-14 Karl Williamsonregen/regcomp.pl: Generate #defines for UTF8ness
2020-10-14 Karl Williamsonregen/regcomp.pl: Change variable name
2020-10-14 Karl Williamsonregen_lib: Output blanks; not tabs
2020-10-14 Karl WilliamsonAdd exec bit to Porting/Maintainers.pl
2020-10-14 Steve HayFix t/porting/cmp_version.t following Pod-Usage update
2020-10-14 Steve HayUpdate DB_File from version 1.854 to 1.855
2020-10-14 Steve HayNo need for empty CUSTOMIZED section
2020-10-14 Steve HayUpdate Pod-Usage from version 1.70 to 2.01
2020-10-14 Richard Leacht/opbasic/arith.t - extra tests to better exercise...
next