summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use semicolon to separate statementsGraham Knop2020-07-302-2/+2
* Small changes to test on bugzilla and improve compatibilityRyan Voots2020-07-302-2/+2
* Bump Safe.pm version with changeRyan Voots2020-07-301-2/+2
* Update Safe.pm to use tr/// to trigger loading utf8_heavy.pl.Ryan Voots2020-07-302-6/+2
* perlrecharclass.pod: Make clear that $, has been assigned toJames E Keenan2020-07-301-1/+3
* Fix format issue in t/op/taint.t and add strict/warningsNicolas R2020-07-301-20/+27
* Force path to ExtUtils::PL2Bat in make_ext.plLeon Timmermans2020-07-301-1/+1
* Make pl2bat use ExtUtils::PL2BatLeon Timmermans2020-07-301-72/+20
* Eliminate -a option of pl2batLeon Timmermans2020-07-301-28/+15
* Import ExtUtils::PL2BatLeon Timmermans2020-07-305-0/+238
* intrpvar.h -reorder PERLVARS to close x86-64 alignment holesRichard Leach2020-07-301-28/+30
* use absolute paths in ExtUtils::ParseXS tests on all platformsGraham Knop2020-07-303-11/+10
* avoid using C99/C11 functions that NetBSD doesn't defineTony Cook2020-07-301-0/+16
* GNU/Hurd doesn't support SO_PROTOCOLSamuel Thibault2020-07-301-2/+2
* Revert "Debugging GH #17671."Karl Williamson2020-07-301-4/+0
* Revert "there is no obvious reason not to set flags"Karl Williamson2020-07-301-2/+3
* Define a new SAVEt_HINT_HH typePaul "LeoNerd" Evans2020-07-303-15/+21
* lex_assign.t: Correct typo in test descriptionJames E Keenan2020-07-291-1/+1
* Document PERL_VERSION and kin as deprecatedKarl Williamson2020-07-291-0/+26
* Improve detection of Intel C/C++ compilers. (#18001)Graham✈️✈️2020-07-292-1/+2
* autodoc.pl: Improve wording in perlapi/perlinternKarl Williamson2020-07-281-1/+2
* File-Path: sync in CPAN version 2.17James E Keenan2020-07-253-5/+4
* win32.c: rework the waitpid(-1, WNOHANG) fixTomasz Konojacki2020-07-241-4/+7
* Fix typo when using nBIT_UMAXNicolas R2020-07-221-1/+1
* Fixes typo from d223e1ea9ae864c0e563187f1e76240ef1acad87Ryan Voots2020-07-221-1/+1
* add 'isa' operator to perlexperimentreneeb2020-07-221-0/+10
* warnings: fix missed `$c` in previous commitDagfinn Ilmari Mannsåker2020-07-212-2/+2
* warnings: fix POD typo "you" → "your"Dagfinn Ilmari Mannsåker2020-07-212-2/+2
* warnings: rename `$a` and `$b` lexical variables in docs and codeDagfinn Ilmari Mannsåker2020-07-212-62/+62
* [MERGE] Remove Symbian support and PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-21148-10507/+125
|\
| * Perldelta entry for PERL_GLOBAL_STRUCT removalDagfinn Ilmari Mannsåker2020-07-201-3/+3
| * Perldelta entry for Symbian removalDagfinn Ilmari Mannsåker2020-07-201-4/+4
| * Remove PL_appctx and PL_timesbase interpreter variablesDagfinn Ilmari Mannsåker2020-07-204-29/+0
| * Remove code guarded by PERLIO_STD_SPECIALDagfinn Ilmari Mannsåker2020-07-201-8/+0
| * Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-2039-261/+18
| * Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-2049-1351/+65
| * Remove Symbian portDagfinn Ilmari Mannsåker2020-07-2081-8851/+35
|/
* perldebguts: fix documentation for ${"_<$filename"}Dagfinn Ilmari Mannsåker2020-07-201-2/+2
* Remove the final remnants of 5005threads supportDagfinn Ilmari Mannsåker2020-07-206-51/+3
* Ensure stack is in consistent state while restoring SAVEt_HINTSPaul "LeoNerd" Evans2020-07-201-1/+7
* Use static asserts when comparing sizeof() to a constantDagfinn Ilmari Mannsåker2020-07-203-4/+4
* Remove accidentally-reintroduced WinCE workaroundDagfinn Ilmari Mannsåker2020-07-201-10/+0
* Use UINTMAX_C() in nBIT_MASK() definitionDagfinn Ilmari Mannsåker2020-07-201-5/+1
* t/TEST: Unset PERL_UNICODEKarl Williamson2020-07-191-1/+1
* B/Deparse.pm: White-space onlyKarl Williamson2020-07-171-2/+2
* B/Deparse.t: Add tests for UTF-8 tr///Karl Williamson2020-07-171-0/+43
* B/Deparse.pm: Rework deparsing of UTF-8 tr///Karl Williamson2020-07-171-40/+123
* B/Deparse.pm: Simplify fcnKarl Williamson2020-07-171-30/+15
* B/Deparse.pm: combine 2 fcns into oneKarl Williamson2020-07-171-18/+8
* B::Deparse.pm: Extract code into a functionKarl Williamson2020-07-171-15/+19