summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perldelta: fix bad references to "unicode_strings"v5.16.0-RC2Tom Hukins2012-05-151-2/+2
| | | | | The documentation written for 2e2b2571 erroneously mentions "unicode_semantics" instead of "unicode_strings".
* prevent PERL_UNICODE from affecting t/mro/package_aliases_utf8.tRicardo Signes2012-05-151-0/+1
|
* perldelta: known issue: t/op/filetest.tRicardo Signes2012-05-151-0/+6
|
* note the gcc -O2 and link-time-optimization problemAndy Dougherty2012-05-151-0/+11
|
* our next release is RC2Ricardo Signes2012-05-151-1/+1
|
* perldelta: Americanise spellingsRicardo Signes2012-05-151-27/+27
|
* reflect Socket update in Module::CoreListRicardo Signes2012-05-151-1/+1
|
* Update Socket to CPAN version 2.001Tony Cook2012-05-154-9/+9
| | | | | | | | | | | | 2.001 CHANGES: * Apply (modified) patch from ppisar@redhat.com to fix memory addressing bug with Zero() - RT76067 * Document that inet_pton() doesn't work on hostnames, only textual addresses - RT76010 * Ignore any existing-but-undefined hints hash members to getaddrinfo() Done for the critical RT76067 fix.
* perldelta typo fixes (from mauke)Ricardo Signes2012-05-151-1/+1
|
* Revert part of 34d9f36f9Father Chrysostomos2012-05-151-3/+3
| | | | | | I was going to apply this after code freeze, but I made a mistake when switching branches locally and ended up combining it with another commit.
* AUTHORS: Shirataka -> ShirakataFather Chrysostomos2012-05-151-1/+1
|
* perldelta: extraneous double spacesFather Chrysostomos2012-05-151-2/+2
|
* v5.16 RC0 perldelta cleanupTom Christiansen2012-05-151-99/+99
| | | | | Below is a patch with some simple typo and verbosity cleanup in the current pod/perldelta.pod in blead as of ~30 minutes ago.
* [perl #112944] perldelta: typoShirakata Kentaro2012-05-151-2/+2
|
* Add Shirataka Kentaro to AUTHORSFather Chrysostomos2012-05-151-3/+4
|
* add 5.16.0-RC0 and -RC1 to perlhistRicardo Signes2012-05-141-0/+2
|
* minor grammar correctionv5.16.0-RC1Ricardo Signes2012-05-141-2/+2
| | | | thanks, Jim Keenan!
* add Daniel Kahn Gillmor to AUTHORSRicardo Signes2012-05-141-0/+1
|
* document the yet-explained Win32 test hangingRicardo Signes2012-05-141-0/+5
| | | | | We will ship with this unfixed unless someone comes up with the cure in the next week.
* perldelta: fix a noun/verb number agreementRicardo Signes2012-05-141-1/+1
| | | | reported by mauke
* skip t/win32/runenv.t unless -DPERL_IMPLICIT_SYSRicardo Signes2012-05-141-0/+3
| | | | | this test fails without PERL_IMPLICIT_SYS, as reported by Steve Hay in <CADED=K4EqXkJa2uC13wVYY_=uGDCx=uQ_rXu3Me4+3FvVM8D+g@mail.gmail.com>
* Revert fixes for [rt.cpan.org #61577]Ricardo Signes2012-05-148-198/+1
| | | | | | | | | | | | These changes introduced some test failures on AIX and other platforms, and rather than dig around for more failing platforms during the RCx period, we will revert this to reapply later when it is more tested. This reverts commit 01b71c89216c9f447494638a5d108e13c45c3863. This reverts commit b6903614db213f07401367249dc84c896eb099b7. This reverts commit 271d04eee1933df0971f54f7bf9a5ca3575e7e6a.
* next release will be RC1Ricardo Signes2012-05-141-1/+1
|
* perldelta: fix version named in acknowledgementsRicardo Signes2012-05-141-1/+1
|
* In the Linux hints, invoke gcc with LANG and LC_ALL set to "C".Nicholas Clark2012-05-141-1/+1
| | | | | | | The output of gcc -print-search-dirs is subject to localisation, which means that the literal text "libraries" will not be present if the user has a non-English locale, and we won't determine the correct path for libraries such as -lm, breaking the build. Problem diagnosed by Alexander Hartmaier.
* Don't test that errno is still 0 after POSIX::f?pathconfPaul Johnson2012-05-141-19/+19
| | | | | | | | | | | | | | | | | I think the best we can do with respect to the f?pathconf tests is to make sure that the perl call doesn't die, and that the system call doesn't fail. And it's arguable we should only be testing the former. But since we've been testing more that this anyway, it's probably safe to test both. With respect to the sysconf call, I think we shouldn't test more than that perl doesn't die. Any further testing would require different tests based the argument being passed in. Before doing that, it's probably worth considering the purpose of the tests. I don't think we really want to test that POSIX has been implemented correctly, only that our layer over it is correctly implemented. This fixes RT #112866.
* perldelta: Remove duplicate paragraphKarl Williamson2012-05-141-10/+0
|
* study as no-op is a bugfix, not performance enhancementRicardo Signes2012-05-111-4/+5
|
* perldelta: Add ‘(5.14.2)’ markersFather Chrysostomos2012-05-111-12/+13
|
* perldelta: Explain the ‘(5.14.1)’ markersFather Chrysostomos2012-05-111-0/+4
|
* perldelta: Use single quotes in C<>Father Chrysostomos2012-05-111-1/+1
| | | | C<> renders as "..." in nroff, so C<... "..." ...> ends up looking weird.
* perldelta: Use L<> to link to changed module podsKarl Williamson2012-05-111-6/+6
| | | | Spotted by Vincent Pit
* perldelta: Reorder to avoid pronoun confusionKarl Williamson2012-05-111-2/+2
| | | | Spotted by Zsbán Ambrus
* perldelta: typoKarl Williamson2012-05-111-1/+1
| | | | Spotted by Zsbán Ambrus
* perldelta: Add future deprecation text about \QKarl Williamson2012-05-111-0/+9
|
* perldelta: misuse of commasFather Chrysostomos2012-05-111-3/+3
|
* perldelta: typoFather Chrysostomos2012-05-111-1/+1
|
* perldelta: [rt.cpan.org #0], not RT 0Father Chrysostomos2012-05-111-3/+3
|
* Rmv second ‘version’ in upgrade noticesFather Chrysostomos2012-05-111-28/+28
| | | | | | | | | | | | Some of these were like this: ...from version 123 to version 456. and some like this: ...from version 123 to 456. Since the former is wordy, I’ve used the latter throughout.
* perldelta: Consistent fullstops for ‘upgraded from x to x’Father Chrysostomos2012-05-111-12/+12
|
* perldelta: consistent spaces after dotsFather Chrysostomos2012-05-111-11/+12
|
* perldelta: consistent semicolons in CGI exampleFather Chrysostomos2012-05-111-4/+4
|
* perldelta: grammarFather Chrysostomos2012-05-111-1/+1
|
* perldelta: fix capitalisationFather Chrysostomos2012-05-111-1/+1
|
* perldelta: Mention 5.14.0, not 5.13.6Karl Williamson2012-05-111-1/+1
|
* perldelta: Correct statementKarl Williamson2012-05-111-1/+1
| | | | | | It was pointed out to me after I wrote the text in an earlier perldelta that this one is extracted from, that it is extremely unlikely to run out of memory; I had not bothered to really do the math.
* perldelta: correct statementKarl Williamson2012-05-111-3/+3
|
* perldelta: grammarKarl Williamson2012-05-111-1/+1
|
* perldelta: slightly expand and clarify policy noteRicardo Signes2012-05-111-3/+7
|
* perldelta: break Pod:: deprecations onto two itemsRicardo Signes2012-05-111-1/+5
|