summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "pp_(get|set)priority: remove ancient glibc C++ workaround"Dagfinn Ilmari Mannsåker2020-02-121-2/+15
* perlreref: quantifier {,n} is now illegalKarl Williamson2020-02-121-1/+1
* Additional email (github) address for Richard LeachJames E Keenan2020-02-111-2/+3
* Tie::File - Document use of binmode on filehandlesRichard Leach2020-02-101-0/+5
* Make Tie::File distro conform to strict and warnings.Todd Rinaldo2020-02-1039-161/+198
* Remove %newkeys from Tie::File::_oadjustTodd Rinaldo2020-02-101-12/+0
* Sync Tie-File changelog with CPANTodd Rinaldo2020-02-101-0/+6
* Reword pod2html crossref err msgs; show only if $verboseMarc Green2020-02-112-12/+21
* add missing RT links to older perldeltaKaren Etheridge2020-02-101-8/+8
* improve pod formatting and minor punctuation nitKaren Etheridge2020-02-101-5/+5
* t/porting/manifest.t: ignore .mailmapYves Orton2020-02-101-0/+1
* .mailmap: add a file to allow git to show correct emailsYves Orton2020-02-101-0/+6
* toke.c - handle ${10} properly - Issue #12948Yves Orton2020-02-103-8/+40
* Document purpose of miniperlTony Cook2020-02-091-0/+6
* skip op/signame_canonical test under miniperlHugo van der Sanden2020-02-091-0/+1
* perl.h: define PERL_BITFIELD8/16/32 as U8/U16/U32Yves Orton2020-02-082-6/+6
* pp_sys.c: add casts to silence Win32 build warningsYves Orton2020-02-081-5/+5
* regcomp.c: silence possible loss of data warningsYves Orton2020-02-081-9/+14
* Revert "Update Scalar-List-Utils to CPAN version 1.54"Yves Orton2020-02-0813-560/+50
* fix defines for PERL_BITFIELDxx on Linux and Win32Yves Orton2020-02-082-5/+5
* Update Scalar-List-Utils to CPAN version 1.54Chris 'BinGOs' Williams2020-02-0713-50/+560
* Tie-File is 1.05 on CPANChris 'BinGOs' Williams2020-02-071-1/+1
* Update parent to CPAN version 0.238Chris 'BinGOs' Williams2020-02-072-3/+11
* Update Devel-PPPort to CPAN version 3.57Chris 'BinGOs' Williams2020-02-0780-460/+923
* Update Archive-Tar to CPAN version 2.36Chris 'BinGOs' Williams2020-02-076-23/+86
* regcomp.c: make \K+ and \K* illegal.Yves Orton2020-02-073-6/+27
* perlunicode: Slight clarificationKarl Williamson2020-02-051-1/+2
* pod/perlrecharclass.pod: Slight clarificationKarl Williamson2020-02-051-1/+1
* Additional email for E ChorobaJames E Keenan2020-02-051-0/+1
* Add a missing switch to a documentation exampleE. Choroba2020-02-051-1/+1
* regen/opcdode.pl: remove alternate PP function implementation supportDagfinn Ilmari Mannsåker2020-02-051-14/+4
* pp_i_modulo(): remove workaround for ancient glibc bugDagfinn Ilmari Mannsåker2020-02-054-59/+0
* Make it possible to remove a closed IO::Socket handle from IO::Select.Todd Rinaldo2020-02-045-2/+48
* Pass the canonical signal name to the signal handler when it is invoked.Todd Rinaldo2020-02-043-1/+77
* pp_(get|set)priority: remove ancient glibc C++ workaroundDagfinn Ilmari Mannsåker2020-02-041-10/+2
* Do not ignore non-zero error code from 'make minitest'James E Keenan2020-02-041-3/+3
* Prohibit usage of Test::Simple under 't/'James E Keenan2020-02-042-6/+18
* Clarify guidance for usage of Test::More in testsJames E Keenan2020-02-041-5/+9
* multiconcat: keep assign for 'local $foo = "..."'David Mitchell2020-02-043-2/+42
* pp_sort.c: Tinker with pp_sort to untickle mingw bugYves Orton2020-02-041-8/+9
* pp_crypt(): reindent CPP directivesDavid Mitchell2020-02-041-9/+10
* B::perlstring - add support for \e (Fix #17526)Yves Orton2020-02-044-2/+44
* Support Unicode properties Identifier_(Status|Type)Karl Williamson2020-02-038-8273/+24717
* Add Unicode UTS #39 filesKarl Williamson2020-02-033-0/+2919
* mktables: Generalize the scx property handlingKarl Williamson2020-02-035-37/+53
* mktables: Improve warning msgKarl Williamson2020-02-035-5/+5
* mktables: Add capability to override match directoryKarl Williamson2020-02-035-5/+15
* pp_crypt(): remove ancient glibc bug workaroundDavid Mitchell2020-02-031-6/+0
* Tie::File: use unique tmp filename in 29a_upcopy.tDavid Mitchell2020-02-031-1/+1
* toke.c: fix Multidimensional array heuristic to ignore function callsYves Orton2020-02-022-6/+46