summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add _which_perl authors to copyrightdrolsky/test-perlrunDave Rolsky2011-08-141-2/+3
* Add a $VERSIONDave Rolsky2011-08-141-0/+2
* Add perlrun() as an optional export and test itDave Rolsky2011-08-142-5/+66
* Add PERLEXE to spelling whitelistDave Rolsky2011-08-141-1/+1
* Add Test::PerlRun to Maintainers.plDave Rolsky2011-08-141-0/+7
* Delta entry for Test::PerlRunDave Rolsky2011-08-141-2/+5
* Add Test-PerlRun to MANIFESTDave Rolsky2011-08-141-0/+5
* Mention PERLEXE env varDave Rolsky2011-08-141-0/+5
* Note t/test.pl copying in AUTHOR sectionDave Rolsky2011-08-141-0/+3
* first pass at Test::PerlRunDave Rolsky2011-08-145-0/+350
* Check more than just the first word of the "Inconsistent C3" error message.Nicholas Clark2011-08-131-1/+2
* perldelta for __FILE__()Father Chrysostomos2011-08-121-0/+6
* Test __FILE__() syntaxFather Chrysostomos2011-08-121-1/+4
* Add __FILE__ and its minions to perlfuncFather Chrysostomos2011-08-121-1/+17
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-125-990/+1037
* Clean up MANIFEST before creating a new one.Craig A. Berry2011-08-121-0/+1
* Revert "Oops! Update B::Deparse for the (l)stat proto change"Father Chrysostomos2011-08-121-2/+2
* Change (l)stat’s prototype from * to ;*Father Chrysostomos2011-08-124-7/+9
* Revert "[perl #95550] Remove prototypes from (l)stat"Father Chrysostomos2011-08-123-10/+4
* Better st_ino_size probe in configure.com.Craig A. Berry2011-08-121-6/+28
* Move bareword checking from the peephole optimizer to finalize_optree. Fixes ...Gerard Goossen2011-08-115-12/+17
* Move context propagation and finalize_optree from do_eval to newPROGGerard Goossen2011-08-112-15/+15
* API to explicitly select to export XSUB symbols or notSteffen Mueller2011-08-111-7/+41
* ExtUtils::ParseXS: Check that an XSUB with CODE&RETVAL has an OUTPUTSteffen Mueller2011-08-112-2/+24
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-1117-846/+459
* Synchronise Maintainers.pl for Storable and versionChris 'BinGOs' Williams2011-08-111-2/+2
* workaround a type handling bug in SystemTap Dtrace 1.2Tony Cook2011-08-111-2/+25
* ExtUtils::ParseXS version bump: release 3.03Steffen Mueller2011-08-113-3/+3
* Rewrap some verbatim pod in Math::BigIntFather Chrysostomos2011-08-102-117/+128
* Keep verbatim pod in various dist/* pods within 79 colsFather Chrysostomos2011-08-104-185/+189
* Keep verbatim pod in I18N:LT and IO.pm within 80 colsFather Chrysostomos2011-08-103-16/+14
* Keep verbatim pod in ExtUtils::Typemaps::OutputMap within 80 colsFather Chrysostomos2011-08-102-4/+4
* Add perldelta for /aa and \b commitKarl Williamson2011-08-101-0/+9
* Fix trivial test failure from dbef30a62b2ca0b186Steffen Mueller2011-08-101-1/+1
* Add Mike Sheldrake to AUTHORSSteffen Mueller2011-08-101-0/+1
* ExtUtils::ParseXS: Test All @INC Derived typemap LocationsMike Sheldrake2011-08-103-2/+20
* autodoc.pl: output to fit in 79 columnsKarl Williamson2011-08-092-4/+3
* podcheck.t: Change verbatim line length max to 79Karl Williamson2011-08-092-145/+163
* Keep verbatim pod in ExtUtils::Typemaps within 80 colsFather Chrysostomos2011-08-092-6/+13
* Ignore another editor droppinkFather Chrysostomos2011-08-091-1/+1
* Keep verbatim pod in ExtUtils::Installed within 80 colsFather Chrysostomos2011-08-092-3/+4
* Keep verbatim pod in Data::Dumper within 80 colsFather Chrysostomos2011-08-092-9/+8
* Keep verbatim pod in File::VMS/Win32 within 80 colsFather Chrysostomos2011-08-093-6/+6
* Keep verbatim pod in File::Mac/Unix within 80 colsFather Chrysostomos2011-08-093-14/+18
* Keep verbatim pod in File::Spec within 80 colsFather Chrysostomos2011-08-092-4/+5
* Update Encode to CPAN version 2.44Chris 'BinGOs' Williams2011-08-0910-19/+40
* Refactor Porting/checkcfgvar.pl, simplifying the control flow.Nicholas Clark2011-08-091-63/+51
|\
| * In checkcfgvar.pl, eliminate the file-scope lexical %lst.Nicholas Clark2011-08-091-5/+4
| * In checkcfgvar.pl, eliminate the file-scope lexical %MASTER_CFG.Nicholas Clark2011-08-091-4/+4
| * In checkcfgvar.pl, inline and eliminate read_file() and config_h_SH_reader().Nicholas Clark2011-08-091-44/+37