summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Perl 5.27.5 todayv5.27.5Steve Hay2017-10-201-0/+1
* Finalize perldeltaSteve Hay2017-10-201-2/+26
* Update Module::CoreList for 5.27.5Steve Hay2017-10-201-4/+152
* perldelta - Fix broken linksSteve Hay2017-10-201-4/+5
* perldelta - Remove boilerplateSteve Hay2017-10-201-341/+0
* perldelta - Update selected bug fixes etcSteve Hay2017-10-201-8/+23
* perldelta - Update modulesSteve Hay2017-10-201-1/+93
* Suppress spurious corelist-perldelta.pl warningSteve Hay2017-10-201-1/+1
* Teach corelist-perldelta.pl about libnet, podlators and Sub::UtilSteve Hay2017-10-201-2/+21
* Porting/Maintainers.pl - version's vxs.inc is now CUSTOMIZED as wellSteve Hay2017-10-202-0/+2
* Porting/Maintainers.pl - NEXT is CUSTOMIZEDSteve Hay2017-10-202-0/+3
* Deparse.t tweakFather Chrysostomos2017-10-191-1/+1
* perldelta for 14062320fFather Chrysostomos2017-10-191-0/+7
* Temporarily revert CV-in-stash optimisationFather Chrysostomos2017-10-192-1/+2
* Update win32/config_H.[gv]c canned configuration filesSteve Hay2017-10-192-3165/+4134
* Use SvLEN_set/SvCUR_set in a few extra locationsNicolas R2017-10-193-5/+5
* Merge branch 'smoke-me/ilmari/exec-empty-argv' into bleadDagfinn Ilmari Mannsåker2017-10-184-15/+37
|\
| * Perldelta for exec PROGRAM LIST with empty LISTDagfinn Ilmari Mannsåker2017-10-181-1/+5
| * [perl #131730] Fix exec PROGRAM LIST with empty LIST on VMSDagfinn Ilmari Mannsåker2017-10-181-8/+8
| * [perl #131730] Fix exec PROGRAM LIST with empty LISTDagfinn Ilmari Mannsåker2017-10-182-6/+24
|/
* Upgrade Test-Simple from version 1.302101 to 1.302103Steve Hay2017-10-1863-66/+128
* the unopened test should use a file handle distinct from "OTHER"Tony Cook2017-10-171-1/+2
* [perl #127063] suppress warning on assigning 0 to $[Tony Cook2017-10-173-5/+9
* PERL5LIB documentation: '.' is no longer in @INC by defaultLukas Mai2017-10-161-4/+4
* customise Pod::Perldoc to fix output misbehaviourZefram2017-10-163-11/+7
* [perl #124349] deprecation warning on hostname() with argumentsTony Cook2017-10-162-10/+27
* Use preprocessor check for some DEBUG_X_TESTNicolas R2017-10-162-7/+25
* (perl #131982) update the set/getpriority documentation tooTony Cook2017-10-161-0/+6
* (perl #131982) provide constants for get/setpriority in POSIX.pmTony Cook2017-10-165-2/+29
* Document that POSIX::abs, ::alarm, ::atan2, ::chdir, ::chmod need explicit ar...James E Keenan2017-10-152-15/+39
* pp.c: delete dead cpp-conditional declarationAaron Crane2017-10-151-8/+0
* Remove out-of-date mention of USA presidentSmylers2017-10-151-5/+6
* RT#131000: splice doesn't honour read-only flagAaron Crane2017-10-154-2/+37
* Use library functions instead of manual TAP in t/io/tell.t.Dmitry Ulanov2017-10-152-51/+45
* hints/aix.sh: remove trailing spacesLukas Mai2017-10-141-11/+11
* miniperl also needs -Ilib for perl.exp on AIX etcH.Merijn Brand2017-10-141-2/+2
* Document that -I. is now needed with -MTestInitDominic Hargreaves2017-10-141-1/+1
* g++ is like gcc on AIX tooH.Merijn Brand2017-10-141-7/+7
* delete unused file from SDBM_FileLukas Mai2017-10-142-89/+0
* get rid of "implicit fallthrough" warnings in SDBM_FileLukas Mai2017-10-142-8/+8
* SDBM_File: tabs -> spacesLukas Mai2017-10-142-170/+170
* Delete dead mktemp() callAaron Crane2017-10-141-6/+0
* fix comment on GCC_DIAG_IGNORE/GCC_DIAG_RESTORELukas Mai2017-10-141-3/+3
* actually fix "implicit fallthrough" warnings in gcc 7Lukas Mai2017-10-141-256/+257
* remove the GCC_DIAG_RESTORE pragma as wellYves Orton2017-10-141-2/+0
* remove GCC_DIAG_IGNORE from sbox32_hash.hYves Orton2017-10-141-2/+0
* fixups for portabilityYves Orton2017-10-142-284/+285
* Delete unused files from ext/SDBM_FileAaron Crane2017-10-143-124/+0
* skip bench.t if valgrind is installed but brokenLukas Mai2017-10-131-0/+1
* use standard STMT_START/STMT_END macros in STATIC_ASSERT_STMTLukas Mai2017-10-131-1/+1