Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct grammar/spelling problems | James E Keenan | 2021-06-23 | 1 | -2/+2 |
| | | | | As spotted by Tux | ||||
* | Fix definition of ITEM_NOT_FOUND for pre-1.13 versions. | Sergey Poznyakoff | 2021-06-23 | 1 | -4/+5 |
| | |||||
* | Raise version number in ext/GDBM_File/GDBM_File.pm | Sergey Poznyakoff | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | Fix GDBM_File to compile with version 1.20 and earlier | Sergey Poznyakoff | 2021-06-23 | 1 | -6/+5 |
| | | | | | | | * ext/GDBM_File/GDBM_File.xs (ITEM_NOT_FOUND): Define conditionally, depending on the GDBM_VERSION_MAJOR and GDBM_VERSION_MINOR. Don't assume GDBM_ITEM_NOT_FOUND is a define (it isn't since gdbm commit d3e27957). | ||||
* | Change the "New issue" page to point to the RFC process. | Nicholas Clark | 2021-06-23 | 2 | -13/+3 |
| | |||||
* | perldelta for fe991866a0 | Tony Cook | 2021-06-23 | 1 | -2/+2 |
| | |||||
* | perldelta for 2b96d013a | Tony Cook | 2021-06-23 | 1 | -1/+5 |
| | |||||
* | fix magic and upgraded SV handling for setsockopt()'s OPTVAL | Tony Cook | 2021-06-23 | 2 | -2/+31 |
| | | | | | | | | The code here checked SV flags before fetching magic, potentially getting confused if magic fetched changed flags. This also fixes handling for upgraded SVs, but I'm not sure that can be tested sufficiently portably. | ||||
* | perl5db: add tests for v command | Tony Cook | 2021-06-22 | 1 | -0/+54 |
| | |||||
* | bump perl5db.pl $VERSION to 1.61 | Tony Cook | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | fix comment. | Atsushi SUGAWARA | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | lib/perl5db.pl: cmd_l() no longer exists. | Atsushi SUGAWARA | 2021-06-22 | 1 | -1/+1 |
| | | | | | Subroutine cmd_l() no longer exists. Now we should call cmd_l_main(). | ||||
* | Correct typo in inline comment | James E Keenan | 2021-06-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'leont/xs_dynaloader' into blead | James E Keenan | 2021-06-20 | 6 | -61/+32 |
|\ | |||||
| * | Drop support for XSLoader below 5.6 | Todd Rinaldo | 2021-06-20 | 3 | -55/+3 |
| | | | | | | | | | | Now we're using our, there's no value to attempting to support versions below 5.6. | ||||
| * | Make DynaLoader strict-safe | Leon Timmermans | 2021-06-20 | 1 | -2/+14 |
| | | |||||
| * | Add warnings to DynaLoader/Makefile.PL | Leon Timmermans | 2021-06-20 | 1 | -0/+2 |
| | | |||||
| * | Add warnings to DynaLoader.t | Leon Timmermans | 2021-06-20 | 1 | -0/+2 |
| | | |||||
| * | Add strict to XSLoader_pm.PL | Leon Timmermans | 2021-06-20 | 1 | -4/+7 |
| | | |||||
| * | Add warnings to XSLoader.t | Leon Timmermans | 2021-06-20 | 1 | -0/+4 |
|/ | |||||
* | Fix link for synology | Thibault DUPONCHELLE | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | No https for std.dkuug.dk | Thibault DUPONCHELLE | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | Fix some links about ebcdic | Thibault DUPONCHELLE | 2021-06-20 | 1 | -2/+2 |
| | |||||
* | Fix whitespace in perldelta.pod | Max Maischein | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | Update perldelta | Karl Williamson | 2021-06-20 | 1 | -0/+10 |
| | | | | with changes khw made for 5.35.1 that may be interesting externally. | ||||
* | Update Module::CoreList for 5.35.2 | Max Maischein | 2021-06-20 | 4 | -3/+32 |
| | |||||
* | Bump the perl version in various places for 5.35.2 | Max Maischein | 2021-06-20 | 21 | -131/+131 |
| | |||||
* | new perldelta for 5.35.2 | Max Maischein | 2021-06-20 | 10 | -101/+550 |
| | |||||
* | Tick the entry for 5.35.1 in release_schedule.pod | Max Maischein | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | Update epigraphs.pod | Max Maischein | 2021-06-20 | 1 | -0/+23 |
| | |||||
* | Merge branch 'release-5.35.1' into blead | Max Maischein | 2021-06-20 | 5 | -320/+179 |
|\ | | | | | | | | | # Conflicts: # pod/perldelta.pod | ||||
| * | add new release to perlhistv5.35.1 | Max Maischein | 2021-06-20 | 1 | -0/+1 |
| | | |||||
| * | Update perldelta | Max Maischein | 2021-06-20 | 1 | -307/+66 |
| | | |||||
| * | Update Module::CoreList for 5.35.1 | Max Maischein | 2021-06-20 | 3 | -7/+112 |
| | | |||||
* | | Update perldelta | Karl Williamson | 2021-06-19 | 1 | -1/+7 |
| | | | | | | | | with changes khw made for 5.35.1 that may be interesting externally. | ||||
* | | perlapio: PerlIO_reopen() doesn't take thread context | Karl Williamson | 2021-06-19 | 1 | -1/+1 |
|/ | |||||
* | Regresison test that multiple statements in 'try' also yields a result | Paul "LeoNerd" Evans | 2021-06-17 | 1 | -0/+8 |
| | |||||
* | scalarseq() should not put an OP_ENTER kid into scalar context (fixes #18855) | Paul "LeoNerd" Evans | 2021-06-17 | 2 | -2/+15 |
| | |||||
* | Merge branch 'thibaultduponchelle-fix_links' into blead | James E Keenan | 2021-06-17 | 19 | -41/+41 |
|\ | |||||
| * | MANIFEST: Add comment | Karl Williamson | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | Silence one "non-numeric" warning | James E Keenan | 2021-06-17 | 1 | -2/+3 |
| | | | | | | | | | | | | As suggested by Tom Hukins. For: https://github.com/Perl/perl5/issues/18244 | ||||
| * | Rename scalarseq() to a somewhat more meaningful voidnonfinal() | Paul "LeoNerd" Evans | 2021-06-17 | 4 | -11/+12 |
| | | |||||
| * | Update UCD version. Remove changes to cpan Encode. Regen | Thibault DUPONCHELLE | 2021-06-17 | 7 | -23/+23 |
| | | |||||
| * | blogs.perl.org is not https | Thibault DUPONCHELLE | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | Fix several unicode.org links | Thibault DUPONCHELLE | 2021-06-17 | 13 | -16/+16 |
| | | |||||
| * | Fix link for unicode faq | Thibault DUPONCHELLE | 2021-06-17 | 2 | -2/+2 |
| | | |||||
| * | pmd/cpd moved to GitHub and GitHub pages | Thibault DUPONCHELLE | 2021-06-17 | 1 | -2/+2 |
| | | |||||
| * | Fix perlbuzz link | Thibault DUPONCHELLE | 2021-06-16 | 1 | -1/+1 |
| | | |||||
* | | MANIFEST: Add comment | Karl Williamson | 2021-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gh-18244-freebsd-osvers-20210609' into blead | James E Keenan | 2021-06-16 | 1 | -2/+3 |
|\ \ |