summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don’t iterate through magic with local $_Father Chrysostomos2012-01-041-1/+3
| | | | | If we are going to skip all set-magic when restoring a localised tied $_, there’s no point in looping through it.
* Restrict $[ comp warning to constantsFather Chrysostomos2012-01-042-2/+24
| | | | | | $#a > $[ is a legitimate use of $[ with >. So warning in that case is not nice. Most version comparisons are done with constants, like 5.006, so warn only for constants.
* miniperl can no longer run installperl.Craig A. Berry2012-01-041-2/+3
| | | | | | | | installperl now requires Porting/pod_lib.pl, which uses Digest::MD5, which means we need something that can do dynamic loading (or has extensions statically linked in). But it doesn't really matter because presumably we wouldn't be installing Perl if we hadn't built it, so use the perl we've built rather than miniperl.
* hv.c pod: 'Perl_sv_placeholder' should be 'PL_sv_placeholder'Karl Williamson2012-01-041-1/+1
|
* Remove some dead x2p-related code in vmsish.h.Nicholas Clark2012-01-041-54/+4
|
* [perl #105912] local $_ should not FETCHFather Chrysostomos2012-01-032-4/+5
| | | | | This commit finishes the work of 658a9f3 by skipping FETCH as well as STORE during local($_).
* Correct bug-report email in IO docsFather Chrysostomos2012-01-037-14/+15
| | | | This was mentioned in ticket #75156.
* add a missing apostropheRicardo Signes2012-01-031-1/+1
| | | | thanks, Jim Keenan
* Update Module-Pluggable to CPAN version 4.0Chris 'BinGOs' Williams2012-01-034-5/+9
| | | | | | [DELTA] No change log found for 4.0 release
* Sync Maintainers.pl with CPAN for ExtUtils-ParseXSChris 'BinGOs' Williams2012-01-031-1/+1
|
* op.c Remove redundant continueFather Chrysostomos2012-01-031-1/+0
|
* Packlist.t: add bug numberFather Chrysostomos2012-01-031-1/+1
|
* Change wording of \E warningFather Chrysostomos2012-01-033-8/+8
| | | | following Karl Williamson’s suggestion.
* toke.c: Unpaired '\E's in double-quotish contexts should warn.Brian Fraser2012-01-023-0/+21
| | | | | | Until now, an unpaired \E (that is, one lacking a \U, \L or \Q) would just pass through unnoticed. This commit changes that behavior to issue a warning instead.
* ExtUtils::Packlist: Restore 5.005 compatibilityFather Chrysostomos2012-01-021-1/+1
| | | | I think. I haven’t actually tested it.
* [perl #107410] Tests for used-once warnings from ExtUtils::PacklistFather Chrysostomos2012-01-021-2/+14
|
* Add Joel Berger to AUTHORSFather Chrysostomos2012-01-021-0/+1
|
* Removed 'once' warnings in ExtUtils::Packlist::mkfh.Joel Berger2012-01-021-0/+1
| | | | Fixes cpan bug #50315.
* Increase $ExtUtils::Packlist::VERSION to 1.46Father Chrysostomos2012-01-021-1/+1
|
* Correct test count in regen.tFather Chrysostomos2012-01-021-1/+1
|
* Explain perlguts changes in mg_vtable.pl commentFather Chrysostomos2012-01-021-1/+4
|
* Regenerate perlguts’ mg table automaticallyFather Chrysostomos2012-01-022-12/+32
| | | | | | | regen/mg_vtable.pl was modified a while ago to generate the table for copying and pasting, but at least twice since then it has not been updated properly; once by me and once by the author of that part of regen/mg_vtable.pl.
* perldelta for GV non-cloningFather Chrysostomos2012-01-021-1/+7
|
* perldelta for %nFather Chrysostomos2012-01-021-1/+10
|
* perldelta for hash element deletion and destructorsFather Chrysostomos2012-01-021-1/+9
|
* perldelta for method deletionFather Chrysostomos2012-01-021-1/+7
|
* perldelta for system SIGCHLD interferenceFather Chrysostomos2012-01-021-1/+6
|
* perldelta for #! line errorsFather Chrysostomos2012-01-021-1/+11
|
* perldelta for POSIX sigsuspendFather Chrysostomos2012-01-021-1/+13
|
* perldelta: update status commentFather Chrysostomos2012-01-021-1/+2
|
* perldelta for reifying tied arraysFather Chrysostomos2012-01-021-1/+26
|
* perldelta for tied @DB::argsFather Chrysostomos2012-01-021-2/+11
|
* perldelta for splain’s multiline supportFather Chrysostomos2012-01-021-1/+7
|
* perldelta for splain’s backtrace formattingFather Chrysostomos2012-01-021-3/+27
|
* perldelta for lvalue fixesFather Chrysostomos2012-01-021-1/+27
|
* perldelta for Data::Dumper and *{""}Father Chrysostomos2012-01-021-1/+3
|
* perldelta for Data::Dumper and vstringsFather Chrysostomos2012-01-021-1/+8
|
* perldelta for PerlIO::get_layers and numbersFather Chrysostomos2012-01-021-2/+8
|
* perldelta for PerlIO::get_layers and get-magicFather Chrysostomos2012-01-021-1/+6
|
* perldelta for select fixesFather Chrysostomos2012-01-021-1/+8
|
* perldelta for deparsing $( $| $) in regexpsFather Chrysostomos2012-01-021-1/+4
|
* perldelta for /$#a/ deparsingFather Chrysostomos2012-01-021-2/+3
|
* perldelta for open(foo::bar) warningFather Chrysostomos2012-01-021-1/+8
|
* perldelta for deparsing strict [perl #24027]Father Chrysostomos2012-01-021-1/+3
|
* perldelta for B::Deparse ambient_pragmas fixFather Chrysostomos2012-01-021-1/+4
|
* perldelta for helem and hslice on null valuesFather Chrysostomos2012-01-021-1/+10
|
* Correct comment in APItest’s hash.tFather Chrysostomos2012-01-021-1/+1
|
* perldelta for newHVhv on tied hashesFather Chrysostomos2012-01-021-0/+5
|
* perldelta for deparsing featuresFather Chrysostomos2012-01-021-1/+4
|
* perldelta for feature revampFather Chrysostomos2012-01-021-3/+18
|