This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2017-10-21 Aaron Craneperlio.c: simplify cpp conditionals
2017-10-21 Aaron Craneperl.h: simplify cpp conditionals
2017-10-21 Aaron CraneDrop support for the hp9000s500 cpp symbol
2017-10-21 Aaron CraneDelete useless references to DG/UX
2017-10-21 Aaron Craneperl.c: simplify cpp conditionals
2017-10-21 Aaron Craneopcode.pl: simplify cpp conditionals
2017-10-21 Aaron Cranenumeric.c: simplify cpp conditionals
2017-10-21 Aaron Cranemg.c: simplify cpp conditionals
2017-10-21 Aaron Cranemalloc.c: simplify cpp conditionals
2017-10-21 Aaron Cranemalloc.c: don't redefine START_EXTERN_C from perl.h
2017-10-21 Aaron Cranehandy.h: simplify cpp conditionals
2017-10-21 Aaron Cranedosish.h: simplify cpp conditionals
2017-10-21 Aaron CraneEXTERN.h: simplify cpp conditionals
2017-10-21 Aaron Cranedoio.c: simplify cpp conditionals
2017-10-21 Aaron Cranevms/vmsish.h: move a function declaration from doio.c
2017-10-21 Aaron Cranecaretx.c: simplify cpp conditionals
2017-10-21 Aaron CraneXSUB.h: simplify cpp conditions using C89 "#elif"
2017-10-21 Aaron CraneRely on contents of C89 <limits.h>
2017-10-21 Aaron CraneSimplify perl.h floating-point limits defines
2017-10-21 Aaron CraneDon't try to use <values.h>
2017-10-21 Aaron CraneRely on C89 <float.h> defining DBL_DIG
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 <time.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneUse snprintf() in favour of sprintf()
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 <stdarg.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneDon't pretend to determine whether ansi2knr is needed
2017-10-21 Aaron CraneRely on C89 variadic prototypes
2017-10-21 Aaron CraneConfigure: assume C89 headers in need_va_copy probe
2017-10-21 Aaron CraneRely on C89 vprintf()
2017-10-21 Aaron CraneRely on C89 sprintf() return type
2017-10-21 Aaron CraneConfigure: assume C89 headers in d_c99_variadic_macros...
2017-10-21 Aaron CraneRely on C89 snprintf()
2017-10-21 Aaron CraneRely on C89 vsnprintf()
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-21 Aaron CraneAssume C89 "volatile" keyword
2017-10-21 Aaron CraneAssume we have C89 memchr()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneDrop support for PowerUX / Power MAX OS
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
next