This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Make sure things are initialized
[perl5.git] / t / op /
2017-02-08 Tony Cook(perl #130705) don't convert match with argument to qr
2017-02-07 Tony Cook(perl #130722) don't call SvPVX() on a glob
2017-02-07 David Mitchellmultideref: handle both OPpLVAL_INTRO,OPpDEREF
2017-02-04 David Mitchellbuffer overrun with format and 'use bytes'
2017-01-31 Karl WilliamsonPATCH: [perl #130656] tr// failue with UTF-8 across...
2017-01-30 David Mitchellsignature sub (\x80 triggered an assertion
2017-01-28 Zeframcroak on sv_setpvn() on a glob
2017-01-27 Steve HayFix wrong skippage when using -DPERL_DEBUGGING_MSTATS...
2017-01-27 Zeframfix ord of upgraded empty string
2017-01-24 Aaron CraneRT#130623: assertions when tying into non-packages
2017-01-24 David Mitchellbetter handle freeing of code blocks in /(?{...})/
2017-01-24 Tony Cook(perl #129190) intuit_method() can move the line buffer
2017-01-24 Tony Cook(perl #129274) avoid treating the # in $# as a comment...
2017-01-23 Zeframpermit goto at top level of multicalled sub
2017-01-23 Sergey AleynikovFix memory leak in B::RHE->HASH method.
2017-01-22 Zeframfix special-case recreation of *::
2017-01-19 Karl Williamsontoke.c: Avoid work for tr/a-a/.../
2017-01-19 Tony Cook(perl #129125) copy form data if it might be freed
2017-01-17 Tony Cook(perl #129149) fix the test so skip has a SKIP: to... origin/tonyc/129149-fix-skip
2017-01-16 Tony Cook(perl #129149) avoid a heap buffer overflow with pack...
2017-01-16 AbigailDeprecating the modifyable variables in constants by...
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-16 Tony Cook(perl #130262) split scalar context stack overflow fix
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2017-01-04 Aaron CraneRT#130496: assertion failure for '{}->$x' on undefined $x
2017-01-02 David MitchellHandle chop(@a =~ tr///)
2016-12-26 David Mitchellsplit ' ', $foo: don't check end byte
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-12-23 Tony Cook(perl #130335) fix numeric comparison for sort's built...
2016-12-05 David Mitchellassertion failure in ... or ((0) x 0))
2016-11-30 David Mitchellsplit was leaving PL_sv_undef in unused ary slots
2016-11-24 Karl WilliamsonSplit diagnostics for two UTF-8 malformations
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-11-24 David Mitchellavoid premature free of referent in list assign
2016-11-18 Dagfinn Ilmari Man... Use test.pl functions in t/op/groups.t
2016-11-18 Dan Collinst/op/groups.t: Add missing "nok 1"
2016-11-17 Karl Williamsonop/bop.t: Fix test failing on EBCDIC
2016-11-16 Matthew HorsfallTest descriptions should be one line or ./TEST chokes...
2016-11-15 Matthew HorsfallReport indented here-doc line errors correctly
2016-11-14 Matthew HorsfallSilence deprecation warnings in tests
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-14 Dagfinn Ilmari Man... Improve error for missing tie() pacakge/method
2016-11-12 Lukas Mait/op/caller.t: add a TODO test for RT #129239
2016-11-12 Lukas Mait/op/sub.t: add a TODO test for RT #129916
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-11 Lukas Maimake 'do' errors refer to 'do' (not 'require') (RT...
2016-11-09 David Mitchellhandle SvIMMORTALs in LHS of list assign
2016-11-09 Tony Cookskip some tests that aren't UTF-EBCIDIC compatible...
2016-11-09 Tony Cook(perl #129000) use the new utf8_hop_back()
2016-11-07 Tony Cook(perl #129995) avoid sv_catpvn() in do_vop() when unneeded
2016-11-05 Jarkko Hietanieminetbsd-vax: no infinity
2016-11-02 David Mitchellfix taint handling in list assignment
2016-11-01 Jarkko HietaniemiSkip the subnormals tests in tru64.
2016-10-31 Tony Cook(perl #128997) avoid reading beyond the end of the...
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-26 Andy LesterPATCH: [perl #129964] Fix spelling of "referent" in...
2016-10-26 David Mitchellt/op/read.t: test with zero-length buffer
2016-10-26 David Mitchelltiearray.t - more fine-grained DESTROY counts
2016-10-26 David Mitchellreindent tiearray.t
2016-10-26 David MitchellHandle list assignment in list context better
2016-10-26 David MitchellBetter optimise array and hash assignment
2016-10-25 Lukas Maimake do "a\0b" fail silently instead of throwing (RT...
2016-10-24 Tony Cook(perl #129130) make chdir allocate the stack it needs
2016-10-21 Dan Collinst/op/blocks.t: tests for RT #113934
2016-10-21 Dan Collinst/op/goto.t: tests for RT #45091
2016-10-21 Dan Collinst/op/threads.t: tests for RT #41121
2016-10-21 Dan Collinst/op/threads.t: tests for RT #36664
2016-10-21 Dan Collinst/op/local.t: tests for RT #7615
2016-10-21 Dan Collinst/op/local.t: tests for RT #7411
2016-10-21 Dan Collinst/op/caller.t: tests for RT #7165
2016-10-21 Dan Collinst/op/die.t: tests for RT #4821
2016-10-21 Dan Collinst/op/attrs.t: tests for RT 3605
2016-10-21 Dan Collinst/op/bless.t: tests for RT #3305 and RT #3306
2016-10-21 Dan Collinst/op/blocks.t: add test for RT #2917
2016-10-21 Dan Collinst/op/blocks.t: add test for RT #2754
2016-10-21 Dan Collinst/op/for.t: RT #2166: Actually run the test so we know...
2016-10-21 Dan Collinst/op/local.t: Unknown RT#, but appears to be fixed...
2016-10-21 Dan Collinst/op/for.t: RT #1085: ticket 'resolved' but test was...
2016-10-21 Dan Collinst/op/attrs.t: Fixup for 7fe45fb9 - should be a semicolon
2016-10-17 Tony Cook(perl #128996) prevent PL_op pointing to freed ops
2016-10-16 Karl WilliamsonPATCH: [perl #129891] t/op/utf8decode.t failing
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-11 Dan Collins[rt #129336] #!perl -i u erroneously interpreted as -u
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-26 David Mitchelladd a test for gv_try_downgrade()
2016-09-19 Father Chrysostomosbop.t: Delete $SIG{__WARN__}
2016-09-19 Father Chrysostomos[perl #129287] Make UTF8 & append null
2016-09-12 Father Chrysostomos[perl #129164] Crash with splice
2016-09-10 Father Chrysostomos[perl #129090] Crash with sub c{sub c}
2016-09-09 Craig A. BerryForce a newline in new attrs.t test.
2016-09-07 David MitchellPerl_delimcpy(): handle backslash as last char
2016-09-07 David Mitchellfix errror handling for ':attr(foo' with no ')'
2016-09-07 Tony Cook(perl #128988) preserve PL_oldoldbufptr is preserved...
2016-09-05 Father ChrysostomosNo need to skip t/op/dump.t on darwin
next