This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regmatch(): do nextchr=*locinput at top of loop
[perl5.git] / t / op /
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
2012-08-21 Father Chrysostomosheredoc.t: Suppress deprecation warnings
2012-08-21 Michael G. SchwernClean up heredoc.t
2012-08-21 David Nicol[perl #65838] Tests for here-docs without final newlines
2012-08-21 David Mitchellutf8 pos cache: always keep most recent value
2012-08-17 Father Chrysostomoswrite.t: Eek! debugging code
2012-08-17 Father ChrysostomosDon’t leak formats defined inside subs
2012-08-15 Steve HayFix t/op/magic.t on Windows
2012-08-12 David Mitchellskip failing leak test under -Dmad
2012-08-10 Father Chrysostomoscoreamp: Fix test; correct test name
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-08 Father Chrysostomostoke.c: Fix confused interp-in-format parsing
2012-08-06 Father ChrysostomosNested formats
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-05 Father ChrysostomosDon’t crash when undefining handle of active format
2012-08-05 Father ChrysostomosMake glob.t more resilient
2012-08-05 Father ChrysostomosDon’t let active formats be freed
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-08-04 Father ChrysostomosClose over stale vars in active subs
2012-08-04 Steve HayRemove CR characters from raw input in op/magic.t on...
2012-08-04 Tony Cookavoid decoding on input in the new tests added in 613c63b4
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-27 Father ChrysostomosFix CvOUTSIDE assert/refcnt bugs with sub redefinition
2012-07-27 Father ChrysostomosFix CvGV assertion bug with sub redefinition
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-07-19 David Mitchellop/join.t: don't use done_testing
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-07-10 Colin KuskieRefactor t/op/join.t to use test.pl instead of making...
2012-07-08 Father Chrysostomosanonsub.t: Improve test for [perl #71154]
2012-07-06 Father Chrysostomosdo-file should not force a bareword
2012-07-06 Father ChrysostomosLet do.t run from the top level
next