summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Assume we have sane C89 memcmp()Aaron Crane2017-10-2133-414/+32
* Drop support for PowerUX / Power MAX OSAaron Crane2017-10-214-222/+2
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-2133-509/+5
* Don't look for a "safe" memcpy()Aaron Crane2017-10-2128-178/+7
* Assume we have C89 memset()Aaron Crane2017-10-2133-257/+7
* Remove USE_STRUCT_COPY in favour of C89 struct assignmentAaron Crane2017-10-2124-112/+2
* Configure: fix nl_langinfo_l() probeAaron Crane2017-10-211-38/+41
* Add Configure changes to perldeltaH.Merijn Brand2017-10-211-2/+28
* Add new Configure probesH.Merijn Brand2017-10-2115-28/+532
* Today's M::CL is up on CPAN alreadySteve Hay2017-10-211-1/+1
* Prepare Module::CoreList for 5.27.6Steve Hay2017-10-214-3/+33
* Bump version to 5.27.6Steve Hay2017-10-2022-136/+136
* perldelta - Fix version for the next run of Porting/acknowledgements.plSteve Hay2017-10-202-2/+2
* New perldelta for 5.27.6Steve Hay2017-10-2011-102/+550
* Tick off 5.27.5Steve Hay2017-10-201-1/+1
* Add epigraph for 5.27.5Steve Hay2017-10-201-0/+17
* 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