Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don’t iterate through magic with local $_ | Father Chrysostomos | 2012-01-04 | 1 | -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 constants | Father Chrysostomos | 2012-01-04 | 2 | -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. Berry | 2012-01-04 | 1 | -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 Williamson | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Remove some dead x2p-related code in vmsish.h. | Nicholas Clark | 2012-01-04 | 1 | -54/+4 |
| | |||||
* | [perl #105912] local $_ should not FETCH | Father Chrysostomos | 2012-01-03 | 2 | -4/+5 |
| | | | | | This commit finishes the work of 658a9f3 by skipping FETCH as well as STORE during local($_). | ||||
* | Correct bug-report email in IO docs | Father Chrysostomos | 2012-01-03 | 7 | -14/+15 |
| | | | | This was mentioned in ticket #75156. | ||||
* | add a missing apostrophe | Ricardo Signes | 2012-01-03 | 1 | -1/+1 |
| | | | | thanks, Jim Keenan | ||||
* | Update Module-Pluggable to CPAN version 4.0 | Chris 'BinGOs' Williams | 2012-01-03 | 4 | -5/+9 |
| | | | | | | [DELTA] No change log found for 4.0 release | ||||
* | Sync Maintainers.pl with CPAN for ExtUtils-ParseXS | Chris 'BinGOs' Williams | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | op.c Remove redundant continue | Father Chrysostomos | 2012-01-03 | 1 | -1/+0 |
| | |||||
* | Packlist.t: add bug number | Father Chrysostomos | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Change wording of \E warning | Father Chrysostomos | 2012-01-03 | 3 | -8/+8 |
| | | | | following Karl Williamson’s suggestion. | ||||
* | toke.c: Unpaired '\E's in double-quotish contexts should warn. | Brian Fraser | 2012-01-02 | 3 | -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 compatibility | Father Chrysostomos | 2012-01-02 | 1 | -1/+1 |
| | | | | I think. I haven’t actually tested it. | ||||
* | [perl #107410] Tests for used-once warnings from ExtUtils::Packlist | Father Chrysostomos | 2012-01-02 | 1 | -2/+14 |
| | |||||
* | Add Joel Berger to AUTHORS | Father Chrysostomos | 2012-01-02 | 1 | -0/+1 |
| | |||||
* | Removed 'once' warnings in ExtUtils::Packlist::mkfh. | Joel Berger | 2012-01-02 | 1 | -0/+1 |
| | | | | Fixes cpan bug #50315. | ||||
* | Increase $ExtUtils::Packlist::VERSION to 1.46 | Father Chrysostomos | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Correct test count in regen.t | Father Chrysostomos | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Explain perlguts changes in mg_vtable.pl comment | Father Chrysostomos | 2012-01-02 | 1 | -1/+4 |
| | |||||
* | Regenerate perlguts’ mg table automatically | Father Chrysostomos | 2012-01-02 | 2 | -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-cloning | Father Chrysostomos | 2012-01-02 | 1 | -1/+7 |
| | |||||
* | perldelta for %n | Father Chrysostomos | 2012-01-02 | 1 | -1/+10 |
| | |||||
* | perldelta for hash element deletion and destructors | Father Chrysostomos | 2012-01-02 | 1 | -1/+9 |
| | |||||
* | perldelta for method deletion | Father Chrysostomos | 2012-01-02 | 1 | -1/+7 |
| | |||||
* | perldelta for system SIGCHLD interference | Father Chrysostomos | 2012-01-02 | 1 | -1/+6 |
| | |||||
* | perldelta for #! line errors | Father Chrysostomos | 2012-01-02 | 1 | -1/+11 |
| | |||||
* | perldelta for POSIX sigsuspend | Father Chrysostomos | 2012-01-02 | 1 | -1/+13 |
| | |||||
* | perldelta: update status comment | Father Chrysostomos | 2012-01-02 | 1 | -1/+2 |
| | |||||
* | perldelta for reifying tied arrays | Father Chrysostomos | 2012-01-02 | 1 | -1/+26 |
| | |||||
* | perldelta for tied @DB::args | Father Chrysostomos | 2012-01-02 | 1 | -2/+11 |
| | |||||
* | perldelta for splain’s multiline support | Father Chrysostomos | 2012-01-02 | 1 | -1/+7 |
| | |||||
* | perldelta for splain’s backtrace formatting | Father Chrysostomos | 2012-01-02 | 1 | -3/+27 |
| | |||||
* | perldelta for lvalue fixes | Father Chrysostomos | 2012-01-02 | 1 | -1/+27 |
| | |||||
* | perldelta for Data::Dumper and *{""} | Father Chrysostomos | 2012-01-02 | 1 | -1/+3 |
| | |||||
* | perldelta for Data::Dumper and vstrings | Father Chrysostomos | 2012-01-02 | 1 | -1/+8 |
| | |||||
* | perldelta for PerlIO::get_layers and numbers | Father Chrysostomos | 2012-01-02 | 1 | -2/+8 |
| | |||||
* | perldelta for PerlIO::get_layers and get-magic | Father Chrysostomos | 2012-01-02 | 1 | -1/+6 |
| | |||||
* | perldelta for select fixes | Father Chrysostomos | 2012-01-02 | 1 | -1/+8 |
| | |||||
* | perldelta for deparsing $( $| $) in regexps | Father Chrysostomos | 2012-01-02 | 1 | -1/+4 |
| | |||||
* | perldelta for /$#a/ deparsing | Father Chrysostomos | 2012-01-02 | 1 | -2/+3 |
| | |||||
* | perldelta for open(foo::bar) warning | Father Chrysostomos | 2012-01-02 | 1 | -1/+8 |
| | |||||
* | perldelta for deparsing strict [perl #24027] | Father Chrysostomos | 2012-01-02 | 1 | -1/+3 |
| | |||||
* | perldelta for B::Deparse ambient_pragmas fix | Father Chrysostomos | 2012-01-02 | 1 | -1/+4 |
| | |||||
* | perldelta for helem and hslice on null values | Father Chrysostomos | 2012-01-02 | 1 | -1/+10 |
| | |||||
* | Correct comment in APItest’s hash.t | Father Chrysostomos | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | perldelta for newHVhv on tied hashes | Father Chrysostomos | 2012-01-02 | 1 | -0/+5 |
| | |||||
* | perldelta for deparsing features | Father Chrysostomos | 2012-01-02 | 1 | -1/+4 |
| | |||||
* | perldelta for feature revamp | Father Chrysostomos | 2012-01-02 | 1 | -3/+18 |
| |