summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perlhist: Move 5.26.0 to another table to fix line lengthv5.26.0Sawyer X2017-05-301-19/+41
|
* add new release to perlhistSawyer X2017-05-301-19/+21
|
* perldelta: Sort order of modulesSawyer X2017-05-301-4/+4
|
* perldelta: Update acknowledgementsSawyer X2017-05-301-2/+2
|
* Update Module::CoreList for 5.26.0Sawyer X2017-05-305-8/+8
|
* Revert "Fallbacks for Perl_fp_class_denorm()."Sawyer X2017-05-301-20/+0
| | | | | | | This reverts commit e77299d3416e7e737523afdc0642734205e46d59. This was reverted due to a major freeze. It was merged into the blead-next branch and will appear in 5.26.1.
* Fallbacks for Perl_fp_class_denorm().Jarkko Hietaniemi2017-05-301-0/+20
| | | | | These may be needed if the compiler doesn't expose the C99 math without some special switches.
* perldelta: Mention perlthanksSawyer X2017-05-292-0/+18
|
* perldelta: More fixesSawyer X2017-05-291-21/+20
|
* perldelta: A few more grammatical improvementsSawyer X2017-05-291-30/+30
|
* perldelta: Remove unnecessary spaceSawyer X2017-05-281-2/+2
|
* perldelta: Merge similar OS sections:Sawyer X2017-05-281-8/+8
| | | | | * Merge OS X and macOS to Darwin. (Maybe under "macOS"?) * Merge Win32 into Windows.
* perldelta: Mention the problem with g++ 6 and subnormal floats.Jarkko Hietaniemi2017-05-281-0/+14
|
* remove perl525*delta.podDavid Mitchell2017-05-2516-4960/+0
|
* perldelta: remove mention of comp.lang.perl.miscDavid Mitchell2017-05-251-2/+1
|
* perldelta: move an entry from 'Errata'David Mitchell2017-05-241-5/+5
| | | | | | 'Errata From Previous Releases' contained a fix from 5.25.1 only reported in perl5253delta. This still counts as fixed in the current release from 5.26.0's viewpoint.
* perldelta: remove 'Known Problems' section.David Mitchell2017-05-241-48/+0
| | | | | All the entries in it appear to be copied from perl5250delta.pod and are likely no longer relevant.
* perldelta: davem's 2nd half proofreadingDavid Mitchell2017-05-241-131/+150
| | | | | | | From "Utility Changes" to "Selected Bug Fixes" inclusive A lot of the bug fix descriptions were very opaque - often just the subject line from a commit message.
* epigraphs.pod: Adding announcement email linkSawyer X2017-05-241-0/+2
|
* regenerate METASawyer X2017-05-241-1/+1
|
* Update epigraph, link forthcomingSawyer X2017-05-241-0/+5
|
* disarm RCnnn bumpSawyer X2017-05-241-1/+0
|
* Update perlhistv5.26.0-RC2Sawyer X2017-05-231-1/+1
|
* perldelta: fix some PODSawyer X2017-05-231-5/+5
|
* Update META filesSawyer X2017-05-231-1/+1
|
* bump version to RCnnnSawyer X2017-05-231-0/+1
|
* add new release to perlhistSawyer X2017-05-231-0/+1
|
* Remove the leading dot in the file name from the do example so it does not ↵Todd Rinaldo2017-05-231-3/+3
| | | | confuse readers
* perldelta: add extra changed diag entryDavid Mitchell2017-05-231-0/+7
| | | | Thanks to Ilmari for the correct pod escape voodoo.
* perldelta: Diagnostics fixupsDavid Mitchell2017-05-231-22/+136
| | | | | | | | | I did a diff of the 5.24.0 and current perldiag.pod's and used it to fix up the new/changed diagnostics sections. In particular: for changed diagnostics, I added a short description of *what* had changed. I also moved some entries between sections, deduped, added missing entries etc.
* more perldelta fixups.David Mitchell2017-05-231-71/+36
| | | | | | | | | | | | | | | | | | | | | This is my reading from the start of the file through to the start of =head1 Documentation * the new 'do' warning isn't mandatory (but merely enabled by default) * make it clear that the -Di cmd-line switch is new * remove some optimisations that are trivial or not really optimisations. * For modules, remove descriptions of bug fixes which are obscure/trivial * I don't know how the "Compatibility with 5.8 has been restored" text for threads came about - it was added in the 5.25.1 perldelta, but no commits around that time seem to support this. So I removed it. * a few typos etc * I also added an Internals entry for OP_SPLIT/OP_PUSHRE.
* perldelta: Add missing messages to listKarl Williamson2017-05-231-0/+55
| | | | | I went through perldiag, and copied over links to these messages that had failed to get placed into perldelta.
* perldelta: Convert warning to standard formKarl Williamson2017-05-231-6/+8
| | | | | It turns out that this message isn't a generic one, but quite specific, so convert to that and move to sorted position in list.
* perldelta: Sort new warnings sectionKarl Williamson2017-05-231-9/+8
| | | | alphabetically, after having standardized the entry format
* perldelta: Add 2 blank linesKarl Williamson2017-05-231-1/+2
| | | | for readability.
* perldelta: Sort new errors sectionKarl Williamson2017-05-231-31/+25
| | | | alphabetically, after having made the entries uniform.
* perldelta: move the description of 128095 where it belongsTony Cook2017-05-231-9/+8
|
* perldelta: the :utf8 handle warning is now on by defaultTony Cook2017-05-231-0/+3
|
* perldelta: re-word the entry for 130335Tony Cook2017-05-231-2/+4
|
* perldelta: Make links to ticket numbersKarl Williamson2017-05-221-98/+190
| | | | | | | Spotted by Tony Cook. I did not verify that all these links work; if there was already a typo in the ticket number, the link will fail.
* perldelta: Use '#' for ticket numberKarl Williamson2017-05-221-7/+7
| | | | | Tony Cook spotted that we sometimes say [perl 000] and sometimes [perl #000]. Make them consistent.
* perldelta: Provide a reference to new featureKarl Williamson2017-05-221-0/+4
| | | | | This pod discusses the new experimental feature listed in the diagnostics section. Refer to that.
* perldelta: Provide links for changed diagnosticsKarl Williamson2017-05-221-31/+40
|
* perldelta.pod: Move diagnostic in fileKarl Williamson2017-05-221-6/+6
| | | | | This description applies to multiple diagnostics. Move it to the area where others like it are.
* perldelta: Move some bug fixes to proper sectionKarl Williamson2017-05-221-46/+46
| | | | | Somehow these ended up under changed diagnostics, though one could argue they kinda sorta might belong under diagnostics.
* perldelta: Fix up "Experimental %s on scalar" msgKarl Williamson2017-05-221-7/+5
| | | | | This is changed to the format of the other entries that describe a single message, and moved to the list of those, sorted alphabetically.
* perldelta: Collapse :utf8 handle entriesKarl Williamson2017-05-221-5/+1
| | | | There were two entries dealing with this.
* perldelta: Add some C<>Karl Williamson2017-05-221-9/+9
| | | | These were overlooked in earlier commits
* perldelta: Rmv duplicate entryKarl Williamson2017-05-221-4/+0
|
* perldelta: It was perlmod that changedKarl Williamson2017-05-221-1/+1
| | | | Not perlmodinstall