This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #121676] Fix memory leak in backticks and system
[perl5.git] / t / op /
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-05-02 David Mitchellvec(): downgrade before accessing string buffer
2014-04-28 David MitchellPseudo-fork dups arg array on argless calls
2014-04-13 Tony Cook[perl #120998] avoid caller() crashing on eval '' stack...
2014-04-09 Tony Cook[perl #21442] skip link() tests where the filesystem...
2014-03-17 David Mitchelltidy up kill0.t and kill0_child
2014-03-17 Daniel DraganRT #121230, tests for process group kill on Win32
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2014-02-18 Tony Cook[perl #120936] op/taint.t handling of no ipcsysv on...
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-09 Father Chrysostomos[perl #120374] Stop for($h{k}||'') from vivifying
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-02 Matthew HorsfallTest state vars following padranges [Perl #121134]
2014-02-02 Zeframmore tests for signatures
2014-02-01 Zeframmore torture tests for signatures
2014-02-01 Zeframsubroutine signatures
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-26 Brian Frasert/op/sigdispatch.t: SKIP, not TODO
2014-01-26 Brian Frasert/op/filetest.t: On Android, don't try checking if...
2014-01-26 Brian Frasert/op/sigdispatch.t: Increase timeout to avoid issues...
2014-01-26 Brian Frasert/op/stat.t: use 'ls -l' on android, even if d_readlink...
2014-01-26 Brian Frasert/op/fork.t: Up the sleep time in a test to avoid timin...
2014-01-26 Brian Frasert/op/fork.t: Work around android only having an inbuilt...
2014-01-26 Brian Frasert/op/magic.t: Skip tests that use env on Android
2014-01-26 Brian Frasert/op/magic.t: Work around android only having an inbuil...
2014-01-26 Brian Frasert/op/incfilter.t: Work around android only having an...
2014-01-26 Jess Robinsont/op/sigdispatch.t: TODO tests that don't work on some...
2014-01-26 Jess Robinsont/op/magic.t: TODO tests that don't work on some cross...
2014-01-26 Jess Robinsont/op/sprintf.t: Add Android to the list of skips for...
2014-01-22 Brian Frasert/op/magic.t: Use three-arg open to avooid creating...
2014-01-22 Brian FraserMoved a glob test from t/run/fresh_perl.t to t/op/glob.t
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2014-01-20 Tony Cook[perl #121031] pass a valid value for $runperl_args...
2014-01-19 Tobias Leichfix splice+isa test that got mangled when making splice...
2014-01-19 Father Chrysostomos[perl #119949] Stop undef *_, goto &sub from crashing
2014-01-19 Father Chrysostomos[perl #119973] Treat initial { in format args as block
2014-01-18 Brian Frasert/op/threads-dirh.t: Only test telldir and seekdir...
2014-01-18 Brian Frasert/op/getpid.t: Silence undef warnings if getconf doesn...
2014-01-18 Jess Robinsont/op/magic.t: Comment for an unlink test
2014-01-18 Jess Robinsont/op/taint.t: Skip crypt tests if !d_crypt
2014-01-17 Father Chrysostomosthreads.t: Increase watchdog timeout
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMore test tweaks
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-11 Father ChrysostomosFix require’s get-magic handling for @INC elements
2014-01-04 Father Chrysostomos[perl #120657] Fix require PADTMP when @INC=(sub{}...
2014-01-01 Father ChrysostomosReënable in-place lc/uc
2014-01-01 Father Chrysostomoslc.t: More tests for #43207
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-24 Father ChrysostomosInterpret do CORE() as do-file
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-12-18 Tony Cook[perl #118651] don't overwrite $! in readdir()
2013-12-16 Dabrien 'Dabe' Murphy[perl #120752] Fix t/op/coreamp.t rand test
2013-12-15 Father Chrysostomos[perl #72406] Bad read with do{} until CONST
2013-12-05 Father Chrysostomos[perl #120694] Fix ->SUPER::foo and AUTOLOAD
2013-11-24 Father Chrysostomos->$#*
2013-11-20 Father Chrysostomost/op/sub.t: Suppress warnings properly
2013-11-19 Matthew Horsfall... Optimise 'if ($a || $b)' and 'unless ($a && $b)' early...
2013-11-16 Father ChrysostomosFix memory leak with recursive sub redefinition
2013-11-12 Father ChrysostomosIn newATTRSUB, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosIn newXS, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosUndeffing a gv in DESTROY triggered by undeffing the...
2013-11-11 David Mitchellfix chop formats with non PV vars
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father ChrysostomosFix readline overriden with a constant
2013-11-06 Father ChrysostomosAllow CORE::GLOBAL:: subs in general to be aliased...
2013-11-05 Father ChrysostomosStop gv_try_downgrade from anonymising referenced CVs
2013-11-05 Father ChrysostomosFix readpipe overriden with a constant
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::require lookup from crashing on...
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::glob lookup from crashing on stub
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::do lookup from crashing on stub
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-11-03 Father ChrysostomosStop my Class + sub FIELDS + hash lookup from crashing
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-10-31 Father Chrysostomosbless.t: More explicit test
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_last_in_gv alone
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_stderrgv alone
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-26 Father ChrysostomosDon’t let gv.c:gv_try_downgrade touch PL_statgv
2013-10-25 Father ChrysostomosPropagate lvalue context to && and ||
2013-10-24 Father ChrysostomosRestore prev. behaviour of @a||... in lv sub
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-22 Father ChrysostomosUnbreak -bareword under strict+integer
2013-10-18 Eric BrineCall select's 4th arg's magic
2013-10-17 Jesse Luehrsisa should fall back to checking @UNIVERSAL::ISA in...
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
next