This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-05-02 Karl WilliamsonPATCH: [perl #134031] BBC breake Math::Clipper
2019-05-01 Tony Cook(perl #134046) list form system/exec/pipe open limits...
2019-04-30 Karen Etheridgesync up with cpan release of Devel-PPPort 3.51
2019-04-30 Karen Etheridgewhitespace
2019-04-30 H.Merijn BrandAnother re-order in Devel::PPPort - warn before uv...
2019-04-30 Steve HayUpdate note of the test failures reportied in perl...
2019-04-29 Ryan Vootsmalloc.c: Move variable declaration used in -DDEBUGGING...
2019-04-29 Ryan VootsAdd Ryan Voots to AUTHORS file
2019-04-29 Karl Williamsonperly.c: Fix typo in comment
2019-04-29 Nicolas Rsync with cpan release of Devel-PPPort 3.49
2019-04-29 sisyphusext/POSIX/t/posix.t: Fix undefined C behavior in test
2019-04-29 sisyphusext/POSIX/t/posix.t: Fix typo in test name
2019-04-28 Karen Etheridgefix version
2019-04-28 Karen Etheridgedo not include PPPort_pm.PL in the uploaded tarball
2019-04-28 Karen Etheridgeclarify the process for dist/ (blead-first) distributions
2019-04-28 Karen Etheridgeignore more build artifacts
2019-04-28 H.Merijn BrandDevel::PPPort order misc before uv because of UNLIKELY
2019-04-28 Karen Etheridgesync with cpan release of Devel-PPPort 3.47
2019-04-27 David Mitchellbump Typemap.pm version
2019-04-27 David Mitchellre-fix leak in Devel-PPPort
2019-04-27 David Mitchellfix t/porting/bench.t
2019-04-27 David MitchellTypemap.xs: avoid leak
2019-04-27 H.Merijn BrandTwo more e-mail addresses for me
2019-04-27 Aaron CraneDocument that local-on-negative-array-index is wildly...
2019-04-27 Chris 'BinGOs... CBuilder is 0.280231 on the CPANs
2019-04-26 Nicolas RUpdate Devel-PPPort to version 3.46
2019-04-26 Tomasz Konojackiremove leftovers from [perl #127663]
2019-04-26 Sawyer XRemove entry from MANIFEST
2019-04-26 Sawyer XBumping Storable to release to CPAN
2019-04-26 Aaron Craneperlguts: add some background information on op slab...
2019-04-26 Aaron CraneRegen uconfig.h
2019-04-26 H.Merijn BrandFurther integration from Configure works
2019-04-26 Karl WilliamsonFix precedence problems in preprocessor directives
2019-04-25 Karl WilliamsonPATCH: [perl #134014] lib/locale.t panic on *bsd
2019-04-25 Aaron CraneRegenerate Configure from latest metaconfig
2019-04-25 Chris 'BinGOs... Storable is 3.15 on CPAN
2019-04-24 James E KeenanCheck off 5.29.10
2019-04-24 David MitchellRevert "win32: define HAS_BUILTIN_EXPECT on MinGW"
2019-04-23 Yves Ortonfix the name shown in PERL_HASH_SEED_DEBUG for stadtx
2019-04-23 David Mitchellext/File-Glob/t/rt131211.t: simplify timing
2019-04-23 David Mitchell-DPERL_GLOBAL_STRUCT and -fno-common smoke fail
2019-04-23 David Mitchellfix -DPERL_POISON builds
2019-04-21 James E KeenanPOD formatting correction only.
2019-04-21 Sawyer XUpdate release managers guide
2019-04-21 Sawyer XUpdate perldelta wrt Module::CoreList
2019-04-21 Sawyer XUpdate Module::CoreList
2019-04-21 Sawyer Xlink epigraph to release
2019-04-20 Sawyer Xnew perldelta for 5.29.11, even though we won't see it
2019-04-20 Sawyer Xtick off release
2019-04-20 Sawyer XAdd my epigraph, sans link
2019-04-20 Sawyer XUpdate perlhist v5.29.10
2019-04-20 Sawyer XUpdate perldelta for 5.29.10 release
2019-04-20 Sawyer XUpdate Module::CoreList for 5.29.10
2019-04-20 Karl WilliamsonDevel::PPPort: Always provide UTF8_SAFE_SKIP
2019-04-20 Karen Etheridgetypo
2019-04-20 Karl WilliamsonMerge branch 'ppport' into blead
2019-04-20 Karl WilliamsonReplace utf8_to_uvchr() with a safer version
2019-04-20 Karl WilliamsonUse utf8_to_uvchr_buf()
2019-04-20 Karl WilliamsonProvide utf8_to_uvchr_buf()
2019-04-20 Karl WilliamsonProvide my_strnlen()
2019-04-20 Karl WilliamsonProvide UTF8_SAFE_SKIP
2019-04-20 Karl WilliamsonProvide __ASSERT_
2019-04-20 Karl WilliamsonDevel-PPPort: Implement av_top_index, av_tindex
2019-04-20 Karl WilliamsonDevel-PPPort: Add support for LIKELY/UNLIKELY
2019-04-20 Karl WilliamsonDevel-PPPort/parts/inc/misc: Rmv duplicates in =provides
2019-04-20 Karl WilliamsonDevel-PPPort/parts/inc/misc: Sort =provides section
2019-04-20 Karl WilliamsonAdd/fix character classification macros, like isDIGIT
2019-04-20 Karl WilliamsonUpdate apidoc.fnc, embed.fnc to 5.30
2019-04-20 Karl WilliamsonHACKERS: Fix typo, clarify
2019-04-20 Karl WilliamsonPOSIX.xs: Use new inRANGE macro
2019-04-20 Karl Williamsonhandy.h: Make inRANGE more robust
2019-04-19 Karl Williamsonext/POSIX/t/mb.t: Skip a test on early HP-UX
2019-04-19 Steve Hayt/op/sprintf2.t - Mark failing tests as TODO with VC...
2019-04-19 Richard LeachSilence Cwd.pm warning on Android builds if targetsh...
2019-04-19 Karl Williamsonregcomp.c: Copy some safeguards from swash_init()
2019-04-19 Karl Williamsonext/POSIX/t/posix.t: Clarify tests
2019-04-19 Steve HayMake note of the test failures reportied in perl #133981
2019-04-19 sisyphusCheck that perl and POSIX::strtod assign same value
2019-04-19 Karl WilliamsonCreate Strtod()
2019-04-19 Steve Hayt/op/taint.t - Skip failing test on Windows
2019-04-19 Richard Leacht/io/perlio.t: skips tests if no /tmp
2019-04-19 Karl WilliamsonRichard Leach is now a Perl author
2019-04-19 Steve HayImport perl5282delta.pod
2019-04-19 Karl WilliamsonUpdate Unicode 12.1
2019-04-19 Steve HayUpdate Module-CoreList with data for 5.28.2
2019-04-19 Steve HayTick off 5.28.2
2019-04-19 Steve HayAdd epigraph for 5.28.2
2019-04-19 Karl Williamsonregcomp.c: Add more taint checking for \p{user-defined}
2019-04-19 Steve Hay5.28.2 today
2019-04-19 David Mitchellupdate Porting/deparse-skips.txt
2019-04-19 David MitchellDeparse: mark "$a[0]\[1]" TODO
2019-04-19 David Mitchellext/File-Glob/t/rt131211.t: fix timing issues #2
2019-04-18 Karen Etheridgeupgrade Module-Metadata to 1.000036
2019-04-18 Karl Williamsonintrpvar.h: Add emphasis to comment
2019-04-18 Karl Williamsonext/I18N-Langinfo/Langinfo.pm: Fix comments
2019-04-18 Karen EtheridgeRevert "ignore new temp dirs"
2019-04-18 Karen Etheridgeignore new temp dirs
2019-04-18 Karen Etheridgeupgrade Module-Metadata to 1.000035
2019-04-17 David MitchellRevert "skip leaky Storable tests"
2019-04-17 David Mitchells/safefree()/Safefree() in a few places
next