summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert code in mro_core.c to use hv_*hek() APIs where possible.Nicholas Clark2021-07-262-9/+10
* Where the key is an SV, replace some hv_* calls with hv_*_ent equivalents.Nicholas Clark2021-07-263-14/+10
* In Perl_gv_check() set and clear HvAUXf_SCAN_STASH just once.Nicholas Clark2021-07-261-3/+3
* Simplify some logic in S_find_hash_subscript().Nicholas Clark2021-07-261-10/+5
* Tests for tied hashes in list context (keys, values and both).Nicholas Clark2021-07-261-0/+42
* The cases for SVt_PVAV and SVt_PVHV in pp_defined are unreachable.Nicholas Clark2021-07-261-13/+3
* Remove some cruft from XS::APItest.Nicholas Clark2021-07-261-10/+1
* Merge branch 'switch-off' into bleadRicardo Signes2021-07-256-32/+30
|\
| * feature.pl: bump version number to 1.67Ricardo Signes2021-07-252-2/+2
| * perlsyn: note that v5.36 will not enable "switch"Ricardo Signes2021-07-251-1/+1
| * B::Deparse tests: turn on "switch" to test break() behaviorRicardo Signes2021-07-251-0/+2
| * switches.t: stop testing that -E turns on ~~Ricardo Signes2021-07-251-7/+1
| * switches.t: stop testing that -E includes switchRicardo Signes2021-07-251-6/+1
| * feature.pm: drop "switch" from latest version bundleRicardo Signes2021-07-253-17/+24
|/
* perlexperiment: list ":win32 layer" as removedRicardo Signes2021-07-251-0/+6
* op/each.t: Improve EBCDIC handlingKarl Williamson2021-07-251-22/+8
* op/each.t: Add strict/warningsKarl Williamson2021-07-251-17/+24
* perl.h: Add some commentsKarl Williamson2021-07-251-4/+6
* regcomp.c: Use existing macroKarl Williamson2021-07-251-1/+1
* op/print.t: Generalize for EBCDICKarl Williamson2021-07-251-2/+16
* comp/require.tKarl Williamson2021-07-251-2/+1
* op/length.t: Use modern tools for EBCDICKarl Williamson2021-07-251-48/+23
* pat_advanced.t: EBCDIC fixKarl Williamson2021-07-251-3/+3
* lib/diagnostics.pm: Generalize for EBCDICKarl Williamson2021-07-251-2/+3
* Safe: safeutf8.t: Generalize for EBCDICKarl Williamson2021-07-251-2/+2
* numeric.c: Silence compiler warningKarl Williamson2021-07-251-1/+3
* numeric.c: White-space onlyKarl Williamson2021-07-251-7/+7
* op.c: Remove leading tabKarl Williamson2021-07-251-1/+1
* t/op/numify.t: More tests to check if invalid Inf/NaNs are not numifiedTAKAI Kousuke2021-07-251-1/+13
* Perl_my_atof3: disallow double signs for Inf/NaNTAKAI Kousuke2021-07-251-13/+11
* Perl_my_atof3: disallow double signs and spaces between a sign and numberTAKAI Kousuke2021-07-253-2/+50
* Remove MI from FastCalcChris 'BinGOs' Williams2021-07-2511-2001/+8
* perlop - Invocant only needs to be an object or class name for method callsDan Book2021-07-241-2/+3
* POSIX: Make strtoul() return UV if possibleTAKAI Kousuke2021-07-242-5/+12
* POSIX: Bump versionKarl Williamson2021-07-241-1/+1
* Petar-Kaleychev is now a Perl authorKarl Williamson2021-07-241-0/+1
* Skip 501_ping_icmpv6.t when icmpv6 cannot be initialized. Credits to rurbanThibault DUPONCHELLE2021-07-242-2/+6
* Fix perl5300delta.podPetar-Kaleychev2021-07-241-1/+1
* Bump the perl version in various places ready for 5.35.3Neil Bowers2021-07-2423-132/+155
* new perldelta for 5.35.3Neil Bowers2021-07-2410-152/+601
* U:N: Generalize to work on EBCDICKarl Williamson2021-07-2314-172/+29
* U::N: Improve ok() functionKarl Williamson2021-07-231-2/+23
* Unicode::Normalize: Make ok() common to all .t filesKarl Williamson2021-07-2312-89/+23
* Merge branch 'release-5.35.2' into bleadNeil Bowers2021-07-2395-2134/+7265
|\
| * add new release to perlhistv5.35.2Neil Bowers2021-07-231-2/+3
| * Updated with changed modulesNeil Bowers2021-07-231-23/+183
| * Update Module::CoreList for 5.35.2Neil Bowers2021-07-233-8/+86
| * first cut at perldeltaNeil Bowers2021-07-231-318/+34
| * Updated for 5.35.2Neil Bowers2021-07-231-2/+2
| * Updated Text-Tabs+Wrap from 2013.0523 to 2021.0717Neil Bowers2021-07-2220-28/+167