Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d0ebd20126a453cecd6945ed73d8ca5ade27adbf https://github.com/Perl/perl5/commit/d0ebd20126a453cecd6945ed73d8ca5ade27adbf Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Update advice on relational ops and Unicode Enhancements have been made in the last few releases to using these operators on UTF-8 locales; but this advice was not updated, so until this commit, said don't do that. Commit: a1dff122a4d301266dc1a6e78753b622a82ea282 https://github.com/Perl/perl5/commit/a1dff122a4d301266dc1a6e78753b622a82ea282 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Move isa() section to proper place This document is supposed to be in decreasing operator precedence order. isa() is higher than the relational operators, so move it to there. Commit: ed250f0f1d83fc38659cbd328cf13ef18237be29 https://github.com/Perl/perl5/commit/ed250f0f1d83fc38659cbd328cf13ef18237be29 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Change 'if(' to 'if (' It is more customary to separate an 'if' from its paren. Commit: dda9d6abce9f32f71af693214f9ab133308d88dc https://github.com/Perl/perl5/commit/dda9d6abce9f32f71af693214f9ab133308d88dc Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Fix grammatical nits Commit: 453fbb316a4025f767be0e73add24900940f401d https://github.com/Perl/perl5/commit/453fbb316a4025f767be0e73add24900940f401d Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Move trivial case to prominence Otherwise this dangling sentence gets lost after the main part of the section. Commit: 01d02b27ff4e148a42500e1b9864bdfae8cdb60c https://github.com/Perl/perl5/commit/01d02b27ff4e148a42500e1b9864bdfae8cdb60c Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- Move discussion of relational ops into proper section These paragraphs were separated from the main area where all but one of their subjects, 'cmp', were discussed. Move them, and provide a link to the outlier, and back to the main discussion. Commit: 640ca2e1da2f4457e12ec50ceac92444e79d7ea2 https://github.com/Perl/perl5/commit/640ca2e1da2f4457e12ec50ceac92444e79d7ea2 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Add some C< >. Commit: be69c7954e43e540e44a10740279f4bdb62945bc https://github.com/Perl/perl5/commit/be69c7954e43e540e44a10740279f4bdb62945bc Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Fix up smartmatch section This has the same precedence as other operators, so should not be in a separate section with the same heading level. Solve this by making it at a sublevel. This fits nicely with another sublevel section on smartmatch that follows immediately. There are now to subsections. Commit: 16e15cec55d435d6eaddc5972f94c9b0e9a465f7 https://github.com/Perl/perl5/commit/16e15cec55d435d6eaddc5972f94c9b0e9a465f7 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Fix up a couple X<> This gets things more rationally ordered Commit: 1c10605b9688e4b5b7d3a905bd3df5fcecf8f62f https://github.com/Perl/perl5/commit/1c10605b9688e4b5b7d3a905bd3df5fcecf8f62f Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Use formal terminology to distinguish or, xor Commit: 6283f1edc44d3f65ab4ef1da76aca8b6abf9722e https://github.com/Perl/perl5/commit/6283f1edc44d3f65ab4ef1da76aca8b6abf9722e Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Add detail about xor Fixes #18565 Commit: cf8bea59bd57045c13fbb9d8f12ca9899dc0be9b https://github.com/Perl/perl5/commit/cf8bea59bd57045c13fbb9d8f12ca9899dc0be9b Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Move discussion into proper sections This detail for two sections was combined in a whole other section. This splits the detail into text appropriate for each section to which it applies, and moves it there. Commit: da8c2d96a41118bb4c3ec8ef55affb3c93eb1378 https://github.com/Perl/perl5/commit/da8c2d96a41118bb4c3ec8ef55affb3c93eb1378 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Combine equal precedence ops into same section The design of this pod is each section is for all operators of the same precedence. This was being violated Commit: e285151ab144d06a341a73aca474f22a638cf7d1 https://github.com/Perl/perl5/commit/e285151ab144d06a341a73aca474f22a638cf7d1 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Specifically give an operations' results Commit: 98e39afa6bc5a1ba3c0cd48dd96717b970f999c0 https://github.com/Perl/perl5/commit/98e39afa6bc5a1ba3c0cd48dd96717b970f999c0 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: A few clarifications Commit: 80f6e069fef6e4dd038d4775d0ad0d6f40fddaf2 https://github.com/Perl/perl5/commit/80f6e069fef6e4dd038d4775d0ad0d6f40fddaf2 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M pod/perlop.pod Log Message: ----------- perlop: Specifically mention this document's structure Compare: https://github.com/Perl/perl5/compare/bc8ebc5eb7ff...80f6e069fef6 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications