summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update histv5.32.0-RC0Sawyer X2020-05-301-0/+2
* Update META filesSawyer X2020-05-301-1/+1
* Bump version to RC0Sawyer X2020-05-301-0/+1
* Partially reinstate "Perl 6" instead of Raku for mro.pm and feature.pm:Sawyer X2020-05-303-5/+5
* Add gitignoreSawyer X2020-05-301-0/+1
* Fixup perldelta filesSawyer X2020-05-3021-3590/+15
* Merge all perldelta filesSawyer X2020-05-301-158/+1602
* Update Module::CoreList for 5.32.0Sawyer X2020-05-303-2/+46
* Update METASawyer X2020-05-301-1/+1
* Bump perl version in various places for 5.32.0Sawyer X2020-05-3029-206/+206
* Perl 6 -> Raku where appropriateH.Merijn Brand2020-05-3012-29/+29
* Aaron Crane is a moderatorSawyer X2020-05-271-1/+1
* charnames: Explicitly return undef for empty inputKarl Williamson2020-05-273-2/+9
* regcomp.c: Improve dump ANYOFR patternsKarl Williamson2020-05-271-4/+9
* op/exec.t: ENOTDIR is a legit errnoKarl Williamson2020-05-271-0/+2
* t/re/speed.t: Adapt for sl-o-o-w boxesKarl Williamson2020-05-271-1/+3
* t/re/pat_advanced.t: Adapt for sl-o-o-w boxesKarl Williamson2020-05-271-1/+1
* re/regexp_nonull.t: Skip if no APItest builtKarl Williamson2020-05-272-1/+4
* op/sub.t: Skip APItest test if that not builtKarl Williamson2020-05-271-1/+1
* t/re/anyof.t: Adapt a test for EBCDICKarl Williamson2020-05-271-2/+3
* lib/DBM_Filter/t/encode.t: TODO a test on EBCDICKarl Williamson2020-05-271-1/+4
* dist/IO/t/cachepropagate-unix.t: Add os390 to TODO listKarl Williamson2020-05-271-2/+2
* lib/warnings.t: Fix EBCDIC toke warning wordingKarl Williamson2020-05-271-1/+2
* pod/perluniprops: Split run-on lines before '\'Karl Williamson2020-05-275-5/+8
* t/TEST: Skip some cpan module testing on EBCDICKarl Williamson2020-05-271-0/+10
* hints/os390.sh: Handle no C optimizationsKarl Williamson2020-05-271-1/+1
* t/re/regexp.t: Fix to properly handle EBCDICKarl Williamson2020-05-271-1/+1
* Fix tr/// determination of inplace editing for EBCDICKarl Williamson2020-05-273-180/+38
* set magic on $lex for $lex = (index(...) == -1) and make it an lvalueTony Cook2020-05-272-5/+36
* fix utf8 length magic handling for scalar reverseTony Cook2020-05-272-1/+11
* Remove part of commentSawyer X2020-05-251-1/+1
* Revision to hvds patch for #17775Karl Williamson2020-05-251-2/+5
* pjacklam has an email alias - fix checkAUTHORS.plSawyer X2020-05-252-1/+2
* Add quadmath to list of libraries.Peter John Acklam2020-05-251-0/+5
* regcomp.c: Fix leakKarl Williamson2020-05-241-7/+5
* Finally, bump version of File-GlobSawyer X2020-05-241-1/+1
* Fix File::Glob test:Sawyer X2020-05-241-8/+7
* Correct text on my() in false conditionalSawyer X2020-05-241-3/+3
* Remove File::Glob::glob() entirelySawyer X2020-05-242-7/+12
* Finalize config_h.SH for the __attribute__(always_inline) probeNiko Tyni2020-05-242-1/+9
* Fix config_h.SH duplication due to re-running Porting/config_h.plNiko Tyni2020-05-242-13/+1
* update POSIX POD to indicate that 'to(lower|upper)' were removedSergiy Borodych2020-05-231-0/+2
* Sergey Borodych is a perl authorKarl Williamson2020-05-231-0/+1
* Update perlfaq to CPAN version 5.20200523Karen Etheridge2020-05-2213-40/+39
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-22105-450/+454
* B: Remove duplicate check for split op in walkoptree.tDagfinn Ilmari Mannsåker2020-05-221-2/+2
* io_unix.t: make tests run on Windows builds if threads + AF_UNIXRichard Leach2020-05-211-6/+18
* eliminate recursion from yyl_fake_eof() into yyl_try()Tony Cook2020-05-212-15/+46
* eliminate len from recursive yyl_try/yyl_fake_eofTony Cook2020-05-211-10/+9
* removed unused len parameter from yyl_dblquote()Tony Cook2020-05-211-2/+3