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 /
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
2017-10-18 Dagfinn Ilmari Man... [perl #131730] Fix exec PROGRAM LIST with empty LIST
2017-10-15 Aaron CraneRT#131000: splice doesn't honour read-only flag
2017-10-08 Father ChrysostomosMake pp_multideref handle local $::{subref}
2017-10-08 Father Chrysostomos[perl #129916] Allow sub-in-stash outside of main
2017-09-20 John SJ AndersonRevert "test - Do not run test output at compilation... v5.27.4
2017-09-20 Tony Cookavoid sysread()/syswrite() warnings from the default...
2017-09-19 Tony Cook(perl #131777) prevent non-'=' assign ops tokens in...
2017-09-15 James E KeenanRevert changes to t/op/threads-dirh.t in 1ce8be81dfaf09...
2017-09-15 Nicolas Rtest - Do not run test output at compilation time
2017-09-15 Nicolas Rtest - Do not use B which is a reserved namespace
2017-09-15 Nicolas Rtests - Use set_up_inc helper to set @INC
2017-09-04 Nicolas RAdd unit test t/op/stash_parse_gv.t
2017-09-04 Dagfinn Ilmari Man... Strengthen weak refs when sorting in-place
2017-08-31 Tony Cookperldelta for 745e740c825d
2017-08-31 Tony Cook(perl #128263) handle PL_last_in_gv being &PL_sv_undef
2017-08-07 David Mitchellfix index(...) == -1 type optimisations
2017-08-05 David Mitchellextend index(...) == -1 optimisation
2017-08-05 David Mitchellt/op/index.t: automate a block of tests
2017-08-04 David Mitchellset SVs_PADTMP flag on PL_sv_zero
2017-08-04 David MitchellPVLV-as-REGEXP: avoid PVX double free
2017-08-04 David Mitchellmake utf8::upgrade() of a REGEXP a NOOP
2017-08-01 David Mitchellfix ($lex = index(....)) == -1
2017-07-31 David Mitchellfix SvTRUE() cast (broke xor)
2017-07-27 David Mitchellt/op/tie.t: add tests for scalar(keys(%tied))
2017-07-27 David Mitchellsimplify keys(%tied_hash) in boolean context.
2017-07-27 David Mitchelloptimise (index() == -1)
next