summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new release to perlhistv5.35.9reneeb2022-02-201-0/+1
* fixed POD warnings in perldelta, regenerated known_pod_issues.datreneeb2022-02-201-2/+1
* finalize perldelta for 5.35.9reneeb2022-02-201-300/+81
* Update Module::CoreList for 5.35.9reneeb2022-02-201-4/+30
* Update AUTHORS list for 5.35.9reneeb2022-02-202-4/+4
* Update Devel-PPPort to 3.64reneeb2022-02-20106-336/+887
* update Porting/Maintainers.pl (update Scalar-List-Utils versionreneeb2022-02-201-1/+1
* update Scalar-List-Utils to 1.61reneeb2022-02-205-11/+11
* Add 'signatures' to :5.36 feature bundlePaul "LeoNerd" Evans2022-02-206-24/+35
* Update various documentation filesPaul "LeoNerd" Evans2022-02-206-69/+85
* Remove 'no warnings experimental::signatures' from support filesPaul "LeoNerd" Evans2022-02-2010-22/+7
* Don't emit experimental::signatures warning (closes #13681)Paul "LeoNerd" Evans2022-02-204-179/+171
* perl5db.pl needs to use :prototype() attribute to set sub prototypesPaul "LeoNerd" Evans2022-02-201-3/+3
* test the new flags behaviour, to prevent accidental breakageTony Cook2022-02-192-0/+31
* document the new flags behaviour and whyTony Cook2022-02-191-0/+24
* perldelta entry for the PV/IV flags changes.Nicholas Clark2022-02-192-0/+140
* Copy values that are "written as IV, then read as PV" with the same flags.Nicholas Clark2022-02-191-0/+6
* Update SvPV() etc to avoid calling sv_2pv_flags() for cached IV strings.Nicholas Clark2022-02-192-11/+25
* Don't set SVf_POK in Perl_sv_2pv_flags() when caching the string for an IV.Nicholas Clark2022-02-191-1/+13
* implement a new command-line flag, -gTomasz Konojacki2022-02-194-3/+36
* t/run/switches.t: don't declare a planTomasz Konojacki2022-02-191-2/+2
* Upgrade experimental to 0.027Leon Timmermans2022-02-192-17/+33
* Reapply "docs: clarify effect of $^H, %^H, ${^WARNING_BITS}"Yves Orton2022-02-191-0/+12
* Reapply squashed "avoid identical stack traces" patchesYves Orton2022-02-197-6/+87
* Eliminate a variable keeping the length of a stringMax Maischein2022-02-181-3/+1
* Mark files generated by unicode as linguist-generatedPaul "LeoNerd" Evans2022-02-181-0/+4
* regcomp.h: change regexp_internal attribute from I32 to U32Yves Orton2022-02-182-4/+7
* regcomp.c: disambiguate "parse_start" and related var namesYves Orton2022-02-183-24/+32
* regcomp.c,re.pm: Remove "offsets" debugging codeYves Orton2022-02-189-363/+71
* perlreguts.pod: synchronize regexp_internal docs with codeYves Orton2022-02-181-15/+49
* release schedule: update the road to v5.36Ricardo Signes2022-02-181-3/+4
* Document Hash::Util::hash_value($string, $seed)Christopher Yeleighton2022-02-171-7/+19
* Christopher Yeleighton is a Perl authorKarl Williamson2022-02-171-0/+1
* Tie::SubstrHash - Add strict & warningsJames Raspass2022-02-171-41/+44
* Tie::SubstrHash - Replace sub ceil with builtin::ceilJames Raspass2022-02-171-8/+1
* Tie::SubstrHash - Consistently deref with the arrow opJames Raspass2022-02-171-18/+18
* Tie::SubstrHash - Use ||= and //=James Raspass2022-02-171-3/+3
* Tie::SubstrHash - Replace tabs with spacesJames Raspass2022-02-171-56/+56
* podcheck: Make sure digest gets a byte stringKarl Williamson2022-02-161-2/+6
* Add link to String::Util to podcheck dbKarl Williamson2022-02-161-0/+1
* perlrecharclass: Update Unicode version referenceKarl Williamson2022-02-161-1/+1
* Porting/GitUtils.pm: add missing package declarationYves Orton2022-02-171-0/+1
* POSIX.pod: wording fix in the description of testing NaN-nessTAKAI Kousuke2022-02-151-1/+1
* POSIX.pod: add link and small example for the description for NaN-ness testTAKAI Kousuke2022-02-151-2/+3
* POSIX.pod: NaN-ness should be able to be tested by "=="TAKAI Kousuke2022-02-151-1/+1
* lib/sigtrap.pm: Documentation improvementsDave Cross2022-02-152-3/+4
* perlop.pod: Fix typo in smartmatch examplezhmylove2022-02-152-2/+3
* revert to windows-2019 in GitHub Actions (for now)Tomasz Konojacki2022-02-151-3/+3
* Add 'isa' to 'use feature :5.35'Paul "LeoNerd" Evans2022-02-155-11/+17
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-1510-39/+35