summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Coro is known broken on bleadv5.22.0Ricardo Signes2015-06-012-1/+6
| | | | see http://nntp.perl.org/group/perl.perl5.porters/228257
* META.json: this is now a stable releaseRicardo Signes2015-06-011-1/+1
|
* remove the RC marker from patchlevel.h for v5.22.0!Ricardo Signes2015-06-011-1/+0
|
* perldelta: Tru64: mention also the CPAN failures.Jarkko Hietaniemi2015-06-011-2/+3
|
* perldelta: Elaborate on the IRIX and Tru64 failures.Jarkko Hietaniemi2015-05-311-1/+5
|
* perldiag: Clarify wordingKarl Williamson2015-05-301-2/+2
|
* perldelta: Fix typos, make clarifications; nitsKarl Williamson2015-05-301-10/+10
|
* perldelta: Capitalize perl when it means the languageKarl Williamson2015-05-301-1/+1
| | | | | There are plenty of other places in our documentationwhere the captialization is iffy, but this one was unambiguous to me.
* perldelta: Add L<> for hyperlinksKarl Williamson2015-05-301-2/+2
|
* perldelta: Use American instead of UK spellingKarl Williamson2015-05-301-11/+11
|
* perldelta: Rmv unhelpful textKarl Williamson2015-05-301-4/+0
| | | | | There no longer is any information about this module's changes, so don't bother to mention it changed.
* perldelta: Rmv some intra 5.21 changesKarl Williamson2015-05-301-7/+0
|
* perldelta: Add/Rmv C<>Karl Williamson2015-05-301-42/+43
| | | | A few things inappropriately were wrapped with C<>, but mostly add them.
* perldelta: Italicize "e.g.", "i.e."Karl Williamson2015-05-301-16/+16
| | | | These are now consistent throughout this pod.
* perldelta: correct the upgraded-to versions in modules sectionRicardo Signes2015-05-291-35/+32
|
* perldelta: Note that the 'locale' warnings category is newKarl Williamson2015-05-291-0/+8
| | | | | | The previous commit lost this information. This adds it back, and in all places where it is applicable, consistent with the handling of other new warnings categories.
* perldelta: Refactor grouped warningsKarl Williamson2015-05-291-36/+35
| | | | | | Several warning messages were in two groups at the end of the warnings section. This commit removes them from their groups and places them individually merged alphabetically with the rest of the messages.
* perldelta: Add missing warnings categoriesKarl Williamson2015-05-291-3/+3
|
* perldelta: Move 'no re' to bug fix sectionKarl Williamson2015-05-291-6/+9
| | | | This really isn't any more of an enhancement than any bug fix is
* perldelta: Move 2 fatal msgs into that section from warnings sectionKarl Williamson2015-05-291-18/+18
|
* perldelta: close setting $! is a bugfixRicardo Signes2015-05-291-8/+10
|
* perldelta: remove an obsolete noticeRicardo Signes2015-05-291-2/+1
|
* update epigraphs for v5.22.0 RCsRicardo Signes2015-05-291-0/+15
|
* perldelta: add some known problem modulesRicardo Signes2015-05-292-2/+11
| | | | based on http://analysis.cpantesters.org/beforemaintrelease?pair=5.20.2:5.22.0%20RC2
* perldelta: alphabetize module upgradesRicardo Signes2015-05-281-292/+292
|
* perldelta: Add some details for Module changesKarl Williamson2015-05-281-0/+555
| | | | This needs to be scrubbed before release.
* perlfunc: Fix confusing entries for spliceKarl Williamson2015-05-281-4/+12
| | | | | | | | | | | | | | =item splice ARRAY or EXPR,OFFSET,LENGTH,LIST is what it used to say. Is that "or" to be taken literally as the 'or' operator or what? Based on irc feedback this was spit into two lines =item splice ARRAY,OFFSET,LENGTH,LIST =item splice EXPR,OFFSET,LENGTH,LIST This is also the method used in the other like-entries in the pod
* perldelta: Revert erroneous C<> removal for Inf/NaN outputDagfinn Ilmari Mannsåker2015-05-211-2/+2
| | | | | | Also clarify the fact that these refer to the literal strings that get output when stringifying infinite and not-a-numer values, not to the values themselves.
* add new address for kmxv5.22.0-RC2Ricardo Signes2015-05-211-0/+2
|
* handle existing mkstemp() in mingw-w64-v4KMX2015-05-213-1/+7
|
* update perlhist and patchlevel for RC2Ricardo Signes2015-05-212-1/+2
|
* use ~1 instead of ^ for parent commitRicardo Signes2015-05-211-1/+1
| | | | ^ caused problems under CMD.EXE; fix suggested by Nicholas Clark
* Correct default for usedevel on VMS.Craig A. Berry2015-05-211-1/+1
| | | | | | | Before 32cb1fe2e04a1dce it was hard-coded to undef, which wasn't right but after that commit it was only set for the defined case, and the omission didn't show up until PERL_VERSION became an even number in the release candidate.
* They're Unicode tables, not UTF-8 tablesTony Cook2015-05-211-1/+1
|
* pack('f', $NAN) must account for NAN_COMPARE_BROKEN platformsDaniel Dragan2015-05-201-0/+5
| | | | | | | VC6 was returning either packed float +inf or packed float -inf (I dont remember) instead of packed float NAN in t/op/infnan.t . This fixes #125203
* perldelta: Nits, clarifications, wordsmithingKarl Williamson2015-05-191-18/+21
| | | | This eliminates some redundancies and clarifies some wording.
* perldelta: Remove 5.21-only changesKarl Williamson2015-05-191-4/+0
| | | | | As discussed on irc, the person reading this pod shouldn't be interested in intra-5.21 changes.
* perldelta: Don't split =head across linesKarl Williamson2015-05-191-4/+2
| | | | My perldoc caused these split lines to be output wrongly.
* perldelta: List more changes in the podsKarl Williamson2015-05-191-3/+138
| | | | | I looked at the differences of all pods in /pod, and found a bunch of ones that I think are significant that weren't listed in perldelta.
* perldelta: Rmv reference to internal flagKarl Williamson2015-05-191-4/+2
| | | | | | | | | | | SCF_DO_SUBSTR is a flag internal to the current implementation of the regular expression optimizer. There is no need to proclaim its existence to the outside world, and is just extraneous noise. I myself do not understand this flag, and I've spent more time looking at this code than all but a few people likely to be reading this perldelta. If someone who does understand it could explain it to me, I would add comments to the code (after the freeze) to aid future readers.
* perldelta: Add, subtract some C<> S<> F<>Karl Williamson2015-05-191-28/+28
|
* Use "UTF-8" consistently in perldeltaDagfinn Ilmari Mannsåker2015-05-202-13/+13
| | | | | Except when referring to actual names of things. Also update the diagnostic description in perldiag.
* perlapi was updated to refer to Newx, not NewXTony Cook2015-05-201-1/+1
|
* use the piconv tool to convert source files, not the encoding pragmaTony Cook2015-05-201-1/+1
|
* perldelta: re-balance a C<..>Ricardo Signes2015-05-191-1/+1
|
* remove the temporary perl5220delta from PortingRicardo Signes2015-05-193-3230/+1
|
* document infnan failure on VC6 as known problemv5.22.0-RC1Ricardo Signes2015-05-191-0/+6
|
* fill in tentative release date for v5.22.0Ricardo Signes2015-05-191-1/+1
|
* patchlevel: we are now releasing v5.22.0 RC1Ricardo Signes2015-05-191-1/+1
|
* dont use a 64 bit constant for a 32 bit valueDaniel Dragan2015-05-191-1/+1
| | | | | | | | | | | | Perl on MSVC6 doesnt support 64 bit ints (p5p choice not to support it) so this macro isn't defined on MSVC6 builds, commit e59642234e hid this mistake from non-DEBUGGING builds. The mistake is a copy paste mistake from commit eacbb37937 . Miniperl fails at VC6 link time due to UINT64_C symboil not being found. ..\pad.c(165) : warning C4013: 'UINT64_C' undefined; assuming extern returning int ..\pad.c(165) : warning C4018: '!=' : signed/unsigned mismatch