]> git.vpit.fr Git - perl/modules/indirect.git/shortlog
perl/modules/indirect.git
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-30 Vincent PitOnly look up to the first require scope for the require... rt50570
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-28 Vincent PitThis is 0.19 v0.19
2009-08-28 Vincent PitIntroduce I_FORKSAFE
2009-08-28 Vincent PitWe don't need this (wrong) macro wrapper for indirect_t...
2009-08-28 Vincent PitReset the callbacks when the root interpreter is destroyed
2009-08-28 Vincent PitMake some room in t/4*.t
2009-08-28 Vincent Pitc07766a234204d78a80b6d75534e03ae3465b6f3 is a better...
2009-08-28 Vincent PitOnly remap the hint through the pointer table for threa...
2009-08-27 Vincent PitI_THREADSAFE ought to be true when PERL_INDIRECT_PM_DIS...
2009-08-27 Vincent PitUse the hint pointer as the unique identifier for the...
2009-08-27 Vincent PitFix signedness of the pointer<->int conversions
2009-08-27 Vincent PitSvIOK and SvROK imply SvOK
2009-08-23 Vincent PitThis is 0.18 v0.18
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-16 Vincent PitThis is 0.17 v0.17
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 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
next