This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix spelling
[perl5.git] / Porting /
2017-11-18 James E KeenanSync cpan/Test-Simple with CPAN version 1.302111.
2017-11-18 James E KeenanUpstream has released Test-Simple with new t/Legacy...
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-11-18 Aaron CranePorting/checkcfgvar.pl: add missing config-symbol file
2017-11-18 Aaron CraneRegenerate Porting/Glossary
2017-11-18 Aaron CraneRegenerate sample config files
2017-11-16 Craig A. BerryPortability fix for Test::Simple 'do' test.
2017-11-15 Karen Etheridgespelling
2017-11-15 Karen Etheridgetabs to spaces in RMG
2017-11-14 Sawyer XUpdate experimental.pm from 0.016 to 0.017
2017-11-14 Paul MarquessCompress-Raw-Zlib: sync with CPAN version 2.075
2017-11-14 Steve HayUpgrade libnet from version 3.10 to 3.11
2017-11-13 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 1.23
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in utils
2017-11-10 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 1.21
2017-11-01 Father ChrysostomosPorting/Maintainers.pl: vutil.c is no longer CUSTOMIZED
2017-10-27 Karl Williamsonmv Devel-PPPort from cpan to dist
2017-10-25 Steve HayUpgrade Net::Ping from version 2.55 to 2.61
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 --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-21 H.Merijn BrandRegenerate Glossary
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 CraneRely on C89 strerror()
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 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
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 CraneRely on C89 vprintf()
2017-10-21 Aaron CraneRely on C89 snprintf()
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 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 H.Merijn BrandAdd new Configure probes
2017-10-20 Steve HayToday's M::CL is up on CPAN already
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 HayTick off 5.27.5
2017-10-20 Steve HayAdd epigraph for 5.27.5
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-18 Steve HayUpgrade Test-Simple from version 1.302101 to 1.302103
2017-10-16 Zeframcustomise Pod::Perldoc to fix output misbehaviour
2017-10-13 Dominic HargreavesFurther metaconfig updates to Porting/pumpkin.pod
2017-10-13 Dominic HargreavesAdd Porting/mksample
2017-10-13 Chris 'BinGOs' Wil... Update Config-Perl-V to CPAN version 0.29
2017-10-13 Dagfinn Ilmari Man... Finish adding memrchr Configure probe
2017-10-13 H.Merijn BrandUpdate metaconfig related information
2017-10-13 Steve HayUpgrade Test-Simple from version 1.302100 to 1.302101
2017-10-12 Steve HayUpgrade Test-Simple from vesion 1.302098 to 1.302100
2017-10-10 Steve HayUpgrade Encode from version 2.92 to 2.93
2017-10-05 Chris 'BinGOs' Wil... Update Test-Simple to CPAN version 1.302098
2017-10-05 Chris 'BinGOs' Wil... Update Digest-SHA to CPAN version 5.98
2017-10-04 Steve HayNote that vutil.c is customized in blead
2017-10-04 Steve HayFix mapping of Filter-Util-Call/filter-util.pl
2017-10-04 Steve HayNote Devel-PPPort/parts/embed.fnc is customized in...
2017-10-04 Steve HayNote perlfaq/lib/perlfaq[58].pod are customized in...
2017-10-04 Steve HayNote pod/perlpodstyle.pod is customized in blead
2017-10-04 Steve HayNote Net-Ping/t/510_ping_udp.t is also customized in...
2017-10-04 Steve HayPod-Simple-3.35 is KHW, not MARCGREEN
2017-10-03 Father Chrysostomossync-with-cpan: curl support
2017-10-03 Father ChrysostomosPorting/sync-with-cpan: 5.12 compatibility
2017-10-03 Steve HayUpgrade Test-Simple from version 1.302096 to 1.302097
2017-10-03 Steve HayUpgrade Test-Simple from version 1.302073 to 1.302096
2017-09-25 Chris 'BinGOs' Wil... Update File-Fetch to CPAN version 0.54
2017-09-23 Chris 'BinGOs' Wil... More than twist in my sobriety
2017-09-22 Steve HayTick off 5.24.3 and 5.26.1
2017-09-22 Steve HayEpigraphs for 5.24.3 and 5.26.1
2017-09-22 Steve HayTwo-space indent for 5.27.4's epigraph
2017-09-22 Chris 'BinGOs' Wil... We already have version-0.9918
2017-09-22 Chris 'BinGOs' Wil... Update Math-BigInt-FastCalc to CPAN version 0.5006
2017-09-22 Chris 'BinGOs' Wil... Update Math-BigInt to CPAN version 1.999811
2017-09-22 Chris 'BinGOs' Wil... Update Locale-Codes to CPAN version 3.54
next