summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perlapi: Improve pod for Perl_naKarl Williamson2022-02-241-4/+9
* Additional email address for Curtis PoeJames E Keenan2022-02-231-0/+1
* Update perldebug.pod to explain detection of running under the debuggerOvid2022-02-231-0/+10
* Add alternative email for Curtis PoeKarl Williamson2022-02-231-1/+1
* regcomp.c: Properly optimize verb style lookahead/lookbehindYves Orton2022-02-231-10/+28
* regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaroundYves Orton2022-02-237-24/+151
* regcomp.c: fix long lines or unnecessary line breakageYves Orton2022-02-231-16/+10
* regex engine: Issue #19168 - Fix variable length lookbehind matchesYves Orton2022-02-237-354/+420
* regcomp.c: add whitespace to avoid =* as a symbolYves Orton2022-02-231-2/+2
* Perl_gv_init_pvn() must handle a stash holding the value -1Nicholas Clark2022-02-232-3/+113
* POD typo fix: suroutine -> subroutineMatthew Horsfall2022-02-212-4/+4
* use neutral form for parameterBernd2022-02-211-3/+3
* fix typo in perl5358deltaBernd2022-02-212-3/+1
* prepare Module::CoreList for 5.35.10reneeb2022-02-204-3/+32
* bump version for 5.35.10reneeb2022-02-2019-125/+125
* add new perldelta for 5.35.10reneeb2022-02-2010-281/+730
* tick off release 5.35.9 in release schedulereneeb2022-02-201-1/+1
* update epigraphs with 5.35.9 entryreneeb2022-02-201-0/+10
* 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