summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In feature.pm, inline current_bundle() into __common(), its only caller.nicholas/feature-code-shrinkNicholas Clark2012-02-292-14/+8
* In feature.pm, inline normalise_hints() into __common(), its only caller.Nicholas Clark2012-02-292-22/+14
* Merge the code common to feature::import and feature::unimport.Nicholas Clark2012-02-292-48/+22
* In feature.pm, use a consistent code style in import() and unimport().Nicholas Clark2012-02-292-10/+12
* In B::Deparse::_features_from_bundle(), don't call feature::current_bundle()Nicholas Clark2012-02-281-5/+2
* In Deparse, use $feature::hint_mask directly, instead of copying its value.Nicholas Clark2012-02-281-15/+10
* In B::Deparse, refactor common code into _features_from_bundle().Nicholas Clark2012-02-281-11/+15
* In B::Deparse, refactor the two places that feature::current_bundle()Nicholas Clark2012-02-281-6/+6
* Fix regression in deparsing say (etc) under use 5.10.0Nicholas Clark2012-02-282-8/+2
* Add tests for deparsing C<say> under various combinations of pragmas.Nicholas Clark2012-02-281-0/+91
* Avoid deparse.t testing everything under use feature ':5.10'Nicholas Clark2012-02-281-8/+36
* Add a 'context' feature to deparse.t, to better test ambient pragmas.Nicholas Clark2012-02-281-14/+14
* In deparse.t, rename %reason to %meta.Nicholas Clark2012-02-281-9/+9
* Patch [perl #111400] [:upper:] broken for above Latin1Karl Williamson2012-02-283-11/+51
* Corion's release is done. Check him offJesse Vincent2012-02-281-1/+1
* av_fetch: de-duplicate small bit of codeDavid Mitchell2012-02-271-11/+5
* Merge the fixes for RT #37033 into blead.Nicholas Clark2012-02-279-34/+86
|\
| * The parser should always close the file handle that it opened.Nicholas Clark2012-02-276-7/+63
| * Move the close-on-exec logic to one place, at the end of S_open_script().Nicholas Clark2012-02-271-10/+4
| * Change S_open_script() to return NULL to signal "read from stdin".Nicholas Clark2012-02-271-1/+4
| * In perl.c, change S_open_script() to return rsfp.Nicholas Clark2012-02-274-20/+19
| * In struct yy_parser, change lex_flags to a U8, from part of a bitfield.Nicholas Clark2012-02-271-1/+1
|/
* Improve the tests for -xNicholas Clark2012-02-274-2/+22
* Improve the tests for the -n and -p switches.Nicholas Clark2012-02-272-4/+17
* Simplify platform specific code in t/run/cloexec.tNicholas Clark2012-02-271-6/+3
* perldiag: Reflow for better splain outputFather Chrysostomos2012-02-261-3/+3
* Add an example how to fix '%s: command not found'Max Maischein2012-02-261-2/+5
* Increase $attributes::VERSION to 0.18Father Chrysostomos2012-02-261-1/+1
* doco improvement for attributes.pmDavid Cantrell2012-02-261-0/+16
* Make CPAN upstream for File::TempFather Chrysostomos2012-02-251-1/+1
* Don’t ‘normalise’ hints for bare ‘no feature’Father Chrysostomos2012-02-252-10/+10
* regen/feature.pl: Show perl.h line num in error msgFather Chrysostomos2012-02-251-1/+1
* perlfunc: bad wordingFather Chrysostomos2012-02-251-1/+1
* arybase.xs: Wrap PL_check safelyFather Chrysostomos2012-02-251-2/+2
* Increase $arybase::VERSION to 0.05Father Chrysostomos2012-02-251-1/+1
* don't taint $$ determined by getpid()Zefram2012-02-252-2/+12
* update perlfunc.html generatorZefram2012-02-251-30/+15
* delay allocating trans table until neededZefram2012-02-254-11/+19
* Update the link for Module-Build/core integrationChris 'BinGOs' Williams2012-02-241-1/+1
* mktables: Correct Unicode 6.1 omissionKarl Williamson2012-02-241-0/+4
* correct a Pod foible that broke bleadRicardo Signes2012-02-241-1/+1
* Add description of new change process for http://dev.perl.orgMax Maischein2012-02-241-5/+10
* regcomp.c: Add cast to silence Solaris warningKarl Williamson2012-02-231-1/+1
* Remove ExtUtils-CBuilder's MANIFEST.SKIPDavid Golden2012-02-232-3/+0
* work harder to get useful diagnostics on Win32Ricardo Signes2012-02-222-17/+23
* ExtUtils::CBuilder: add support informationDavid Golden2012-02-2216-13/+60
* Update Maintainers.pl for new ExtUtils::CBuilderDavid Golden2012-02-222-3/+8
* add ext/Pod-Functions/.gitignoreDavid Golden2012-02-221-0/+1
* ExtUtils::CBuilder - add dual-life support filesDavid Golden2012-02-227-1/+909
* ignore all MYMETA files, not just .ymlDavid Golden2012-02-221-1/+1