]> git.vpit.fr Git - perl/modules/indirect.git/shortlog
perl/modules/indirect.git
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 PitReplace an occurrence of SvREFCNT_inc by SvREFCNT_inc_s...
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 PitThis is 0.16 v0.16
2009-07-14 Vincent PitCover ck_scope actually handling an OP_SCOPE
2009-07-14 Vincent PitRemove ck_leave()
2009-07-14 Vincent PitDocument the diagnostics
2009-07-14 Vincent PitThanks Andrew and Florian
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 PitDocument that we know handle blocks
2009-07-14 Vincent PitHandle indirect calls on blocks
2009-07-14 Vincent PitMake the default error message public
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 PitThis is 0.15 v0.15
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-07-07 Vincent PitStore a proper op info instead of hijacking a SV
2009-07-07 Vincent PitFactor the cloning logic in a separate function
2009-06-18 Vincent PitA few POD nits
2009-06-05 Florian RagwitzRemove unused variable.
2009-06-04 Vincent PitThis is 0.14 v0.14
2009-06-04 Vincent PitBe proud about our workarounds
2009-06-04 Vincent PitUse a better metasyntactic name instead of C<sub>
2009-05-29 Vincent PitDon't actually create an entry when storing NULL in...
2009-05-28 Vincent PitFix a small leak of hints objects
2009-05-28 Vincent PitPrevent bogus invalid syntaxes caused by reallocated...
2009-05-24 Vincent PitThis is 0.13 v0.13
2009-05-24 Vincent PitTest the workaround more extensively
2009-05-24 Vincent PitWork around the "pragma propagating into require" bug
2009-05-24 Vincent PitRename 'id' to 'hint' for consistency
2009-05-23 Vincent PitStop leaking the package name passed to the hook
2009-05-23 Vincent PitWe want to test code in ck_entersub(), not hint
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-17 Vincent PitLower the ptable initial size
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-07 Vincent PitPass copies as hook arguments
2009-05-07 Vincent PitMake names stored in the op map readonly
2009-05-03 Vincent PitThis is 0.12 v0.12
2009-05-03 Vincent PitPOD cleanup
2009-05-03 Vincent PitFreshen the synopsis
2009-05-03 Vincent PitIntroduce the 'hook' unimport option
2009-05-03 Vincent PitRename some test files
2009-05-03 Vincent PitDisable thread safety for 5.8.x on Windows
2009-05-03 Vincent PitMake the op map thread safe
2009-05-02 Vincent PitIntroduce the I_THREADSAFE() constant
2009-05-02 Vincent PitMake the hint thread-safe and store a coderef called...
2009-05-02 Vincent PitDon't hardcode the package name as the hints key
2009-05-02 Vincent PitSwitch to a ptable-based OP map
2009-05-01 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-17 Vincent PitTighten the scope of pl_linestr in indirect_map_store()
2009-04-17 Vincent PitTest use/no indirect while parsing an indirect construct
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-02-26 Vincent PitDon't even try to fetch the object if the method couldn...
2009-02-25 Vincent PitSomewhat improve the readability of indirect_ck_entersub()
2009-02-25 Vincent PitFix negation precedence
2009-02-12 Vincent PitSilence an "unused return value" warning
2009-02-12 Vincent PitConsting fix
2009-02-08 Vincent PitThis is 0.11 v0.11
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
2009-01-19 Vincent PitAdd a cast to make icc happy
2009-01-19 Vincent PitSilence a visibility warning
2009-01-19 Vincent PitFix a possible collisions by hashing pointers with...
2009-01-17 Vincent PitThis is 0.10 v0.10
2009-01-17 Vincent PitYet more diagnostics for t/30-scope.t
2009-01-17 Vincent PitBump copyright year
2008-12-27 Vincent PitMove the CAVEATS paragraph above DEPENDENCIES
2008-12-10 Vincent PitCleanup indirect_map_clean() recursion
2008-12-08 Vincent PitThis is 0.09_01 v0.09_01
2008-12-08 Vincent PitBetter handling of extraneous warnings in t/30-scope.t
2008-12-07 Vincent PitPhrasing fix
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 PitThis is 0.09 v0.09
2008-12-05 Vincent PitDocument the pragma not propagating into 'eval STRING...
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 PitThis is 0.08 v0.08
2008-10-22 Vincent PitTest state variables
2008-10-20 Vincent PitDocument the failure to see an indirect syntax at the...
2008-10-19 Vincent PitFix a rare edge case for package whose names are prefix...
2008-10-19 Vincent PitBrr. Those strstr() really were fugly
next