summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In perl.c, only compile S_forbid_setid() if it's needed.smoke-me/kick-FAKE_BIT_BUCKETNicholas Clark2012-03-134-20/+17
* Inline the "program input from stdin" check into S_open_script().Nicholas Clark2012-03-131-16/+16
* Eliminate the suidscript parameter from S_forbid_setid() - it's always false.Nicholas Clark2012-03-134-35/+22
* Pass doextract to S_open_script(), signaling whether -x is enabled.Nicholas Clark2012-03-134-5/+12
* Normalise two error messages in S_open_script() to have trailing periods.Nicholas Clark2012-03-132-4/+4
* Add t/run/fdopen.t, which tests the /dev/fd/\d+ code for opening scripts.Nicholas Clark2012-03-133-0/+119
* In S_open_script(), avoid setting scriptname to "" to benefit one if() test.Nicholas Clark2012-03-131-3/+2
* Add 2 assertions to S_open_script().Nicholas Clark2012-03-131-0/+2
* In S_parse_body(), don't "leak" linestr_sv until global destruction.smoke-me/linestr_svNicholas Clark2012-03-131-4/+6
* Remove all the never used parameters from the macro validate_suid()Nicholas Clark2012-03-131-6/+3
* Upgrade Locale-Codes to 3.21Abigail2012-03-1344-1162/+1283
* stop S_forget_pmop() SEGVingDavid Mitchell2012-03-131-1/+1
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAbigail2012-03-1311-332/+334
|\
| * Ran zlib2ansi script against zlib-src/ to fix K&R-ismsChris 'BinGOs' Williams2012-03-1311-332/+334
* | Exclude perlcritic.rc files.Abigail2012-03-133-48/+2
* | List the new files that came with the upgrade of CPAN-MetaAbigail2012-03-131-0/+6
* | Upgrade HTTP::Tiny to 0.017.Abigail2012-03-134-22/+67
* | Upgrade cpan/CPAN-Meta to 2.120630Abigail2012-03-1319-56/+491
|/
* Some files in cpan/Compress-Raw-Zlib have the x bit set.Abigail2012-03-131-0/+3
* Fixes type in commit 14c554185Abigail2012-03-131-2/+2
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAbigail2012-03-139-139/+235
|\
| * load Algorithm::Diff later in corelist-perldeltaMax Maischein2012-03-121-1/+24
| * avoid some long-line errors in podcheck of Term-ReadlineRicardo Signes2012-03-122-14/+13
| * new patch for Term::ReadLine event loop supportRicardo Signes2012-03-125-129/+194
| * make the pod2html tests work with fs with volssmoke-me/pod-htmlRicardo Signes2012-03-121-5/+5
| * Sisyphus's fix for pod2htmlRicardo Signes2012-03-121-0/+9
* | Upgrade Compress::Raw::Zlib to 2.051.Abigail2012-03-1326-761/+1041
* | Upgrade Compress-Raw-Bzip2 to version 2.049.Abigail2012-03-125-7/+11
* | Upgrade cpan/Archive-Tar to 1.84Abigail2012-03-125-7/+30
* | Upgrade Archive-Extract to 0.60Abigail2012-03-123-71/+78
|/
* perldelta for die propgation fixTony Cook2012-03-121-1/+2
* [rt #111654] properly propgate tainted errorsTony Cook2012-03-122-2/+1
* [rt #111654] TODO test for tainted die propagationTony Cook2012-03-121-1/+10
* Document the updated version of Pod::SimpleAbigail2012-03-111-1/+1
* Upgrade Pod-Simple to 3.20. This should fix issue 111520.Abigail2012-03-1137-48/+116
* sdbm.c: fix off-by-one access to global ".dir"Reini Urban2012-03-091-7/+7
* regen pod issuesFather Chrysostomos2012-03-071-2/+1
* perlvar: Fix long linesFather Chrysostomos2012-03-071-132/+140
* Dear perlvar: ${^WARNING_BITS} was added in 5.6Father Chrysostomos2012-03-071-1/+1
* perlvar: Document ${^WARNING_BITS} betterFather Chrysostomos2012-03-071-1/+3
* Stop warning hint-checking from doing bad readsFather Chrysostomos2012-03-071-1/+4
* Porting/bisect.pl: Typos in diag msgFather Chrysostomos2012-03-071-1/+1
* fix warning in test.pl diagnostics output.Craig A. Berry2012-03-071-1/+4
* fix typo in src commentDavid Mitchell2012-03-061-1/+1
* pods: Note future deprecation of unescaped "{"Karl Williamson2012-03-062-2/+34
* perllexwarn: Fix typosKarl Williamson2012-03-061-2/+2
* begin filling the 5.16.0 delta from 5.15.8Ricardo Signes2012-03-061-1/+318
* another bus ride worth of collected delta editingRicardo Signes2012-03-061-546/+423
* omnibus perl5160delta editing messRicardo Signes2012-03-061-377/+395
* fix slowdown in nested hash freeingDavid Mitchell2012-03-063-13/+14