summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-182-1/+216
* t/lib/GH_15109 - rename to t/lib/callerYves Orton2023-03-181-3/+3
* Permit internal OP_GOTO when forbidding out-of-block opsPaul "LeoNerd" Evans2023-03-071-1/+12
* move test out of fresh_perl.t into sub.tDavid Mitchell2023-02-281-1/+11
* for loops: protect GV/LVREF from premature freeDavid Mitchell2023-02-281-0/+16
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-257-11/+14
* perl.h, pp_ctl.c - switch to standard way of terminating compilationYves Orton2023-02-202-3/+9
* toke.c - invoke __DIE__ handler after compilation errors in evalYves Orton2023-02-202-2/+35
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-102-10/+10
* allow AUTOLOAD for the INC method of objects in @INCTony Cook2023-02-081-1/+21
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-074-10/+25
* op/fork.t: skip the ulimit fork test under LSANTony Cook2023-01-191-0/+2
* pp_ctl.c - Check if refs have overloads in @INCYves Orton2023-01-031-4/+20
* Use VMS absolute path to test taintingCraig A. Berry2022-12-171-1/+1
* Detect forbidden flow at compiletime of `defer` or `finally`Paul "LeoNerd" Evans2022-12-172-79/+1
* pp_ctl.c - add support for an INCDIR hookYves Orton2022-12-092-4/+0
* pp_ctl.c - handle objects in @INC a bit more gracefullyYves Orton2022-12-091-5/+0
* pp_ctl.c - support $INC in require_file @INC hookYves Orton2022-12-091-1/+0
* pp_ctl.c - require_file: truthful errors and tests: ties are called onceYves Orton2022-12-092-23/+15
* pp_ctl.c - eval INC hooks, and rethrow errors with more useful messageYves Orton2022-12-091-1/+0
* t/ - INC hardening testsYves Orton2022-12-092-6/+145
* pp_ctl.c - copy hook into %INC not alias itYves Orton2022-12-051-0/+58
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-0/+12
* pp_ctl.c - don't let the current cop_file end up empty in @INC hooksYves Orton2022-11-231-1/+14
* t/op/readline.t: skip error handling checks on solaris with PERLIO=stdioTony Cook2022-11-221-0/+3
* Fix & test useless-anonymous-subroutine warnings.Felipe Gasper2022-11-161-0/+11
* pp_ctl.c - teach module_true how to deal with blocked requiresYves Orton2022-11-011-1/+8
* toke.c - rework "Perl_no_op" warnings so we call Perl_warner() once onlyYves Orton2022-10-263-7/+5
* t/op/lex.t - allow it to be run from the root of the repoYves Orton2022-10-261-1/+5
* t/op/require_errors.t: Fix Windows miniperl warningKarl Williamson2022-10-251-1/+1
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-0/+5
* pp_ctl.c - in try_run_unitcheck() guard against leaking PL_restartopYves Orton2022-10-241-1/+2
* pp_ctl.c - in try_yyparse do not leak PL_restartop from compile that diesYves Orton2022-10-241-3/+10
* only negative cache a method lookup if we look at UNIVERSALTony Cook2022-10-241-1/+27
* handle intermediate pads not including the name in find_lexical_cv()Tony Cook2022-10-181-1/+12
* pp_undef w/ TARGMY: push sv, not &PL_sv_undef, onto the stackRichard Leach2022-09-231-1/+5
* op.c - Ignore attributes and prototypes on BEGIN blocksYves Orton2022-09-091-1/+28
* Stop parsing on first syntax error.Yves Orton2022-09-094-8/+25
* t/op/eval.t - Test for eval string inside of sortYves Orton2022-09-081-1/+4
* pp_ctl.c - handle UNITCHECK betterYves Orton2022-09-051-1/+12
* Revert "Revert "set PERL_EXIT_DESTRUCT_END in all embeddings""Yves Orton2022-09-031-4/+0
* Revert "postpone perl_parse() exit(0) bugfix"Yves Orton2022-09-031-4/+4
* op.c - work around Module::Install::DSL issueYves Orton2022-09-031-1/+5
* op.c - Restrict nested eval/BEGIN blocks to a user controllable maximumYves Orton2022-09-021-1/+20
* test that <> doesn't clear the stream error stateTony Cook2022-08-311-1/+13
* Add OPpTARGET_MY optimization to OP_UNDEFRichard Leach2022-08-251-1/+52
* sv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and HEKf for use in error m...Yves Orton2022-08-251-1/+1
* rpeep: don't apply padsv_store and padrange togetherRichard Leach2022-08-231-0/+29
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-3/+6
* t/op/each.t - Deal with env vars PERL_HASH_SEED or PERL_PERTURB_KEYS being setYves Orton2022-08-121-4/+12