2021-10-23 |
James E Keenan | Merge branch 'fix-grammar' into blead |
commit | commitdiff | tree | snapshot |
2021-10-23 |
Robert Rothenberg | lib/diagnostics.pm remove obscure wording in POD |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Prepare Module::Corelist for 5.35.6 |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Bump version to 5.35.6 |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | new perldelta for 5.35.6 |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Tick off 5.35.5 from release schedule |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Add epigraph for 5.35.5 |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Add 5.35.5 to perlhist v5.35.5 |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Update perldelta for 5.35.5 release |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Leon Timmermans | Update Module::CoreList for 5.35.5 |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Tomasz Konojacki | inline.h: _BitScanForward64 is available only on 64... |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Tomasz Konojacki | inline.h: remove superfluous Visual C++ version checks |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Leon Timmermans | Revert "Introduce a "declaration after statement" into... |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Leon Timmermans | Add dropping old MSVC++ (pre-VC12) to perldelta |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Nicholas Clark | Perl_newHVhv should use share_hek_hek() instead of... |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Nicholas Clark | Fix the build and tests when NODEFAULT_SHAREKEYS is... |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Nicholas Clark | Perl_newHVhv() did not correctly copy hashes with non... |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Nicholas Clark | hv_delete_common() must not call GvAV() on a non-GV |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Dagfinn Ilmari... | op.c: use %zd to format PADOFFSET values |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Leon Timmermans | Add NetWare removal to perlport |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Leon Timmermans | Add nick@i3.procura.nl to mailmap |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Leon Timmermans | Update Encode to 3.16 |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Leon Timmermans | Update Scalar-List-Util to 1.60 |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Leon Timmermans | Update experimental to 0.025 |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Leon Timmermans | Update Test-Simple to 1.302188 |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Steve Hay | Remove old MSVC++ (pre-VC12) support from Windows Makefiles |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Tony Cook | don't overwrite the faked up type details for hv-with-aux |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Nicholas Clark | `for my($k, $v) (%hash)` should not be a syntax error |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Nicholas Clark | for CORE::my $var (...) {} is legal syntax, hence test it |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Tony Cook | add customized entries for the latest Memoize changes |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Sergey Poznyakoff | Fix Memoize tests, where GDBM_File is involved |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Dan Book | perlop - clarify that hyphens are interpreted literally... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Tomasz Konojacki | install libgdbm and libdb in GitHub Actions |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Tomasz Konojacki | disable LeakSanitizer in GitHub Actions |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Ricardo Signes | Merge branch 'pp_iter' into blead |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Pod improvements suggested by Matthew Horsfall 18925/head |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | for my ($foo,,, $bar) { ... } should parse as ($foo... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Test next, continue and redo with n-at-a-time for loops |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Note why this if block in pp_iter is empty |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | perldelta for n-at-a-time for loops. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | n-at-a-time for loops now warn by default (as 'experime... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Add a new warning experimental::for_list. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Move reading CxTYPE(cx) out of the loop, to be clear... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | B::Deparse now handles n-at-a-time for. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | B::Concise now handles n-at-a-time for. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Regression tests and documentation for n-at-a-time... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Implement n-at-a-time for loops. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Generate the optree for n-at-a-time for loops. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Iterate for loops $n-at-a-time in PP_ITER. |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Re-indent the case statement in pp_iter, ready for... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Nicholas Clark | Tests for existing for loop optrees. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Sergey Poznyakoff | GDBM_File: Implement crash-tolerance and export/import... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
James E Keenan | Merge branch 'perlbug-string-3' into blead |
commit | commitdiff | tree | snapshot |
2021-10-13 |
James E Keenan | Send bugs to GitHub 19181/head |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Karl Williamson | perlhacktips: Fix typo |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Add a section to INSTALL describing that we now rely... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | perldelta for C99 support |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Devel::PPPort shouldn't unconditionally -Wdeclaration... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Introduce a "declaration after statement" into inline.h |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Update README.win32 to the new C99/MSVC 12.0 requirements |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Note how best to confirm that other C99 features can... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Update perlhack with details of the C99 features we... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | cflags.sh should not add -std=c99 if -std=gnu99 is... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Test declarations after statement in Configure's C99... |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Nicholas Clark | Teach Configure and cflags.SH about C99 |
commit | commitdiff | tree | snapshot |
2021-10-13 |
Richard Leach | pp_match: remove is_utf8_string check, used by removed... |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Nicholas Clark | Leave the checkout `fetch-depth` at its default (1... 19153/head |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Nicholas Clark | A CI test that manicheck reports no errors on a clean... |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Nicholas Clark | A CI test that manicheck has no errors after `git clean... |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Nicholas Clark | Add CI tests for `make distclean` and Porting/manicheck |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Nicholas Clark | manicheck now optionally exits non-zero if it finds... |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Nicholas Clark | In manicheck be explicit that the code is stripping... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Eliminate more uses of `XPVHV* xhv;` to cache `(XPVHV... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | perldelta entry describing the HvAUX struct move to... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Re-reading HvAUX(hv) is no longer necessary |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Split the XPVHV body into two variants "normal" and... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Change S_new_body to static inline, and use it instead... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Move variables in Perl_sv_clear() to a tighter scope. |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Rename HE_SVSLOT to HE_ARENA_ROOT_IX |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Inline S_hv_auxinit_internal() into S_hv_auxinit() |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Delete the do_aux code from S_hsplit() |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | No need to set dest->xhv_rand in S_hsplit() called... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Nicholas Clark | Inline the xhv_aux struct in the main hash body |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Dan Kogai | cpan/Encode: synch with CPAN 3.15 |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Hugo van der... | Whitespace only: reindent #if 0 block |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | Merge branch 'perlbug-string-2' into blead |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | Better email address for Perl 5 Porters 19180/head |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | We're Perl 5 Porters |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | Retain original whitespace, per rjbs review |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | Send bug reports to GitHub |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | Merge branch 'allocation-too-large-gh-17867' into blead |
commit | commitdiff | tree | snapshot |
2021-10-09 |
James E Keenan | Remove documentation of previously removed warning 19175/head |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Karl Williamson | perldelta: Fix grammar |
commit | commitdiff | tree | snapshot |
2021-10-08 |
Dagfinn Ilmari... | Remove NetWare support |
commit | commitdiff | tree | snapshot |
2021-10-07 |
David Mitchell | add OPpUSEINT op_private flag bit |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Chris 'BinGOs... | Update HTTP-Tiny to CPAN version 0.078 |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Chris 'BinGOs... | Update Digest to CPAN version 1.20 |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Chris 'BinGOs... | Storable is 3.25 on CPAN |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Chris 'BinGOs... | IO is 1.48 on CPAN |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Dan Kogai | cpan/Encode: synch with CPAN 3.13 |
commit | commitdiff | tree | snapshot |
next |