summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Pod-Usage from version 1.67 to 1.68Steve Hay2016-01-071-2/+1
|
* Upgrade Test-Harness from version 3.35 to 3.36Steve Hay2016-01-071-3/+1
|
* give Win32 miniperl a real getcwd for build perfDaniel Dragan2016-01-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getcwd() is now 605x faster for Win32 miniperl. ------------------------------ use Cwd; Cwd::getcwd() for(0..10000); ------------------------------ before C:\p523\src\win32>timeit -f t.dat ..\miniperl -I..\lib t.pl Version Number: Windows NT 6.1 (Build 7601) Exit Time: 2:03 am, Thursday, December 10 2015 Elapsed Time: 0:01:12.438 Process Time: 0:00:14.289 System Calls: 5802378 Context Switches: 1455066 Page Faults: 5250724 Bytes Read: 76809789 Bytes Written: 5278717 Bytes Other: 10407004 after C:\p523\src\win32>timeit -f t.dat ..\miniperl -I..\lib t.pl Version Number: Windows NT 6.1 (Build 7601) Exit Time: 1:20 am, Thursday, December 10 2015 Elapsed Time: 0:00:00.119 Process Time: 0:00:00.124 System Calls: 4658 Context Switches: 540 Page Faults: 1127 Bytes Read: 99074 Bytes Written: 0 Bytes Other: 12888
* podlators has been upgraded to version 4.04Steve Hay2016-01-061-1/+1
| | | | | | | | | | | Remove the Changes file that didn't need to be added; also remove the VERSION file, which I see no need for -- Makefile.PL says that the distro's version comes from lib/Pod/Man.pm, and in fact all the .pm files have the same version anyway. Note: Porting/Maintainers.pl is out of sync in its notes about pod2man and pod2text (and doesn't note that Makefile.PL is locally modified), but that's about to change in 4.05 anyway, so no point in fixing right now.
* Upgrade Math-BigInt from version 1.999714 to 1.999715Steve Hay2016-01-061-1/+1
|
* Upgrade libnet from version 3.07 to 3.08Steve Hay2016-01-061-1/+1
|
* Upgrade Unicode-Normalize from version 1.24 to 1.25Steve Hay2016-01-051-1/+8
|
* Upgrade bignum from version 0.41 to 0.42Steve Hay2016-01-051-1/+2
|
* Silence t/porting/cmp_version.t after Math-Big* upgradesSteve Hay2016-01-051-0/+5
|
* Upgrade Math-BigRat from version 0.260801 to 0.260802Steve Hay2016-01-051-1/+2
| | | | | | (This maintains the one minor divergence between blead and cpan. The blead version first appeared in 50a54b125c. I haven't examined whether this difference needs to remain, or whether we can switch to the cpan version.)
* Upgrade Math-BigInt-FastCalc from version 0.38 to 0.40Steve Hay2016-01-051-1/+1
|
* Upgrade Math-BigInt from version 1.999710 to 1.999714Steve Hay2016-01-051-1/+2
|
* Add Configure support for fdclose() for [perl #126847].Andy Dougherty2016-01-041-0/+1
| | | | | This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl.
* Porting/bench.pl: add --compact optionDavid Mitchell2016-01-041-26/+128
| | | | | | With this, you specify which perl executable you want the results for, and it will display the result in a much more compact form than when displaying the results for all perls, with just one line per test.
* Porting/bench.pl: preserve test orderDavid Mitchell2016-01-041-11/+23
| | | | | | | | In the absence of a --sort option, process and display the tests in the order they appear in the test file, rather than in alphabetical order. This is because the layout in the benchmark file usually follows some sort of logical order
* Remove superfluous entry in checkAUTHORS.pl.James E Keenan2016-01-031-1/+0
|
* Provide additional email address for contributor Mattia Barbon.James E Keenan2016-01-031-0/+2
|
* Update podlators to version 4.03Karen Etheridge2016-01-011-1/+1
|
* RMG: fix typo, clarify instructions a bitKaren Etheridge2016-01-011-2/+2
|
* release schedule: add release managers for 2016Q1Ricardo Signes2015-12-291-0/+3
|
* Update release manager's guideDavid Golden2015-12-221-6/+41
|
* Controlled demolition, CoreList is 5.20151220Chris 'BinGOs' Williams2015-12-221-1/+1
|
* Bump the perl version in various places for 5.23.7David Golden2015-12-214-33/+33
|
* Updated release scheduleDavid Golden2015-12-211-1/+1
|
* Updated Porting/epigraphs.pod for v5.23.6David Golden2015-12-211-0/+25
|
* Add alternate email address for dagolden to checkAUTHORS.plDavid Golden2015-12-201-0/+1
|
* Revert "Upgrade Socket from 2.020 to 2.021"Steve Hay2015-12-171-1/+5
| | | | | | This reverts commit 0bd66ca801c5fb84ee6a8feeb8114f0d8248029f. Worked for me, but Jenkins isn't happy :-(
* Upgrade Term-ANSIColor from 4.03 to 4.04Steve Hay2015-12-171-1/+1
|
* Upgrade Socket from 2.020 to 2.021Steve Hay2015-12-171-5/+1
| | | | Blead customizations are now assimilated.
* Upgrade CPAN-Meta-YAML from 0.017-TRIAL to 0.018Steve Hay2015-12-171-1/+1
|
* Upgrade CPAN-Meta-Requirements from 2.133 to 2.140Steve Hay2015-12-171-1/+1
|
* Mark the Perldoc.pm as customizedJarkko Hietaniemi2015-12-151-0/+1
|
* 5.22.1 is doneSteve Hay2015-12-131-1/+1
|
* Add 5.22.1 epigraphSteve Hay2015-12-131-0/+19
|
* Add epigraph for 5.22.1-RC4Steve Hay2015-12-081-0/+24
|
* Update Math-BigInt-FastCalc to CPAN version 0.38Chris 'BinGOs' Williams2015-12-071-1/+1
| | | | | | | | [DELTA] 2015-12-02 v0.38 pjacklam * Use 'static double', not just 'double' in FastCalc.xs. * Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
* Porting/Glossary: fix a set of typosAaron Crane2015-12-061-10/+10
| | | | | A few descriptions of floating-point formats included the word "big" before the actual endianness.
* [PATCH] Bump Locale-Codes from 3.36 to 3.37Sullivan Beck2015-12-031-1/+1
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update Unicode-Normalize to CPAN version 1.24Chris 'BinGOs' Williams2015-12-031-1/+1
| | | | | | | | | | | [DELTA] 1.24 Sun Nov 29 05:48:44 UTC 2015 - Updated to use most recent GNU license file. ( https://rt.cpan.org/Public/Bug/Display.html?id=108003 ) - Silence compiler warning message ( https://rt.cpan.org/Public/Bug/Display.html?id=109577 ) - Add kwalitee suggested changes.
* Update PathTools to CPAN version 3.60Chris 'BinGOs' Williams2015-12-031-1/+1
|
* Undo blead customization of Text-ParseWords test scriptSteve Hay2015-12-031-7/+0
| | | | | | | | | | | | | | | | | The customization simply changed DOS EOLs to UNIX EOLs, dating from a time when the intention was to get all files in blead into UNIX EOL format. However, since then many more files have crept in with DOS EOLs (for example, many files under cpan/Pod-Checker, cpan/Pod-Parser and cpan/Pod-Usage have DOS EOLs in my Git workspace (on Windows) and in the most recent perl release tarballs (5.22.1-RC3 (made from Windows) and 5.23.5 (not made from Windows AFAIK))) and they clearly do no harm, so there is no point in trying to make all files have UNIX EOLs and keep them that way, and therefore no point in this customization. The GitHub PR that was referenced in Porting/Maintainers.pl has already been closed (not merged). There are no changes to ParseWords.t here other than the EOLs.
* Config-Perl-V bump in Maintainers.plChris 'BinGOs' Williams2015-12-031-1/+1
|
* Module-CoreList bump in Maintainers.plChris 'BinGOs' Williams2015-12-031-1/+1
|
* Add epigraph for 5.22.1-RC3Steve Hay2015-12-021-0/+19
|
* update Maintainers.pl for new Module-MetadataDavid Mitchell2015-11-241-1/+1
|
* Porting/Maintainers.pl - Fix ExtUtils::ConstantSteve Hay2015-11-231-2/+1
| | | | Now the CUSTOMIZED file appears in customized.dat
* move encoding-warnings from cpan/ to dist/David Mitchell2015-11-232-2/+2
| | | | | A private communication with Audrey indicated that to allow us to make mods, this was the preferred solution.
* Maintainers.pl: update ExtUtils::Constant statusDavid Mitchell2015-11-231-4/+4
| | | | | | | | | It used to indicate that the blead version had diverged dramatically from the 0.16 CPAN version. Since then a 0.23 has been released on CPAN which mostly matches blead - blead has one test file locally modified. NB: I ran "t/porting/customized.t --regen" and for some reason it didn't think that customized.dat needed updating.
* release schedule: use a verbatim block for a list-y paragraphRicardo Signes2015-11-211-24/+24
|
* base: new CPAN releaseRicardo Signes2015-11-211-1/+1
|