This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove indentation of no-longer #ifdef-guarded #defines
[perl5.git] / t / op /
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-10-11 Max MaischeinMailling list archaeology, restoring old content
2019-10-09 Karl Williamsont/op/tr_latin1.t: Skip ASCII-centric tests on EBCDIC
2019-10-09 Karl Williamsont/op/qr.t: Don't use fancy apostrophe
2019-10-09 Karl Williamsont/op/threads-dirh.t: Add ability to skip on memory...
2019-10-02 James E KeenanEliminate modifiable variables in constants
2019-09-23 David Mitchellsub foo($_) {...} - change error message
2019-09-23 David Mitchellsignatures: add tests for multiline sig
2019-09-23 David Mitchellsignatures: add taint tests
2019-09-23 David Mitchellsi_cxsubix not restored on goto &XS_sub
2019-09-16 Tony Cook(perl #125557) correctly handle overload for bin/oct...
2019-09-14 David MitchellAvoid panic when last s///g is tainted and utf8
2019-09-02 Tony Cooktest for desired magic fetches/stores for vec()
2019-08-25 Tony Cook(perl #134230) don't interpret 0x, 0b when numifying...
2019-08-08 Hauke D(perl #133695) "0".."-1" should act like 0..-1
2019-08-07 Tony CookRevert "Revert "postpone perl_parse() exit(0) bugfix""
2019-07-23 Tony CookWin32: set FOO lists values for all variables starting...
2019-07-22 Tony Cook(perl #134291) propagate non-PVs in $@ in bare die()
2019-07-09 Tony CookRevert "postpone perl_parse() exit(0) bugfix"
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...
next