This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update t/porting/customized.dat for 5.37.7
[perl5.git] / t / op /
2022-12-17 Craig A. BerryUse VMS absolute path to test tainting
2022-12-17 Paul "LeoNerd" EvansDetect forbidden flow at compiletime of `defer` or...
2022-12-09 Yves Ortonpp_ctl.c - add support for an INCDIR hook
2022-12-09 Yves Ortonpp_ctl.c - handle objects in @INC a bit more gracefully
2022-12-09 Yves Ortonpp_ctl.c - support $INC in require_file @INC hook
2022-12-09 Yves Ortonpp_ctl.c - require_file: truthful errors and tests...
2022-12-09 Yves Ortonpp_ctl.c - eval INC hooks, and rethrow errors with...
2022-12-09 Yves Ortont/ - INC hardening tests
2022-12-05 Yves Ortonpp_ctl.c - copy hook into %INC not alias it
2022-11-26 Paul "LeoNerd" EvansRecognise `//=` and `||=` syntax in signature parameter...
2022-11-23 Yves Ortonpp_ctl.c - don't let the current cop_file end up empty...
2022-11-23 Tony Cookt/op/readline.t: skip error handling checks on solaris...
2022-11-16 Felipe GasperFix & test useless-anonymous-subroutine warnings.
2022-11-01 Yves Ortonpp_ctl.c - teach module_true how to deal with blocked...
2022-10-26 Yves Ortontoke.c - rework "Perl_no_op" warnings so we call Perl_w...
2022-10-26 Yves Ortont/op/lex.t - allow it to be run from the root of the...
2022-10-25 Karl Williamsont/op/require_errors.t: Fix Windows miniperl warning
2022-10-25 Paul "LeoNerd" EvansBetter handling of builtin CV attributes
2022-10-24 Yves Ortonpp_ctl.c - in try_run_unitcheck() guard against leaking...
2022-10-24 Yves Ortonpp_ctl.c - in try_yyparse do not leak PL_restartop...
2022-10-24 Tony Cookonly negative cache a method lookup if we look at UNIVERSAL
2022-10-17 Tony Cookhandle intermediate pads not including the name in...
2022-09-23 Richard Leachpp_undef w/ TARGMY: push sv, not &PL_sv_undef, onto...
2022-09-09 Yves Ortonop.c - Ignore attributes and prototypes on BEGIN blocks
2022-09-09 Yves OrtonStop parsing on first syntax error.
2022-09-08 Yves Ortont/op/eval.t - Test for eval string inside of sort
2022-09-05 Yves Ortonpp_ctl.c - handle UNITCHECK better
2022-09-03 Yves OrtonRevert "Revert "set PERL_EXIT_DESTRUCT_END in all embed...
2022-09-03 Yves OrtonRevert "postpone perl_parse() exit(0) bugfix"
2022-09-03 Yves Ortonop.c - work around Module::Install::DSL issue
2022-09-02 Yves Ortonop.c - Restrict nested eval/BEGIN blocks to a user...
2022-08-31 Tony Cooktest that <> doesn't clear the stream error state
2022-08-25 Richard LeachAdd OPpTARGET_MY optimization to OP_UNDEF
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-23 Richard Leachrpeep: don't apply padsv_store and padrange together
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-12 Yves Ortont/op/each.t - Deal with env vars PERL_HASH_SEED or...
2022-08-07 James E Keenant/op/sselect.t: skip 4 tests under miniperl 20040/head
2022-08-02 Paul "LeoNerd" EvansFix some unit tests to use new refcount_is() function
2022-07-29 David Mitchellformats: fix splitting on non-spaces
2022-07-19 Felipe GasperMake 4-argument select() handle UTF8-flagged strings...
2022-07-09 David Mitchellavoid SEGVs on goto &xs_sub
2022-07-07 Tony Cookfix t/op/goto.t in minitest after 58cf04199f
2022-07-06 David Mitchellgoto(&xs_sub): provide correct caller context
2022-07-01 Tony Cookworkaround an apparent bug with setproctitle() on Drago...
2022-06-20 David Mitchellt/op/catch.t: add comments explaining its purpose
2022-06-16 Hugo van der SandenGH19478: applying taint is no reason to mess with pos
2022-06-13 Paul "LeoNerd" EvansA better error message for `try {} catch {}` missing...
2022-06-10 Karl WilliamsonRemove support for Ultrix
2022-05-31 Karl Williamsont/op/vec.t: use strict, warnings
2022-05-28 Yves OrtonRevert "Revert "mg.c, Cwd.pm - Empty path is the same...
2022-05-28 Hugo van der SandenGH16319: avoid recursion parsing 'pack' template
2022-05-18 Todd RinaldoLoosen regex in tests which validate process name.
2022-05-13 Felipe Gasperfixup! Make t/op/magic.t pass on AlmaLinux 8’s kernel.
2022-05-13 Felipe GasperMake t/op/magic.t pass on AlmaLinux 8’s kernel.
2022-04-20 Neil Bowerschanges to perl tests to handle perl without taint...
2022-04-20 Yves OrtonRevert "mg.c, Cwd.pm - Empty path is the same as "...
2022-04-20 Yves Ortonmg.c, Cwd.pm - Empty path is the same as "." which...
2022-04-19 Yves Ortonop/magic.t - make $SIG{ALRM} local test deal with inher...
2022-04-12 Graham Knopfix SVf_POK getting set on NVs when copying
2022-03-20 Karl WilliamsonAllow reversal of some paired delimiters; deprecations
2022-03-20 Karl WilliamsonAdd 'extra paired delimiters' feature
2022-03-15 Graham Knopalways prevent setting POK flag when NV values are...
2022-03-07 Yves Ortont/op/magic.t - Issue #19504 - fixup tests for utf8 $0
2022-03-06 Felipe GasperProperly handle UTF8-flagged strings when assigning...
2022-03-04 TAKAI KousukeAdd tests to see if string-to-number conversion behaves...
2022-02-23 Nicholas ClarkPerl_gv_init_pvn() must handle a stash holding the...
2022-02-20 Paul "LeoNerd" EvansRemove 'no warnings experimental::signatures' from...
2022-02-19 Tony Cooktest the new flags behaviour, to prevent accidental...
2022-02-19 Yves OrtonReapply squashed "avoid identical stack traces" patches
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-02-13 TAKAI KousukeAdd tests for string "-Inf" to IV conversion.
2022-02-13 TAKAI Kousukesv.c: String "Inf" is now consistently converted to...
2022-01-31 Paul "LeoNerd" EvansEmit experimental::snail_in_signatures warnings on...
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2022-01-20 Paul "LeoNerd" EvansImplement and test try/catch/finally syntax
2022-01-20 Paul "LeoNerd" EvansDefine 'finally' keyword
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-14 Paul "LeoNerd" Evanst/op/switch.t no longer needs to avoid overload.pm... 19269/head
2021-12-08 Paul "LeoNerd" EvansRemove unnecessary braces in t/op/array.t
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2021-11-24 Paul "LeoNerd" EvansQuote the word "defer" in exception messages about...
2021-11-23 Paul "LeoNerd" EvansForbid using 'goto' to jump into a 'defer' block becaus...
2021-11-20 James E Keenant/op/pack.t: Get it to pass under 'make minitest' 19231/head
2021-11-02 Dagfinn Ilmari Man... Remove AT&T UWIN support
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-20 Nicholas ClarkFix the build and tests when NODEFAULT_SHAREKEYS is...
2021-10-20 Nicholas Clarkhv_delete_common() must not call GvAV() on a non-GV
2021-10-19 Nicholas Clark`for my($k, $v) (%hash)` should not be a syntax error
2021-10-18 Nicholas Clarkfor CORE::my $var (...) {} is legal syntax, hence test it
2021-10-15 Nicholas Clarkfor my ($foo,,, $bar) { ... } should parse as ($foo...
2021-10-15 Nicholas ClarkTest next, continue and redo with n-at-a-time for loops
2021-10-15 Nicholas Clarkn-at-a-time for loops now warn by default (as 'experime...
2021-10-15 Nicholas ClarkRegression tests and documentation for n-at-a-time...
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-29 Nicholas ClarkReplace "grandfather in ..." with a full description...
2021-09-29 Nicholas ClarkRemove 5.8.x conditional SKIPs from pack.t
2021-09-22 Nicholas ClarkIn Perl_gp_free() use PL_tmps_stack to avoid freeing...
next