This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-10-30 Dagfinn Ilmari... perldeprecation: Change some uses of "in Perl $version...
2017-10-30 Jarkko HietaniemiThe AIX doubledouble longdouble has been left broken...
2017-10-30 Tony Cookperldelta for e8d55f27af46, ebcc725e3f7e
2017-10-29 Tony Cook(perl #132245) don't leak on \N{}
2017-10-29 Tony Cook(perl #132245) don't try to process a char range with...
2017-10-29 Harald JörgShow that '/o' modifier no longer has adverse effects...
2017-10-29 Dagfinn Ilmari... Clarify comments around deprecated attributes
2017-10-29 Karl Williamsonbytes_to_utf8(): Trim unused malloc'd space
2017-10-28 Karl WilliamsonBump Socket version to 2.020_04
2017-10-28 Karl Williamsonperlre: Slight clarification
2017-10-28 Karl Williamsonperldiag: More detail on /i var length lookbehind
2017-10-28 Karl Williamsonregcomp.h: Add comment
2017-10-28 Dagfinn Ilmari... Numify $Socket::VERSION
2017-10-27 Karl WilliamsonChange upper limit handling of -Dr output
2017-10-27 Karl WilliamsonDevel-PPPort: Fix up pod
2017-10-27 Karl Williamsonmv Devel-PPPort from cpan to dist
2017-10-27 Karl Williamsonregcomp.c: Skip UTF-8 decoding for invariants
2017-10-27 Karl Williamsontoke.c: Add commentary
2017-10-27 Karl Williamsonregcomp.c: Don't forget to restore state
2017-10-27 Karl Williamsonregcomp.c: Remove redundant 'if'
2017-10-27 Karl Williamsonregcomp.c: White-space only
2017-10-27 Karl Williamsonregcomp.c: Add assertion
2017-10-26 Craig A. BerryDon't link in Perl_my_strnlen when we don't have it.
2017-10-26 Steve HayUse File::Spec->tmpdir() instead of hard-coded /tmp
2017-10-26 Craig A. BerryRestore parenthesis that went missing in 083b2a61ee6281f.
2017-10-25 Steve HayRedirect STDERR to /dev/null instead of just closing it
2017-10-25 Craig A. BerryRemove unused probes in configure.com.
2017-10-25 Craig A. BerryRevert "vms/vmsish.h: move a function declaration from...
2017-10-25 Dagfinn Ilmari... Fix missing skip counts in PathTools' cwd.t
2017-10-25 Steve HayUpgrade Net::Ping from version 2.55 to 2.61
2017-10-24 Karl Williamsondquote.c: Rmv extraneous #ifdef; add assertions
2017-10-24 Karl Williamsonhandy.h: Add parens around macro expansion
2017-10-24 Karl Williamsonnumeric.c: Add comment
2017-10-24 Karl WilliamsonConvert strncmp into strnEQ, strnNE
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-24 Dagfinn Ilmari... Unweaken refs in in-place reverse
2017-10-24 Karl WilliamsonDynaLoader: Use strlcpy instead of strcpy
2017-10-24 Dominic HargreavesSkip various tests if PERL_BUILD_PACKAGING is set
2017-10-23 Dagfinn Ilmari... Further simplify XSLoader .bs file handling
2017-10-23 Dagfinn Ilmari... Avoid loading .bs files twice when using XSLoader
2017-10-23 Father ChrysostomosIncrease $B::VERSION to 1.71
2017-10-23 Father ChrysostomosB::walksymtable: clear cached methods
2017-10-23 Aaron CraneRT#132347: fix building Tk
2017-10-23 Dagfinn Ilmari... Quieten Time-HiRes test noise
2017-10-23 David Mitchell[MERGE] various bench.pl enhancements and fixes
2017-10-23 David Mitchellbenchmarks.t: update to handle field changes
2017-10-23 David Mitchellbench.pl: add 'compile' benchmark field
2017-10-23 David Mitchellbench.pl: add 'pre' and 'post' benchmark fields
2017-10-23 David Mitchellbench.pl: make 'desc' default to 'code'
2017-10-23 David Mitchellbench.pl: add checks for bad benchmark files
2017-10-23 David Mitchellbench.pl: display large values as 'Inf'
2017-10-23 David Mitchellbench.pl: allow variable-width data columns
2017-10-23 David Mitchellbench.pl: factor out some common code
2017-10-23 David Mitchellbench.pl: make -v an alias for --verbose
2017-10-23 David Mitchellbench.pl --autolabel: avoid degenerate cases
2017-10-23 David Mitchellbench.pl: fix race condition in test
2017-10-23 David Mitchellbench.pl --compact: display description too
2017-10-23 David Mitchellbench.pl: allow negative column indices
2017-10-23 David Mitchellbench.pl: list valid in 'unrecognised perl' err
2017-10-23 Aaron Cranemetaconfig: ignore "index", "rindex"
2017-10-23 Aaron CraneConfigure: rebuild from latest units
2017-10-23 Aaron CraneNew .metaconf-exclusions.txt file
2017-10-22 Lukas Maidocument semantics of %+ in perlvar in addition to...
2017-10-22 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-22 Lukas Maiavoid "implicit fallthrough" warning under ithreads
2017-10-22 Aaron CraneDefine I_STDARG cpp symbol for XS backcompat
2017-10-22 James E KeenanRemove superfluous FALLTHROUGH guards.
2017-10-22 James E KeenanPrevent warnings when building with gcc-7.2.
2017-10-22 Aaron CraneDefine an _() macro for XS backcompat
2017-10-22 Lukas MaiODBM_File: avoid "flags set but not used" warning
2017-10-22 Aaron Cranet/porting/pending-author.t: report skip reasons more...
2017-10-21 Karl Williamsonregcomp.c: Fix typo in comment
2017-10-21 Karl Williamsonregcomp.c: Add assertion
2017-10-21 Dagfinn Ilmari... Fix sv_vcatpvfn %s with precision on non-NUL-terminated...
2017-10-21 Dagfinn Ilmari... Provide fallback strnlen implementation
2017-10-21 Dagfinn Ilmari... Probe for strnlen on VMS
2017-10-21 H.Merijn BrandRegenerate Glossary
2017-10-21 Karl WilliamsonFix Perl_langinfo() non-threaded bug
2017-10-21 Aaron Crane[MERGE] Rely on a C89 compiler
2017-10-21 Aaron Craneperl.h: explicitly declare "environ" in more places
2017-10-21 Aaron Cranepod/perlhacktips.pod: remove some outdated portability...
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneRely on C89 <assert.h>
2017-10-21 Aaron CraneRely on C89 <math.h>
2017-10-21 Aaron CraneNever attempt to redeclare standard functions
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 NULL
2017-10-21 Aaron CraneDon't declare C89 realloc()
2017-10-21 Aaron CraneRely on C89 strerror()
2017-10-21 Aaron Craneutil.h: simplify cpp conditionals
2017-10-21 Aaron Craneutil.c: simplify cpp conditionals
2017-10-21 Aaron Cranethread.h: simplify cpp conditionals
2017-10-21 Aaron Cranesv.c: simplify cpp conditionals
2017-10-21 Aaron Craneregen/reentr.pl: simplify cpp conditionals
2017-10-21 Aaron Cranepp_sys.c: simplify cpp conditionals
2017-10-21 Aaron Cranepp_pack.c: simplify cpp conditionals
2017-10-21 Aaron Cranepp_hot.c: simplify cpp conditionals
2017-10-21 Aaron Cranepp_ctl.c: simplify cpp conditionals
2017-10-21 Aaron Cranepp.c: simplify cpp conditionals
next