summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* remove the temporary perl5220delta from PortingRicardo Signes2015-05-191-3226/+0
|
* PerlIO::via::QuotedPrint finally has a new release which synchronizes it ↵Steve Hay2015-05-181-8/+1
| | | | with blead
* bump all of the EUMM module versions to avoid confusionTony Cook2015-05-151-1/+34
| | | | and the customized housekeeping to match
* backport 1e2f0871 from the EUMM repositoryTony Cook2015-05-151-1/+1
|
* bump version to v5.22.0 with Porting/bump-perl-versionRicardo Signes2015-05-084-36/+36
|
* perldelta: sort changed warningsRicardo Signes2015-05-051-51/+25
|
* perldelta: sort new warningsRicardo Signes2015-05-051-198/+164
|
* perldelta: sort new errorsRicardo Signes2015-05-051-67/+67
|
* perldelta: minor fixes, XXX-removal, etc.Ricardo Signes2015-05-051-20/+1
|
* perldelta: combine and sort the various perldoc updatesRicardo Signes2015-05-051-213/+85
|
* perldelta: minor reordering of optimizationsRicardo Signes2015-05-051-6/+5
|
* perldelta: remove modules-to-be-removed sectionRicardo Signes2015-05-051-28/+0
| | | | I do not think we will be needing it either.
* perldelta: remove Notice sectionRicardo Signes2015-05-051-4/+0
| | | | I do not think we will be needing it.
* perldelta: import changes from perl52111deltaRicardo Signes2015-05-051-0/+203
|
* perldelta: import changes from perl52110deltaRicardo Signes2015-05-051-1/+154
|
* perldelta group core enhancements by topic areaRicardo Signes2015-05-051-110/+106
|
* perldelta: remove unneeded placeholdersRicardo Signes2015-05-051-51/+1
| | | | | also, two minor tweaks: remove note of grok_atou, which is gone; fix the invocation for acknowledgements.pl
* perldelta: import changes from perl5219delta.podRicardo Signes2015-05-051-0/+347
|
* perldelta: import changes from perl5218delta.podRicardo Signes2015-05-051-6/+296
|
* perldelta: import changes from perl5217delta.podRicardo Signes2015-05-051-0/+180
|
* perldelta: import changes from perl5216delta.podRicardo Signes2015-05-051-0/+366
|
* perldelta: import changes from perl5215delta.podRicardo Signes2015-05-051-4/+321
|
* perldelta: import changes from perl5214delta.podRicardo Signes2015-05-051-3/+393
|
* perldelta: import changes from perl5213delta.podRicardo Signes2015-05-051-0/+191
|
* perldelta: import changes from perl5212delta.podRicardo Signes2015-05-051-13/+139
|
* perldelta: import changes from perl5211delta.podRicardo Signes2015-05-051-62/+558
| | | | | What about perl5210delta, you ask? It had no changes of note beyond module changes.
* Module-CoreList-5.20150420 is now on CPAN (thanks BinGOs!)Steve Hay2015-04-211-1/+1
|
* Bump version for 5.21.12 (although it's unlikely to happen)Steve Hay2015-04-215-34/+34
|
* 5.21.11 is now releasedSteve Hay2015-04-201-1/+1
|
* Two-space indent for poetry in epigraphs.podSteve Hay2015-04-201-14/+14
|
* Add 5.21.11 epigraphSteve Hay2015-04-201-0/+22
|
* do not index the modules under lib/perl5dbRicardo Signes2015-04-181-1/+1
| | | | | | | | | These are there for testing, and there is nothing to index under lib/perl5db anyway. This has, in the past, led to junk in 02packages. I think this is probably not the perfect way to do this, but it works and also does not seem like the worst way...
* Update Config::Perl::V to version 0.24H.Merijn Brand2015-04-161-3/+1
| | | | Added USE_QUADMATH to signature
* Upgrade IO-Socket-IP from version 0.36 to 0.37Steve Hay2015-03-301-1/+1
|
* Add B::Generate to perl5220deltaFather Chrysostomos2015-03-251-0/+4
| | | | so I can close #123718.
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-225-25/+0
| | | | | | | | | | | | | | | | An empty cpan/.dir-locals.el stops Emacs using the core defaults for code imported from CPAN. Committer's work: To keep t/porting/cmp_version.t and t/porting/utils.t happy, $VERSION needed to be incremented in many files, including throughout dist/PathTools. perldelta entry for module updates. Add two Emacs control files to MANIFEST; re-sort MANIFEST. For: RT #124119.
* Module-CoreList version 5.20150320 is now on CPANSteve Hay2015-03-201-1/+1
|
* Bump version for 5.21.11 (if that happens)Steve Hay2015-03-205-34/+34
|
* Tick off the 5.21.10 releaseSteve Hay2015-03-201-11/+11
|
* Add 5.21.10 epigraphSteve Hay2015-03-201-1/+18
|
* Devel::PPPort has been upgraded from version 3.28 to 3.31Steve Hay2015-03-201-1/+1
|
* Unicode::Collate has been upgraded from version 1.11 to 1.12Steve Hay2015-03-201-1/+1
|
* Carp::Heavy is no longer customizedRicardo Signes2015-03-191-3/+1
|
* Upgrade parent from version 0.228 to 0.232Steve Hay2015-03-191-1/+1
|
* Create single fcn for dup'd /lib codeKarl Williamson2015-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | | Several /lib .pm's have the same code which is complicated enough to warrant being placed in a shared function. This commit creates a .pm to be used by these .pm's. This implements the perhaps archaic 'Meta' notation wherein characters above 0x7f are displayed as M- plus the ASCII-range character derived by looking at only the lower 7 bits of the upper range one. There are problems with this, in that a literal control character can be in the string, whereas it is trying to get rid of control characters. But I left it to work as-is, just centralizing the code. On EBCDIC platforms this notation makes no sense because the bit patterns are all mixed up about having the upper bit set. So this commit fixes things on these platforms, so these are changed to \x{...}. No literal control characters are emitted. Another potential problem is that characters above 0xFF are passed through, unchanged. But again, I let the existing behavior stand.
* Upgrade to threads 2.01Jerry D. Hedden2015-03-171-1/+1
|
* Upgrade CPAN::Meta from version 2.143240 to 2.150001Steve Hay2015-03-171-1/+1
|
* Blead is (almost!) using Carp-1.35Steve Hay2015-03-171-1/+3
|
* Porting/core-cpan-diff: Don't ignore EOLs or whitespaceSteve Hay2015-03-172-2/+17
| | | | | | | | Turning off -b (ignore whitespace) revealed a whitespace difference lurking in blead's copy of a NEXT test file, which there is no need for. Turning on --binary revealed EOL differences in numerous Win32API-File files. Hopefully a future CPAN release will fix those since the files in its GitHub repo match blead as far as EOLs go already.
* Upgrade Text::ParseWords from version 3.29 to 3.30Steve Hay2015-03-171-9/+3
| | | | | | | | | | This incorporates blead's code differences, but one "customization" remains because of EOL issues, which I've sent a pull request upstream to fix. The latest release also moves the .pm file into the usual place, so the MAP is no longer required. There are no code changes here, so no code freeze violation.