summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct grammar/spelling problemsJames E Keenan2021-06-231-2/+2
| | | | As spotted by Tux
* Fix definition of ITEM_NOT_FOUND for pre-1.13 versions.Sergey Poznyakoff2021-06-231-4/+5
|
* Raise version number in ext/GDBM_File/GDBM_File.pmSergey Poznyakoff2021-06-231-1/+1
|
* Fix GDBM_File to compile with version 1.20 and earlierSergey Poznyakoff2021-06-231-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 Clark2021-06-232-13/+3
|
* perldelta for fe991866a0Tony Cook2021-06-231-2/+2
|
* perldelta for 2b96d013aTony Cook2021-06-231-1/+5
|
* fix magic and upgraded SV handling for setsockopt()'s OPTVALTony Cook2021-06-232-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 commandTony Cook2021-06-221-0/+54
|
* bump perl5db.pl $VERSION to 1.61Tony Cook2021-06-221-1/+1
|
* fix comment.Atsushi SUGAWARA2021-06-221-1/+1
|
* lib/perl5db.pl: cmd_l() no longer exists.Atsushi SUGAWARA2021-06-221-1/+1
| | | | | Subroutine cmd_l() no longer exists. Now we should call cmd_l_main().
* Correct typo in inline commentJames E Keenan2021-06-211-1/+1
|
* Merge branch 'leont/xs_dynaloader' into bleadJames E Keenan2021-06-206-61/+32
|\
| * Drop support for XSLoader below 5.6Todd Rinaldo2021-06-203-55/+3
| | | | | | | | | | Now we're using our, there's no value to attempting to support versions below 5.6.
| * Make DynaLoader strict-safeLeon Timmermans2021-06-201-2/+14
| |
| * Add warnings to DynaLoader/Makefile.PLLeon Timmermans2021-06-201-0/+2
| |
| * Add warnings to DynaLoader.tLeon Timmermans2021-06-201-0/+2
| |
| * Add strict to XSLoader_pm.PLLeon Timmermans2021-06-201-4/+7
| |
| * Add warnings to XSLoader.tLeon Timmermans2021-06-201-0/+4
|/
* Fix link for synologyThibault DUPONCHELLE2021-06-201-1/+1
|
* No https for std.dkuug.dkThibault DUPONCHELLE2021-06-201-1/+1
|
* Fix some links about ebcdicThibault DUPONCHELLE2021-06-201-2/+2
|
* Fix whitespace in perldelta.podMax Maischein2021-06-201-1/+1
|
* Update perldeltaKarl Williamson2021-06-201-0/+10
| | | | with changes khw made for 5.35.1 that may be interesting externally.
* Update Module::CoreList for 5.35.2Max Maischein2021-06-204-3/+32
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-2021-131/+131
|
* new perldelta for 5.35.2Max Maischein2021-06-2010-101/+550
|
* Tick the entry for 5.35.1 in release_schedule.podMax Maischein2021-06-201-1/+1
|
* Update epigraphs.podMax Maischein2021-06-201-0/+23
|
* Merge branch 'release-5.35.1' into bleadMax Maischein2021-06-205-320/+179
|\ | | | | | | | | # Conflicts: # pod/perldelta.pod
| * add new release to perlhistv5.35.1Max Maischein2021-06-201-0/+1
| |
| * Update perldeltaMax Maischein2021-06-201-307/+66
| |
| * Update Module::CoreList for 5.35.1Max Maischein2021-06-203-7/+112
| |
* | Update perldeltaKarl Williamson2021-06-191-1/+7
| | | | | | | | with changes khw made for 5.35.1 that may be interesting externally.
* | perlapio: PerlIO_reopen() doesn't take thread contextKarl Williamson2021-06-191-1/+1
|/
* Regresison test that multiple statements in 'try' also yields a resultPaul "LeoNerd" Evans2021-06-171-0/+8
|
* scalarseq() should not put an OP_ENTER kid into scalar context (fixes #18855)Paul "LeoNerd" Evans2021-06-172-2/+15
|
* Merge branch 'thibaultduponchelle-fix_links' into bleadJames E Keenan2021-06-1719-41/+41
|\
| * MANIFEST: Add commentKarl Williamson2021-06-171-1/+1
| |
| * Silence one "non-numeric" warningJames E Keenan2021-06-171-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" Evans2021-06-174-11/+12
| |
| * Update UCD version. Remove changes to cpan Encode. RegenThibault DUPONCHELLE2021-06-177-23/+23
| |
| * blogs.perl.org is not httpsThibault DUPONCHELLE2021-06-171-1/+1
| |
| * Fix several unicode.org linksThibault DUPONCHELLE2021-06-1713-16/+16
| |
| * Fix link for unicode faqThibault DUPONCHELLE2021-06-172-2/+2
| |
| * pmd/cpd moved to GitHub and GitHub pagesThibault DUPONCHELLE2021-06-171-2/+2
| |
| * Fix perlbuzz linkThibault DUPONCHELLE2021-06-161-1/+1
| |
* | MANIFEST: Add commentKarl Williamson2021-06-161-1/+1
| |
* | Merge branch 'gh-18244-freebsd-osvers-20210609' into bleadJames E Keenan2021-06-161-2/+3
|\ \