This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod::Simple from version 3.38 to 3.39
[perl5.git] / t / op /
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-24 David Mitchellmake Perl_scalar() mostly non-recursive
2019-06-24 David Mitchellmake Perl_list() mostly non-recursive
2019-06-19 Manuel MauszAdd test for perl #134169
2019-06-12 Tony Cook(perl #134072) allow \&foo = \&bar to work in main::
2019-06-11 Tony Cook(perl #134125) accept only complete hex and binary...
2019-06-11 Tony Cook(perl #133850) allow attributes in sub-parses
2019-06-03 Tony Cook(perl #133913) limit numeric format results to INT_MAX
2019-06-03 Tony Cook(perl #134048) prevent an erroneous assertion on OP_SCALAR
2019-06-03 Tony Cook(perl #134008) an alternative test
2019-06-03 Hugo van der Sanden[#134008] More carefully ignore negative precision...
2019-05-31 James E KeenanUse of code points over 0xFF in string bitwise operators
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-05-03 Karl WilliamsonPATCH: [perl #134067] heap buffer overflow in lexing
2019-04-19 Steve Hayt/op/sprintf2.t - Mark failing tests as TODO with VC...
2019-04-19 Steve Hayt/op/taint.t - Skip failing test on Windows
2019-04-13 Karl Williamsont/op/lc.t: Fix bareword warning
2019-04-13 Karl Williamsont/op/magic.t: Fix skip count
2019-04-12 David MitchellAvoid leak/crash calling CORE::foo()
2019-04-03 David MitchellFix recent double free in S_parse_gv_stash_name()
2019-03-26 David Mitchellavoid leak with local $h{foo}, $a[n]
2019-03-25 David Mitchellavoid leak assigning regexp to non-COW string
2019-03-21 Karl WilliamsonPATCH: [perl #133880] assertion failure
2019-03-11 David Mitchellfix leak when compiling typed hash deref
2019-03-08 Karl WilliamsonPATCH: [perl #131642] pack returning malformed UTF-8
2019-02-21 Tony Cook(perl #133778) adjust MARK if we extend the stack in...
2019-02-15 Karl Williamsont/op/taint.t: Add test
2019-02-15 Karl WilliamsonMove \p{user-defined} to core from utf8_heavy.pl
2019-02-13 Tony Cook(perl #133660) add test for goto &sub in overload leaking
2019-02-05 Karl Williamsont/op/lc.t: Add tests for Turkish locales
2019-02-05 Karl Williamsont/op/lc.t: Add 'use strict'
2018-11-30 James E KeenanCorrect typo
2018-11-05 David MitchellDon't localise array / hash slice ref assignment
2018-10-17 David Mitchellfix 'for reverse @array' bug on AIX
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-17 James E KeenanFatalize use of $* and $#
2018-10-12 Craig A. BerryFix used only once warning in gmagic.t.
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-10-03 James E KeenanImplement scheduled fatalization of my() in false condi...
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-09-21 Nicolas RAdjust t/op/stat.t when run from docker
2018-09-21 Nicolas RMove the is_linux_container test helper to test.pl
2018-09-21 Tony Cook(perl #132655) nul terminate result of unpack "u" of...
2018-09-03 James E KeenanCorrect typo in comment.
2018-08-02 Craig A. BerryAvoid extra newlines on VMS in t/op/local.t.
2018-07-14 David Mitchelltreat when(index() > -1) as a boolean expression
2018-06-25 Karl Williamsont/test.pl: Add $|=1;
2018-05-11 David MitchellRevert "set PERL_EXIT_DESTRUCT_END in all embeddings"
2018-05-11 David Mitchellt/op/blocks.t: indent 6 tests in a new skip block
2018-05-11 David Mitchellt/op/blocks.t: consolidate VMS-skips together
2018-05-11 David Mitchellt/op/blocks.t: add some whitespace
2018-05-01 David Mitchellsprintf2.t: mark TODO bad denorm values under g++
2018-04-26 David MitchellRevert "Strengthen weak refs when sorting in-place"
2018-04-26 David MitchellRevert "Unweaken refs in in-place reverse"
2018-04-16 Tony Cook(perl #131844) fix various space calculation issues...
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
next