summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* podcheck.t: update known issuesv5.15.0David Golden2011-06-201-0/+1
|
* perldelta: note YAML::Syck as known issueDavid Golden2011-06-201-0/+4
|
* perldelta: put some things in C<> tagsDavid Golden2011-06-201-1/+1
|
* perlhist: add 5.15.0 and 5.14.1 entriesDavid Golden2011-06-201-0/+3
|
* Fix for slight inconsistency in perldeltaChris 'BinGOs' Williams2011-06-201-2/+4
|
* perldelta: removed confusing XSLoader commentaryDavid Golden2011-06-201-2/+0
|
* perldelta: add Math::Trig to entry for Math::ComplexDavid Golden2011-06-201-4/+4
|
* Update Module::CoreList for 5.15.0David Golden2011-06-203-11/+662
|
* perldelta: final draftDavid Golden2011-06-201-17/+57
|
* perldelta: additional pre-release amendmentsDavid Golden2011-06-201-62/+49
|
* update Changes with 5.15.0 referencesDavid Golden2011-06-201-2/+2
|
* update INSTALL with 5.15.0 referencesDavid Golden2011-06-201-2/+2
|
* tweak perlhack and update known POD issuesDavid Golden2011-06-202-6/+7
|
* Update CUSTOMIZED in Maintainers.plDavid Golden2011-06-201-1/+18
| | | | | | Several cpan-upstream distributions had patches directly in blead that do not match the upstream distribution. These are all now noted as CUSTOMIZED for future tracking.
* Maintainers.PL: update Getopt::Long CUSTOMIZEDDavid Golden2011-06-201-0/+1
|
* Revert autodie version bumpDavid Golden2011-06-205-6/+5
| | | | | | | | autodie has not changed from CPAN, though blead has locally patched a single test file to avoid a platform specific failure. This change keeps the original CPAN version numbering, as the local test file patch is now tracked in Porting/Maintainers.pl
* Add CUSTOMIZED for autodie and CGIDavid Golden2011-06-201-0/+2
|
* Improve tracking of cpan-upstream overridesDavid Golden2011-06-203-13/+32
| | | | | | | We have the CUSTOMIZED field in Maintainers.pl for indicating where we expect blead to differ from a CPAN tarball. This commit documents that in perlhack and makes core-cpan-diff more aggressive about checking it and reporting about it.
* perldelta: pre-release partial cleanupDavid Golden2011-06-201-183/+72
|
* Talk to Leo about dev.perl.org, not RafaelLeon Brocard2011-06-201-1/+1
|
* Create pod/perl5125delta.podLeon Brocard2011-06-206-33/+152
|
* Add the 5.12.4 epigraph to Porting/epigraphs.podLeon Brocard2011-06-201-0/+17
|
* Add 5.12.4 release date to pod/perlhist.podLeon Brocard2011-06-201-0/+1
|
* Add release date for 5.12.4 to lib/Module/CoreList.pmLeon Brocard2011-06-201-1/+1
|
* Add Shigeya Suzuki’s new address to checkAUTHORS.plFather Chrysostomos2011-06-191-0/+1
|
* author email address changeShigeya Suzuki2011-06-191-1/+1
|
* perldelta template: who are -> who will beFather Chrysostomos2011-06-191-1/+2
|
* perldelta: who are -> who will beFather Chrysostomos2011-06-191-1/+2
|
* perl513*delta, perl5140delta: who are -> who will beFather Chrysostomos2011-06-1912-12/+24
|
* perldelta up to 5.12: who are -> who will beFather Chrysostomos2011-06-1912-12/+24
|
* perldelta updates for some build improvements and internal changes.Nicholas Clark2011-06-191-0/+26
|
* Correct the magic table in perlguts.pod following f34d15629da26eee.Nicholas Clark2011-06-191-2/+2
| | | | | | | Unfortunately this remains a manual step, as there's a strong distinction between (100%) generated files that we need to ship, which the regen scripts are allowed to wipe and replace, and any files subject to human editing, which they aren't.
* another perldelta typoFather Chrysostomos2011-06-181-1/+1
|
* two perldelta fixesFather Chrysostomos2011-06-181-2/+2
| | | | | | | while, not when What are apple developer tools? Tools for developing apples? For grafting, perhaps? :-)
* Increase stylistic consistency in perldelta by adding C<> and F<>.Nicholas Clark2011-06-181-12/+12
| | | | | | Correct the stated initial version of COW shared hash key scalars - the first stable release they were in was 5.8.0, as they were added by Nick Ing-Simmons in September 2002 in commit 1c846c1f6d96d2ca.
* perldelta: Minor pod fixesKarl Williamson2011-06-181-3/+3
| | | | | | | | | | | | Commit a1e75797c204ade843c6eb8052cc5577af06c1d6 changed L<Shell> to C<Shell>, but in reality there still is a Shell module accessible from L<>, because L<> looks through all of CPAN. podcheck.t has to know that it's accessible, and that was done with commit ce98560028e1830366c9182fe9dd70ec264fe6ee. Also make the reference to Devel::DProf from C<> to L<> for symmetry. And, a file reference should be enclosed in F<> and not C<>
* Prefer the system gcc when searching for libraries such as -lmNicholas Clark2011-06-181-1/+9
| | | | | | | 40f026236b9959b7 added code to the Linux hints file to use gcc to locate libraries such as -lm. However, if the user has their own gcc earlier in $PATH than the system gcc, we don't want its libraries. So try to prefer the system gcc.
* Forgot to run keywords.plFather Chrysostomos2011-06-172-2/+2
| | | | I didn’t realise adding a comment would require this.
* Typo in podcheck.tFather Chrysostomos2011-06-171-1/+1
| | | | | | | | $ ./perl -I../lib --add_link foo Unrecognized switch: --add_link (-h will show valid options). $ ./perl -I../lib porting/podcheck.t --add_link foo Changed: /Users/sprout/Perl/perl.git/t/porting/known_pod_issues.dat
* Deparse CORE::breakFather Chrysostomos2011-06-173-1/+4
| | | | This is something 80e3f4adf22 missed.
* Doc update for changes in 5.15.0 + tweaksFather Chrysostomos2011-06-177-32/+46
|
* Remove unnecessary code and testsFather Chrysostomos2011-06-172-15/+2
| | | | | | | | | | | | | | This test was relying on bug #91844. As that has been fixed (by com- mit 3ed94dc, which erroneously claimed to fix #81944), this test is not testing what it purports to test. Also as a result of that bug fix, it doesn’t matter if the TEMP flag is set, I can get rid of the SvTEMP_off. The only effects the TEMP flag can have now occur only when the refcount is 1, but since *_ holds a refcount and the mortals stack does as well, it’s going to be 2 unless someone undefs *_, in which case the callback won’t have any reference to it. If it tries to make a weak reference, doing so will turn TEMP off.
* perlfaq4: Use E<> instead of non-ASCIIKarl Williamson2011-06-172-2/+1
| | | | We're trying to get rid of non-ASCII in pods.
* podcheck.t: Suppress entity out of range messagesKarl Williamson2011-06-172-1/+2
| | | | | podchecker emits these messages if an E<> is above 255. But these actually work, so the messages are improper. podchecker is not maintained.
* podcheck: Make sure perltoc is knownKarl Williamson2011-06-172-12/+11
| | | | | | | | | | | perltoc is problematic because it is machine generated from constituent pods. This means that errors in them propgagate to it. As a result, commit e678c2947ab9ff776af461b393f3a3eecebab64a just skipped it. But this led to pods that link to it being flagged as having broken links. This commit changes things so instead of skipping perltoc, it is added to the list of pods that are known but are parsed only when there are links to inside it (of which there are unlikely to be any), and then only for the existence of such targets.
* podcheck.t: Add --add_link optionKarl Williamson2011-06-171-20/+83
| | | | | | | | | | | L<> links in pod apply to anything that search cpan can find. This means that it applies to more things than podcheck can find in the Perl distribution. So, a list is kept in a data base of modules and man pages that are known to exist, but aren't findable by podcheck. This list has to be maintained manually. The new option makes adding to the list easier. The man page and instructions are somewhat tweaked as well.
* podcheck.t: Add 'Shell' to list of known modulesKarl Williamson2011-06-171-0/+1
|
* Update Module::CoreList with v5.14.1 dataChris 'BinGOs' Williams2011-06-171-1/+659
|
* Correct a bug number in perldeltaFather Chrysostomos2011-06-171-1/+1
| | | | Commit 3ed94dc0 fixed #91844, not #81944, as it claimed.
* Allow ‘sub x :lvalue’ to apply to XSUBs and stubsFather Chrysostomos2011-06-173-3/+23
| | | | | | | | | | | | | | | | This was disabled in 5.12 (with a warning) by commit 885ef6f5, because applying the attribute to a Perl sub isn’t effective: it does not mod- ify the op tree accordingly. But applying an attribute to an XSUB after the fact is perfectly fine, and is the only way to do it (either with declarative syntax or attributes.pm). This commit restores the old behaviour of declarative for XSUBs. (attributes.pm never stopped working.) Commit 885ef6f5 also stopped a declaration from applying the flag to an undefined subroutine if it happens to have been assigned from else- where. It does not make sense to allow the :method attribute to be applied to such a sub, but not :lvalue.