summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* 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
* t/op/sselect.t: skip 4 tests under miniperlJames E Keenan2022-08-071-0/+1
* Fix some unit tests to use new refcount_is() functionPaul "LeoNerd" Evans2022-08-023-11/+13
* formats: fix splitting on non-spacesDavid Mitchell2022-07-291-1/+55
* Make 4-argument select() handle UTF8-flagged strings correctly.Felipe Gasper2022-07-191-2/+78
* avoid SEGVs on goto &xs_subDavid Mitchell2022-07-091-1/+16
* fix t/op/goto.t in minitest after 58cf04199fTony Cook2022-07-071-1/+4
* goto(&xs_sub): provide correct caller contextDavid Mitchell2022-07-061-1/+31
* workaround an apparent bug with setproctitle() on DragonflyBSDTony Cook2022-07-011-1/+6
* t/op/catch.t: add comments explaining its purposeDavid Mitchell2022-06-201-0/+6
* GH19478: applying taint is no reason to mess with posHugo van der Sanden2022-06-161-1/+13
* A better error message for `try {} catch {}` missing its (VAR)Paul "LeoNerd" Evans2022-06-131-0/+9