summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.27.7Chris 'BinGOs' Williams2017-12-201-0/+1
* Finalise perldeltaChris 'BinGOs' Williams2017-12-201-202/+134
* Update Module::CoreList for v5.27.7Chris 'BinGOs' Williams2017-12-201-0/+165
* Start finalisation of perldeltaChris 'BinGOs' Williams2017-12-201-67/+0
* Resolve issue with Win32 caused by 0301e8995Chris 'BinGOs' Williams2017-12-201-1/+1
* t/re/reg_mesg.t: White-space onlyKarl Williamson2017-12-191-3/+3
* t/re/reg_mesg.t: Test that death actually happens.Karl Williamson2017-12-191-3/+10
* reg_mesg.t: Move some tests to proper placesKarl Williamson2017-12-191-10/+10
* [MERGE] s/// return value fixupsDavid Mitchell2017-12-192-5/+18
|\
| * s/// in boolean context: simplify return valueDavid Mitchell2017-12-191-2/+3
| * avoid tainting boolean return value of s///David Mitchell2017-12-192-3/+12
| * s///: return boolean in not-in-place branchDavid Mitchell2017-12-191-1/+4
|/
* minor punctuation improvementKaren Etheridge2017-12-181-1/+1
* Forbid literal \v in /[]/ under re strict, except under /xKarl Williamson2017-12-183-0/+24
* perldiag: Fix obsolete textKarl Williamson2017-12-181-1/+1
* reg_mesg.t: Fix commentKarl Williamson2017-12-181-4/+5
* reg_mesg.t: Fix typoKarl Williamson2017-12-181-1/+1
* Demonstrate how File::Spec->catfile('.', @other_args) works.James E Keenan2017-12-181-0/+3
* Emulate C99 int_fast8_t, etc typedefsKarl Williamson2017-12-181-0/+20
* mktables: Use already set variableKarl Williamson2017-12-183-4/+3
* Change number to mnemonicKarl Williamson2017-12-182-3/+4
* perlxs: Document bitwise calling conventionsFather Chrysostomos2017-12-181-3/+12
* Customisations for Digest-SHA testsChris 'BinGOs' Williams2017-12-1825-161/+49
* Update Digest-SHA to CPAN version 6.00Chris 'BinGOs' Williams2017-12-1831-316/+179
* enable PERL_OP_PARENT alwaysDavid Mitchell2017-12-182-2/+7
* align version numbers in the PathTools distroZefram2017-12-1810-10/+10
* remove support for running PathTools on MacOSZefram2017-12-183-37/+4
* fix pod markup in warnings.pmZefram2017-12-182-4/+4
* remove support for running PathTools on EPOCZefram2017-12-182-15/+0
* perldelta: Avoid ‘deprecated’ for non-deprecated moduleFather Chrysostomos2017-12-171-2/+1
* perldelta for #132468 warnings functionsFather Chrysostomos2017-12-171-0/+6
* perldelta: Alphabetise modulesFather Chrysostomos2017-12-171-21/+21
* [perl #132468] At _at_level warnings functionsFather Chrysostomos2017-12-173-8/+207
* pp_ctl.c: Add -D output for inward gotoFather Chrysostomos2017-12-171-0/+2
* merge branch zefram/dumb_matchZefram2017-12-1777-5194/+3483
|\
| * perldelta for more switch changesZefram2017-12-061-4/+5
| * add "whereis"Zefram2017-12-0621-295/+481
| * better name for parameter to newGIVENOP()Zefram2017-12-053-10/+10
| * internally change "when" to "whereso"Zefram2017-12-0521-88/+88
| * change "when" keyword to "whereso"Zefram2017-12-0535-433/+440
| * fix "LOOP_GIVEN" constant in PL_block_type[]Zefram2017-12-051-1/+1
| * merge leavegiven op type into leaveloopZefram2017-12-059-230/+193
| * make "outside a loop" error messages consistentZefram2017-11-293-3/+3
| * perldelta for more switch changesZefram2017-11-291-0/+12
| * remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-299-155/+124
| * make "when" do implicit "next"Zefram2017-11-299-63/+53
| * remove useless "break" mechanismZefram2017-11-2922-607/+447
| * make loop control apply to "given"Zefram2017-11-2912-90/+156
| * revise block_givwhen for sole use by "when"Zefram2017-11-293-7/+6
| * use blk_loop format for CXt_GIVENZefram2017-11-293-9/+9