This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling correction for consistency with pod/perldebguts.pod.
[perl5.git] / t / op /
2018-03-08 Craig A. BerryAvoid goto into glob test failure on VMS.
2018-03-02 David Mitchelldetect sub attributes following a signature
2018-03-02 David Mitchellrationalise subroutine parsing rules
2018-02-25 Yves Ortonadd a svleak.t test for RT #132892
2018-02-25 Father ChrysostomosAllow goto into glob’s arg
2018-02-24 Father Chrysostomos[perl #132854] Allow goto into first arg of bin op
2018-02-20 David Mitchellt/op/index.t: indent run_tests() sub
2018-02-20 David Mitchellt/op/index.t: include all tests within run_tests()
2018-02-19 Father ChrysostomosFix ary shifting when sparse ary is passed to sub
2018-02-19 Father ChrysostomosFix two bugs when calling &xsub when @_ has holes
2018-02-19 Father ChrysostomosTest #132729 with array flattening
2018-02-19 Father Chrysostomossvleak.t: Test for leak fixed by prev. commit
2018-02-05 Father Chrysostomos[perl #132799] Fix goto within block within expr
2018-02-04 Father ChrysostomosDisable CV-in-stash optimization
2018-02-03 Hugo van der SandenSkip t/op/state.t tests that need attributes under...
2018-01-31 David Mitchellpp_warn: use MEXTEND rather than EXTEND
2018-01-22 Father ChrysostomosFollow-up to fd77b29b3be4
2018-01-19 Father ChrysostomosDon’t vivify elems when putting array on stack
2018-01-19 David Mitchellmove sub attributes before the signature
2018-01-19 Karl WilliamsonDeprecate above \xFF in bitwise string ops
2018-01-19 Karl Williamsonop/bop.t: Fix typo in test name
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David Mitchellfix "\x{100}..." =~ tr/.../.../cd
2018-01-19 David Mitchellt/op/tr.t: add tr///c tests
2018-01-19 Zeframfix F0convert() on edge cases
2018-01-17 Tony Cook(perl #131954) don't initialize mark before a possible...
2018-01-16 Zeframadditional test for lazy array element creation
2018-01-16 Zeframfix parsing of braced subscript after parens
2018-01-16 Zeframvivify array elements when putting them on stack
2018-01-09 Karl Williamsont/op/exec.t: Add missing /i
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2018-01-08 Father Chrysostomosstate.t: Allow to run under miniperl
2018-01-01 Craig A. BerryQuote one-liner in exec.t on VMS.
2017-12-31 Father ChrysostomosEnable bitwise feature with ‘use v5.28’
2017-12-29 Craig A. BerrySkip failing exit(0) tests on VMS.
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-28 Karl Williamsont/op/exec.t: Use diag for errors, so not swallowed
2017-12-27 Zeframpostpone perl_parse() exit(0) bugfix
2017-12-23 Zeframmake false whereso yield undef in scalar context
2017-12-22 Zeframtest more about exit from special blocks
2017-12-19 David Mitchellavoid tainting boolean return value of s///
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframperform system() arg processing before fork
2017-12-14 Zeframdon't lose mark when pp_reverse extends stack
2017-12-12 Zeframfix GvSV refcounting in sort
2017-12-12 Zeframproperly check readpipe()'s argument list
2017-12-11 Father Chrysostomossvleak.t: Disable crashing test
2017-12-11 Father ChrysostomosAvoid newGVgen in default typemap
2017-12-10 Zeframproperly define perl_parse() return value
2017-12-10 Zeframstop gensyming when vivifying IO handles
2017-12-08 Craig A. BerryAvoid integer overflow with 32-bit ints in hexfp.t.
2017-12-06 Zeframhandle null op_next in stacked filetests
2017-12-06 Dagfinn Ilmari Man... Let 'skip' do the skipping in op/hexfp.t
2017-12-06 Dagfinn Ilmari Man... Fix skip count for 64-bit NV-specific tests
2017-12-06 Tony Cooklimit digits based on radix for oct/bin fp
2017-12-06 Zeframavoid negative shift in scan_num()
2017-12-06 Zeframdon't mistake tr/// for assignable reference
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-12-02 Father Chrysostomossubstr.t: typo
2017-12-02 Father Chrysostomos[perl #132527] Allow 4-arg substr(delete ...)
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframmake loop control apply to "given"
2017-11-28 Zeframremove useless "default" mechanism
2017-11-26 Zeframexpect -k to be overloadable on Win32
2017-11-24 Jarkko Hietaniemiminiperl/minitest cannot do these tests.
2017-11-22 Zeframtest $swap arg for smartmatch overload
2017-11-22 Zeframcanonicalise smartmatch overload truth values
2017-11-22 Zeframtest details of smartmatch overloading
2017-11-22 Zeframeviscerate smartmatch
2017-11-22 Steve HayFix test failures in GCC "long doubles" builds on Windows
2017-11-21 Zeframregularise "when"
2017-11-21 Zeframregularise "given"
2017-11-20 David MitchellMULTICONCAT - use distinct TMPS for const overload
2017-11-19 Zeframfix tainting of s/// with overloaded replacement
2017-11-16 Dagfinn Ilmari Man... Use strict and warnings in stat.t
2017-11-16 Dagfinn Ilmari Man... Fix $$ variable usage in stat.t
2017-11-16 Craig A. BerryUse safer symlink name in stat.t.
2017-11-16 Zeframfix lvalue context for 4-arg substr
2017-11-15 Zeframfix handling of registered warning categories
2017-11-15 Zeframset $! when statting a closed filehandle
2017-11-15 Father Chrysostomos[perl #132442] Fix stack with do {my sub l; 1}
2017-11-14 Zeframfix naming of some test temp files
2017-11-12 Daniel Draganfix do dir returning no $!
2017-11-11 Father ChrysostomosRevert "Temporarily revert CV-in-stash optimisation"
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-11-10 Slaven RezicHandle Linux containers' use of 0 for PPID with orphane...
2017-11-10 Zeframparse yada-yada only as a statement
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-11-02 Tony Cook(perl #131895) fail stat on names with \0 embedded
2017-11-02 Lukas Maiyada-yada is a term, not an operator
2017-11-02 David Mitchellsprintf-as-multiconcat: fix \x80 issue
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-29 Tony Cook(perl #132245) don't leak on \N{}
2017-10-29 Harald JörgShow that '/o' modifier no longer has adverse effects...
2017-10-24 Dagfinn Ilmari Man... Unweaken refs in in-place reverse
2017-10-21 Aaron CraneDrop support for PowerUX / Power MAX OS
2017-10-20 Father ChrysostomosTemporarily revert CV-in-stash optimisation
next