This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test.pl: Allow NAME to be used with --FILE--
[perl5.git] / t / op /
2012-10-23 Jesse Luehrsfork() should return undef on failure, even in list...
2012-10-16 Father Chrysostomos[perl #115260] Stop length($obj) from returning undef
2012-10-16 Father Chrysostomos[perl #96230] Stop s/$qr// from reusing last pattern
2012-10-13 Father ChrysostomosHandle cow $_ in @INC filter
2012-10-13 Father ChrysostomosAllow COW copies in aassign
2012-10-12 Father Chrysostomosdefins.t: Suppress uninit warning
2012-10-12 Brad GilbertMove tests from t/op/while_readdir.t to t/op/defins.t
2012-10-12 Father ChrysostomosDon’t taint return value of s///e based on replacement
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
2012-10-10 Father Chrysostomos[perl #115206] Don’t crash when vivifying $|
2012-10-10 Father ChrysostomosTest perl #4760
2012-10-06 Karl Williamsonregexec.c: PATCH: [perl #114808]
2012-10-06 James E KeenanSilence an uninitialized value warning.
2012-10-05 Steffen MuellerRevert to string evals: EBCDIC
2012-10-03 Father Chrysostomossubstr.t: Move two tests outside run_tests
2012-10-01 Father Chrysostomossubstr.t: Fix for substr_thr.t
2012-10-01 Father ChrysostomosMake sprintf "%1s" and "%.1s" call overloading once
2012-10-01 Father Chrysostomossprintf{2,}.t: Explain why we have two test files
2012-10-01 Father ChrysostomosCall overloading once for utf8 ovld→substr assignment
2012-10-01 Father ChrysostomosMake substr assignment work with changing UTF8ness
2012-10-01 Father ChrysostomosTest #7678
2012-10-01 Father ChrysostomosMake rvalue substr call overloading once on utf8 str
2012-10-01 Father ChrysostomosMake 4-arg substr call FETCH once when upgrading target
2012-10-01 Father ChrysostomosMake 4-arg substr check SvUTF8(target) after stringfying
2012-10-01 Father Chrysostomospp_length should stringify before checking DO_UTF8
2012-10-01 Father ChrysostomosOnly cache utf8 offsets for PVs
2012-10-01 Father ChrysostomosMake substr = $utf8 call get-magic once
2012-10-01 Father ChrysostomosMake utf8::decode respect set-magic
2012-10-01 Father ChrysostomosMake utf8::encode respect magic
2012-10-01 Father ChrysostomosMake magic_setsubstr check UTF8 flag after stringification
2012-10-01 Father ChrysostomosStop substr lvalues from being confused by changing...
2012-10-01 Father ChrysostomosStop pos from panicking when overloading changes UTF8ness
2012-10-01 Father ChrysostomosMake pos less volatile when UTF8-ness can change
2012-09-30 Paul JohnsonSuggest cause of error requiring .pm file.
2012-09-29 James E KeenanAdd one test for ord('').
2012-09-29 Colin KuskieRefactor t/op/chars.t to use test.pl instead of making...
2012-09-27 James E KeenanEliminate now superfluous counter.
2012-09-27 Colin KuskieRefactor t/op/lex_assign.t to use test.pl, and not...
2012-09-26 Nicholas ClarkFlush PL_stashcache when assigning a file handle to...
2012-09-26 Nicholas ClarkRestore use of PL_stashcache, the stash name lookup...
2012-09-26 Nicholas ClarkTest the resolution behaviour for file handles and...
2012-09-26 Paul JohnsonTest for errors requiring .ph files.
2012-09-24 Father Chrysostomos[perl #97958] Make reset "" match its docs
2012-09-24 Father Chrysostomos[perl #107000] Don’t leak if hh copying dies
2012-09-23 Father Chrysostomos[perl #97466] Stop defined from propagating ref cx...
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-23 Father ChrysostomosStop array assignment from leaking on croak
2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak
2012-09-23 Father ChrysostomosFree iterator when freeing tied hash
2012-09-23 Father ChrysostomosDon’t leak deleted iterator when tying hash
2012-09-22 Father Chrysostomos[perl #96230] Stop qr// from reusing last pattern
2012-09-22 Father ChrysostomosLet qr.t run from the top level
2012-09-22 Father Chrysostomosqr.t: Load test.pl in BEGIN
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-20 Father Chrysostomos[perl #105922] Allow any string before ->meth
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-09-16 Father ChrysostomosAdd experimental warnings categ and :lexical_subs warn ID
2012-09-15 Father Chrysostomos[perl #114888] Localise PL_comppad_name in cv_clone
2012-09-15 Father ChrysostomosMake SUPER::method respect method changes in moved pkg
2012-09-15 Father ChrysostomosMake SUPER::method calls work in moved stashes
2012-09-15 Father ChrysostomosMake SUPER:: in main less sensitive
2012-09-15 Father Chrysostomosmethod.t: Add basic tests for SUPER
2012-09-15 Father Chrysostomosmethod.t: Test more method-BLOCK edge cases
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-15 Father ChrysostomosMake (caller $n)[9] respect std warnings
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-09-14 Colin KuskieRefactor t/op/push.t to use test.pl instead of making...
2012-09-14 Colin KuskieRefactor t/op/overload_integer.t to use test.pl instead...
2012-09-14 Colin KuskieRefactor t/op/exists_sub.t to use test.pl instead of...
2012-09-12 Leon TimmermansEradicate race condition in t/op/sigsystem.t (#114562)
2012-09-12 Colin KuskieRefactor to use test.pl instead of making TAP by hand...
2012-09-10 Colin KuskieRefactor t/op/my.t to use test.pl instead of making...
2012-09-10 Colin Kuskie (via RT)Refactor t/op/cond.t to use test.pl instead of making...
2012-09-01 Karen EtheridgeRT#114312: prevent ls from colourizing output
2012-08-31 Tony Cookcorrect -Dmad skip count for tests introduced in 2d85e4...
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%.1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice for lvalue pos($utf8)
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-31 Father Chrysostomos[perl #114410] Reset utf8 pos cache on get
2012-08-31 Father Chrysostomosutf8cache.t: Skip only the XS-dependent test
2012-08-31 Father ChrysostomosAvoid uninit warning for qq|${\<<FOO}|
2012-08-30 Nicholas ClarkRefactor t/op/die.t to re-use the same $SIG{__DIE__...
2012-08-30 Colin KuskieRefactor t/op/die.t to use test.pl instead of making...
2012-08-29 Nicholas ClarkRemove a no-longer needed lexical from t/op/lop.t
2012-08-29 Colin KuskieDocument the last five tests of t/op/lop.t
2012-08-29 Colin KuskieUpdate t/op/lop.t to use test.pl instead of making...
2012-08-28 Father Chrysostomoscaller.t: Fix ‘Caller’ test
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-28 Father ChrysostomosStop (caller $n)[6] from including final "\n;"
2012-08-28 Father ChrysostomosStop invalid y/// ranges from leaking
2012-08-28 Father ChrysostomosStop unterminated here-docs from leaking memory
2012-08-22 Father Chrysostomosheredoc.t: Add a CRLF test
2012-08-21 Father Chrysostomos[perl #65838] Allow here-doc with no final newline
next