summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 5.35.5 to perlhistv5.35.5Leon Timmermans2021-10-211-0/+1
* Update perldelta for 5.35.5 releaseLeon Timmermans2021-10-211-211/+92
* Update Module::CoreList for 5.35.5Leon Timmermans2021-10-211-2/+104
* inline.h: _BitScanForward64 is available only on 64-bit architecturesTomasz Konojacki2021-10-211-1/+1
* inline.h: remove superfluous Visual C++ version checksTomasz Konojacki2021-10-211-5/+5
* Revert "Introduce a "declaration after statement" into inline.h"Leon Timmermans2021-10-201-1/+3
* Add dropping old MSVC++ (pre-VC12) to perldeltaLeon Timmermans2021-10-201-2/+4
* Perl_newHVhv should use share_hek_hek() instead of share_hek_flags()Nicholas Clark2021-10-201-7/+10
* Fix the build and tests when NODEFAULT_SHAREKEYS is definedNicholas Clark2021-10-204-3/+33
* Perl_newHVhv() did not correctly copy hashes with non-shared keysNicholas Clark2021-10-201-0/+8
* hv_delete_common() must not call GvAV() on a non-GVNicholas Clark2021-10-202-2/+10
* op.c: use %zd to format PADOFFSET valuesDagfinn Ilmari Mannsåker2021-10-201-2/+2
* Add NetWare removal to perlportLeon Timmermans2021-10-201-0/+12
* Add nick@i3.procura.nl to mailmapLeon Timmermans2021-10-201-0/+1
* Update Encode to 3.16Leon Timmermans2021-10-194-6/+6
* Update Scalar-List-Util to 1.60Leon Timmermans2021-10-1918-272/+117
* Update experimental to 0.025Leon Timmermans2021-10-192-4/+8
* Update Test-Simple to 1.302188Leon Timmermans2021-10-1973-88/+138
* Remove old MSVC++ (pre-VC12) support from Windows MakefilesSteve Hay2021-10-193-317/+64
* don't overwrite the faked up type details for hv-with-auxTony Cook2021-10-191-1/+1
* `for my($k, $v) (%hash)` should not be a syntax errorNicholas Clark2021-10-194-29/+112
* for CORE::my $var (...) {} is legal syntax, hence test itNicholas Clark2021-10-181-0/+37
* add customized entries for the latest Memoize changesTony Cook2021-10-182-0/+5
* Fix Memoize tests, where GDBM_File is involvedSergey Poznyakoff2021-10-182-3/+3
* perlop - clarify that hyphens are interpreted literally in tr with single quotesDan Book2021-10-171-1/+2
* install libgdbm and libdb in GitHub ActionsTomasz Konojacki2021-10-151-4/+28
* disable LeakSanitizer in GitHub ActionsTomasz Konojacki2021-10-151-2/+4
* Merge branch 'pp_iter' into bleadRicardo Signes2021-10-1519-1353/+2467
|\
| * Pod improvements suggested by Matthew HorsfallNicholas Clark2021-10-153-9/+9
| * for my ($foo,,, $bar) { ... } should parse as ($foo, $bar)Nicholas Clark2021-10-155-6/+46
| * Test next, continue and redo with n-at-a-time for loopsNicholas Clark2021-10-151-0/+62
| * Note why this if block in pp_iter is emptyNicholas Clark2021-10-151-0/+5
| * perldelta for n-at-a-time for loops.Nicholas Clark2021-10-151-4/+10
| * n-at-a-time for loops now warn by default (as 'experimental::for_list').Nicholas Clark2021-10-155-4/+56
| * Add a new warning experimental::for_list.Nicholas Clark2021-10-153-6/+15
| * Move reading CxTYPE(cx) out of the loop, to be clear that it doesn't change.Nicholas Clark2021-10-151-11/+10
| * B::Deparse now handles n-at-a-time for.Nicholas Clark2021-10-152-2/+23
| * B::Concise now handles n-at-a-time for.Nicholas Clark2021-10-152-3/+134
| * Regression tests and documentation for n-at-a-time for.Nicholas Clark2021-10-153-0/+400
| * Implement n-at-a-time for loops.Nicholas Clark2021-10-155-1195/+1273
| * Generate the optree for n-at-a-time for loops.Nicholas Clark2021-10-152-4/+68
| * Iterate for loops $n-at-a-time in PP_ITER.Nicholas Clark2021-10-151-15/+77
| * Re-indent the case statement in pp_iter, ready for the next commit.Nicholas Clark2021-10-151-131/+129
| * Tests for existing for loop optrees.Nicholas Clark2021-10-152-0/+187
|/
* GDBM_File: Implement crash-tolerance and export/import functions.Sergey Poznyakoff2021-10-146-58/+661
* Merge branch 'perlbug-string-3' into bleadJames E Keenan2021-10-133-8/+3
|\
| * Send bugs to GitHubJames E Keenan2021-10-133-8/+3
|/
* perlhacktips: Fix typoKarl Williamson2021-10-131-1/+1
* Add a section to INSTALL describing that we now rely on some C99Nicholas Clark2021-10-131-0/+37
* perldelta for C99 supportNicholas Clark2021-10-131-1/+12