summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update to ExtUtils::PL2Bat to 0.004Leon Timmermans2021-02-123-6/+2
* Add myself to AUTHORSEugene Alvin Villar2021-02-111-0/+1
* Fix trivial syntax bugs in doc for multidimensionalEugene Alvin Villar2021-02-113-5/+5
* sv.c: White space onlyKarl Williamson2021-02-111-1/+1
* util.c: Clarify pod for Perl_formKarl Williamson2021-02-111-3/+3
* t/re/charset.t: Rmv unnecessary evalKarl Williamson2021-02-111-1/+1
* locale.c: Silence compiler warningKarl Williamson2021-02-111-0/+5
* t/loc_tools.pl: Sort ourselves, instead of requring itKarl Williamson2021-02-111-5/+25
* t/loc_tools.pl: Rmv redundant 'if'Karl Williamson2021-02-111-1/+1
* Create DEBUG macro for when two flags must be setKarl Williamson2021-02-111-5/+10
* ext/POSIX/t/mb.t: Don't skip if alt fcn is availableKarl Williamson2021-02-111-2/+2
* POSIX.pod: Clarify wordingKarl Williamson2021-02-111-1/+1
* regexec.c: Make internal function staticKarl Williamson2021-02-104-17/+9
* Reïndent t/op/coreamp.t to a much more consistent 2-space indentPaul "LeoNerd" Evans2021-02-101-142/+140
* locale.c: Remove dead codeKarl Williamson2021-02-091-131/+0
* t/run/locale.t: Use fresh_perl_is vs fresh_perlKarl Williamson2021-02-091-7/+6
* t/run/locale.t: Rmv LANGUAGE from environmentKarl Williamson2021-02-091-1/+1
* gh18515: fix special handling of specific split() patternsHugo van der Sanden2021-02-091-4/+8
* gh18515: tests for special-cased patternsHugo van der Sanden2021-02-091-1/+18
* gh18515: extend dumping of PM objectsHugo van der Sanden2021-02-091-1/+7
* pp_split: realarray to bool, multiline to scoped constRichard Leach2021-02-091-5/+3
* pp_split: reduce new SV flag computationsRichard Leach2021-02-091-19/+13
* files in t/opbasic shouldn't load test.plTony Cook2021-02-091-2/+6
* Avoid read-after-free of o->op_flags in Perl_ck_eval()Paul "LeoNerd" Evans2021-02-091-1/+2
* Correct indentation of next/last/redo unit testsPaul "LeoNerd" Evans2021-02-091-54/+54
* Unit test that wantarray inside try {} sees the correct contextPaul "LeoNerd" Evans2021-02-091-0/+22
* Specifically document that return/goto/next/last/redo work as expected inside...Paul "LeoNerd" Evans2021-02-091-1/+8
* Add documentation comment to op.h to clarify that LOGOP's ->op_other is in ex...Paul "LeoNerd" Evans2021-02-081-0/+6
* [gh18540] Don't read before start of context stack in pp_return()Hugo van der Sanden2021-02-081-5/+7
* Merge branch 'jkeenan/t-op-try-use-warnings-20210206' into bleadPaul "LeoNerd" Evans2021-02-081-0/+22
|\
| * Fix indentationPaul "LeoNerd" Evans2021-02-081-2/+2
| * Rework patch to reduce diffJames E Keenan2021-02-071-128/+108
| * Test for "experimental::try" warnings being activePaul LeoNerd Evans2021-02-071-102/+144
* | Merge branch 'hydahy/perlfunc_noredeclaremy' into bleadJames E Keenan2021-02-083-16/+76
|\ \
| * | t/lib/warnings/pad - add shadow checks for 'state'Richard Leach2021-02-081-10/+47
| * | perlfunc.pod: add redeclaration text to my/state funcsRichard Leach2021-02-082-6/+29
|/ /
* | Emphasize need for variable declaration after 'catch'James E Keenan2021-02-071-1/+1
|/
* Grammar: predicate should "agree by number" with subjectJames E Keenan2021-02-061-1/+1
* Prepare reg_mesg.t for warnings enabled upon invocationKarl Williamson2021-02-061-0/+6
* Update Porting/add-pod-fileJames E Keenan2021-02-051-2/+1
* Improve regex per suggestion from Leon TimmermansJames E Keenan2021-02-051-1/+2
* Place repeated hard-coded strings into variablesJames E Keenan2021-02-051-33/+36
* Facilitate addition of new pod/*.pod fileJames E Keenan2021-02-053-0/+244
* perlpolicy: remove Steffen Müller from moderatorsRicardo Signes2021-02-041-2/+1
* Avoid some compiler warnings with -DNO_LOCALEKarl Williamson2021-02-042-0/+4
* iperlsys.h: Clarify commentKarl Williamson2021-02-041-1/+1
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-0434-1884/+2341
* Rename CxTRYBLOCK() to CxEVALBLOCK()Paul "LeoNerd" Evans2021-02-043-8/+12
* handy.h: Add clarifying commentKarl Williamson2021-02-021-0/+1
* perlsyn.pod - Minor rewording for while/untilRichard Leach2021-02-011-1/+1