This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-21 Aaron CraneRemove USE_STRUCT_COPY in favour of C89 struct assignment
2017-10-21 Aaron CraneConfigure: fix nl_langinfo_l() probe
2017-10-21 H.Merijn BrandAdd Configure changes to perldelta
2017-10-21 H.Merijn BrandAdd new Configure probes
2017-10-20 Steve HayToday's M::CL is up on CPAN already
2017-10-20 Steve HayPrepare Module::CoreList for 5.27.6
2017-10-20 Steve HayBump version to 5.27.6
2017-10-20 Steve Hayperldelta - Fix version for the next run of Porting...
2017-10-20 Steve HayNew perldelta for 5.27.6
2017-10-20 Steve HayTick off 5.27.5
2017-10-20 Steve HayAdd epigraph for 5.27.5
2017-10-20 Steve HayPerl 5.27.5 today v5.27.5
2017-10-20 Steve HayFinalize perldelta
2017-10-20 Steve HayUpdate Module::CoreList for 5.27.5
2017-10-20 Steve Hayperldelta - Fix broken links
2017-10-20 Steve Hayperldelta - Remove boilerplate
2017-10-20 Steve Hayperldelta - Update selected bug fixes etc
2017-10-20 Steve Hayperldelta - Update modules
2017-10-20 Steve HaySuppress spurious corelist-perldelta.pl warning
2017-10-20 Steve HayTeach corelist-perldelta.pl about libnet, podlators...
2017-10-20 Steve HayPorting/Maintainers.pl - version's vxs.inc is now CUSTO...
2017-10-20 Steve HayPorting/Maintainers.pl - NEXT is CUSTOMIZED
2017-10-20 Father ChrysostomosDeparse.t tweak
2017-10-20 Father Chrysostomosperldelta for 14062320f
2017-10-20 Father ChrysostomosTemporarily revert CV-in-stash optimisation
2017-10-19 Steve HayUpdate win32/config_H.[gv]c canned configuration files
2017-10-19 Nicolas RUse SvLEN_set/SvCUR_set in a few extra locations
2017-10-18 Dagfinn Ilmari... Merge branch 'smoke-me/ilmari/exec-empty-argv' into...
2017-10-18 Dagfinn Ilmari... Perldelta for exec PROGRAM LIST with empty LIST
2017-10-18 Dagfinn Ilmari... [perl #131730] Fix exec PROGRAM LIST with empty LIST...
2017-10-18 Dagfinn Ilmari... [perl #131730] Fix exec PROGRAM LIST with empty LIST
2017-10-18 Steve HayUpgrade Test-Simple from version 1.302101 to 1.302103
2017-10-17 Tony Cookthe unopened test should use a file handle distinct...
2017-10-17 Tony Cook[perl #127063] suppress warning on assigning 0 to $[
next