]> git.vpit.fr Git - perl/modules/indirect.git/history - t
c07766a234204d78a80b6d75534e03ae3465b6f3 is a better fix for RT #47902 than 4cb0e2cc2...
[perl/modules/indirect.git] / t /
2009-08-27 Vincent PitUse the hint pointer as the unique identifier for the...
2009-08-23 Vincent PitMake sure PERL_INDIRECT_PM_DISABLE is not set before...
2009-08-23 Vincent PitAdd the PERL_INDIRECT_PM_DISABLE environment variable
2009-07-15 Vincent PitFreshen t/40-threads.t
2009-07-15 Vincent PitMore freshness for t/21-bad.t
2009-07-15 Vincent PitFreshen t/10-args.t
2009-07-15 Vincent PitDon't use 'Fatal' as a metasyntactic name
2009-07-15 Vincent PitFreshen t/30-scope.t
2009-07-15 Vincent PitTurn on CvCLONE for all anonymous subs passed as hooks rt47902
2009-07-15 Vincent PitFix t/80-regressions.t failing on Win32
2009-07-15 Vincent PitDocument and test constant folding
2009-07-14 Vincent PitCover ck_scope actually handling an OP_SCOPE
2009-07-14 Vincent PitFreshen t/22-bad-mixed.t
2009-07-14 Vincent PitFreshen t/20-good.t
2009-07-14 Vincent PitRename try() to zap() as we'll need try() for something...
2009-07-14 Vincent PitSimplify the warning handler in t/21-bad.t
2009-07-14 Vincent PitHandle indirect calls on blocks
2009-07-14 Vincent PitOnly enable the pragma during compile time rt47866
2009-07-14 Vincent PitRevamp t/21-bad.t
2009-07-08 Vincent PitFix "meth meth" not being correctly reported
2009-07-07 Vincent PitAdd a stress test
2009-07-07 Vincent PitFix line number for multiline indirect constructs
2009-05-28 Vincent PitPrevent bogus invalid syntaxes caused by reallocated...
2009-05-24 Vincent PitTest the workaround more extensively
2009-05-24 Vincent PitWork around the "pragma propagating into require" bug
2009-05-23 Vincent PitAdd a TODO test for the "pragma propagating into requir...
2009-05-17 Vincent PitGet rid of t/90-boilerplate.t
2009-05-15 Vincent Pit5.9.5 fix
2009-05-07 Vincent PitAlso pass the file and the line number to the hook
2009-05-03 Vincent PitIntroduce the 'hook' unimport option
2009-05-03 Vincent PitRename some test files
2009-05-03 Vincent PitMake the op map thread safe
2009-04-17 Vincent PitTest use/no indirect while parsing an indirect construct
2009-01-17 Vincent PitYet more diagnostics for t/30-scope.t
2008-12-08 Vincent PitBetter handling of extraneous warnings in t/30-scope.t
2008-12-06 Vincent PitReally fix the "${\(new Hlagh)}" bug by ensuring that...
2008-12-05 Vincent PitIn t/30-scope.t, avoid failures for "eval 'no indirect...
2008-12-05 Vincent PitSkip the segfaulting "${\(new Hlagh)}" test
2008-12-05 Vincent PitTest eval block
2008-12-05 Vincent PitTest if the pragma propagates through eval string
2008-12-05 Vincent PitTest that the code compiled fine in t/30-scope.t
2008-12-05 Vincent PitSupport for perl 5.8
2008-12-05 Vincent Pit"use feature 'state'" as a prefix, so that we'll be...
2008-12-05 Vincent PitAllow specifying a prefix and skipping individual tests
2008-12-05 Vincent PitRemove the 'inside s///' test for now, as it seems...
2008-12-05 Vincent PitIn tests, say 'no/use indirect' inside the eval string...
2008-12-05 Vincent PitReally test that no indirect 'hlagh' does not croak
2008-10-22 Vincent PitTest state variables
2008-10-19 Vincent PitFix a rare edge case for package whose names are prefix...
2008-10-19 Vincent PitTest $$ as object
2008-10-16 Vincent PitMake test descriptions shorter
2008-10-16 Vincent PitSupport variables with spaces after the sigil
2008-10-16 Vincent PitFactorize the regexp in t/20-bad.t
2008-10-15 Vincent PitAdd support and tests for package variables
2008-10-15 Vincent PitTest good uses of our variables
2008-10-15 Vincent PitMore tests with $_
2008-10-15 Vincent PitTest 'print' that segfaults
2008-10-11 Vincent PitTest system and exec
2008-10-04 Vincent PitTest 'package A; sub foo; foo A->new' that gets deparse...
2008-10-02 Vincent PitTest 'no indirect "hlagh"'
2008-09-01 Vincent PitTest quotelike environments
2008-08-30 Vincent PitTest method call inside method call
2008-08-30 Vincent PitNo longer fork to test. IPC::Cmd is no longer required
2008-08-12 Vincent PitAdd undef guards to $stderr in tests
2008-08-12 Vincent PitAdd PERL5OPT to the flags passed to the forked perls
2008-08-11 Vincent PitActually exit when the child didn't succeed
2008-08-11 Vincent PitSkip when we couldn't capture buffers
2008-08-11 Vincent PitShow more information when we couldn't run the tests...
2008-08-10 Vincent PitImporting indirect-0.01.tar.gz v0.01