]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
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
2009-03-23 Vincent PitMore stash tests for functions/methods
2009-03-23 Vincent PitThere's no need to disable strict refs for getting...
2009-03-22 Vincent PitTest variables in other stashes
2009-03-21 Vincent PitTest when magic actions take place
2009-03-21 Vincent PitRename test functions init() and check() to init_watche...
2009-03-21 Vincent PitRevert "clear magic only applies to arrays and hashes"
2009-03-16 Vincent PitLock shared variables
2009-03-14 Vincent Pitfree callbacks fire also at the end of the global scope
2009-03-14 Vincent PitDocument the changes regarding how cast/getdata/dispell...
2009-03-03 Vincent PitMake getsig() croak if the supplied wizard is incorrect
2009-03-03 Vincent PitFactor the regexp in t/12-sig.t
2009-03-03 Vincent PitClean up the remaining if (...) { ... } tests
2009-03-02 Vincent PitTest L:{last L} in t/18-opinfo.t
2009-03-02 Vincent PitBuild better testcases in t/18-opinfo.t
2009-03-02 Vincent PitTest loop ops
2009-03-01 Vincent PitHide the 'too many sigs' test from coverage
2009-03-01 Vincent PitThe current op is always non-null in our vmg_opclass()
2009-03-01 Vincent PitStore a placeholder in the wizards set for every manual...
next