]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
2010-09-24 Vincent PitThis is 0.44 v0.44
2010-09-24 Vincent PitCorrectly propagate exceptions from _wizard()
2010-09-24 Vincent PitOnly load Carp.pm when throwing an error
2010-09-24 Vincent PitDescribe why we don't have to guard against PL_dirty...
2010-09-24 Vincent PitForce threads tests with the PERL_VARIABLE_MAGIC_TEST_T...
2010-09-24 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-09-23 Vincent PitRemove the patchlevel test
2010-09-23 Vincent PitRemove the test for non-released perl 5.11.0
2010-09-23 Vincent PitForce linking against the perl dll when using gcc 3...
2010-09-23 Vincent PitClarify some logic in Makefile.PL
2010-08-19 Vincent PitSvREFCNT_dec already checks if the SV is non null
2010-06-25 Vincent PitThis is 0.43 v0.43
2010-06-25 Vincent PitMore control tests
2010-06-25 Vincent PitPrettify the constants export list
2010-06-25 Vincent Pit5.13.2 calls get magic on globs
2010-06-25 Vincent PitFix CLONE_PARAMS struct initialization for perl 5.13.2
2010-06-25 Vincent PitAlways use a safe version of call_sv()
2010-06-25 Vincent PitException propagation fixes
2010-05-19 Vincent PitThis is 0.42 v0.42
2010-05-18 Vincent PitFix tests for perl 5.13
2010-05-18 Vincent PitFix t/18-opinfo.t failures with perl 5.13
2010-04-24 Vincent PitComplete coverage of the len callback
2010-04-24 Vincent PitImprove op_info coverage
2010-03-15 Vincent PitThis is 0.41 v0.41
2010-03-15 Vincent PitCompatibility fix for 5.12.0
2010-03-06 Shlomi FishA few doc corrections
2010-02-23 Vincent PitTune the userdata example
2010-01-13 Vincent PitCorrectly propagate the errors thrown when variable...
2010-01-06 Vincent PitThis is 0.40 v0.40
2010-01-06 Vincent PitIndentation
2010-01-06 Vincent PitBump copyright year
2010-01-06 Vincent PitUse SvREFCNT_inc_simple_void() whenever possible
2010-01-06 Vincent PitUse SvRV_const() whenever possible
2009-12-28 Vincent PitSvPV_const is only available since 5.9.3
2009-12-28 Vincent PitCast the op_info value before applying bit shifts
2009-12-28 Vincent PitUse size_t as the index type in the pointer table
2009-12-28 Vincent PitFix expected constness for utf8_length() arguments
2009-12-28 Vincent PitFix type coercions on values returned from callbacks
2009-12-28 Vincent Pitcall_sv() ought to take an I32
2009-12-28 Vincent PitExplicitely cap the op_info parameter to 255
2009-12-28 Vincent PitWizard ids are IV, not UV
2009-12-28 Vincent PitFix memory miswrite when passing data arguments to...
2009-12-01 Vincent PitThis is 0.39 v0.39
2009-11-30 Vincent PitDocument passing a string reference as the callback
2009-11-30 Vincent PitFix compiler warnings with the Intel CC
2009-11-30 Vincent PitTest string callbacks
2009-11-30 Vincent PitTest destruction of magic callbacks
2009-11-30 Vincent PitAlso test getdata() in t/80-leaks.t
2009-11-30 Vincent PitStop leaking objects stored in the data slot
2009-11-30 Vincent PitStop passing arguments to the data callback through...
2009-11-30 Vincent PitFix t/35-stash.t for 5.11.2
2009-11-30 Vincent PitDirectly store the CVs into the MGWIZ structure
2009-11-30 Vincent PitFree the thread local context from an atexit callback
2009-11-29 Vincent PitStop leaking the SVs that reference the callbacks
2009-11-27 Vincent PitFix a consting error
2009-11-27 Vincent PitMake the wizard store the MGWIZ address as an IV
2009-11-26 Vincent PitEmpty the global pointer table at the end of a thread
2009-11-26 Vincent PitRemove unused variables
2009-11-26 Vincent PitFactor the V::M magic searching logic into a new vmg_find()
2009-11-26 Vincent PitRemove all signature-related features
2009-10-22 Vincent PitCompatibility fix for 5.11.1
2009-10-04 Vincent PitThis is 0.38 v0.38
2009-10-04 Vincent PitAdd a cookbook section
2009-10-04 Vincent PitDeprecate all the user signature stuff for december...
2009-10-04 Vincent PitIntroduce VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID and fix...
2009-10-04 Vincent PitA better t/01-import.t
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-26 Vincent PitKwalitee test overhaul
2009-08-25 Vincent PitThis is 0.37 v0.37
2009-08-25 Vincent PitIntroduce VMG_FORKSAFE
2009-08-16 Vincent Pitbase.pm is also a dependency
2009-08-08 Vincent PitGet rid of t/90-boilerplate.t
2009-08-08 Vincent PitClarify when get/set magic triggers for container types
2009-08-08 Vincent PitRighteously is really rightfully
2009-07-05 Vincent PitThis is 0.36 v0.36
2009-06-23 Vincent PitMake getdata() return an empty list when no magic is...
2009-06-23 Vincent PitAlso require threads 1.67 and threads::shared 1.14...
2009-05-21 Vincent PitVMG_COMPAT_ARRAY_PUSH_NOLEN needs to be enabled for...
2009-05-15 Vincent PitThis is 0.35 v0.35
2009-05-15 Vincent PitRequire threads 1.67 and threads::shared 1.14 in t...
2009-05-15 Vincent PitDrop support for 5.9.5
2009-05-15 Vincent PitTest repeated method calls on stashes
2009-04-27 Vincent PitStore the last popped stack index for after call_sv()
2009-04-24 Vincent PitRemove the fake context namesv workaround introduced...
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-19 Vincent PitThis is 0.34 v0.34
2009-04-19 Vincent PitPrevent call_sv() in vmg_svt_free() to clobber the...
2009-04-19 Vincent PitRename Variable::Magic::TestDieRequired to Variable...
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-03-28 Vincent PitTest (lack of) stash magic for dynamic method calls
2009-03-26 Vincent PitSimplify the current temp test in the unmortalizer
2009-03-26 Vincent PitProperly unmortalize the wizard after removing it from...
2009-03-25 Vincent PitThis is 0.33 v0.33
2009-03-23 Vincent Pitskip $desc => $num is neater
2009-03-23 Vincent PitTest that the uvar/clear doesn't confuse B::Deparse...
2009-03-23 Vincent PitTest stash magic with AUTOLOAD
2009-03-23 Vincent PitBetter metasyntactic variable names for t/35-stash.t
next