]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
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...
2009-03-01 Vincent PitFix samples/synopsis.pl permissions
2009-03-01 Vincent PitThis is 0.32 v0.32
2009-02-28 Vincent PitRemove some trailing spaces
2009-02-28 Vincent Pitclear magic only applies to arrays and hashes
2009-02-28 Vincent PitInitialize the global op names cache in a critical...
2009-02-28 Vincent PitWe don't need a (wrong) compatibility macro for NewOp...
2009-02-28 Vincent Pithv_exists() is enough for vmg_wizard_sig()
2009-02-28 Vincent PitCheck the number of allocated wizards in vmg_gensig()
2009-02-28 Vincent PitTest numeric signatures too big/small
2009-02-28 Vincent PitDon't store the sig in the mg_private field
2009-02-25 Vincent PitL<threads::shared> variables
2009-02-25 Vincent PitMinor fixes in the global destruction comment
2009-02-24 Vincent PitFix the B stashes cache cloning, and really use it...
2009-02-22 Vincent PitReorder the arguments to the thread callback in t/40...
2009-02-22 Vincent PitA note on global destruction and free callbacks
2009-02-22 Vincent PitHide an uncoverable line
2009-02-22 Vincent PitTest op_info in free callbacks
2009-02-22 Vincent PitMove the op_info tests to a new t/18-opinfo.t
2009-02-22 Vincent PitA refreshed synopsis
2009-02-22 Vincent PitPass the signature as a thread callback argument in...
2009-02-21 Vincent PitAn example on how to cast magic recursively
2009-02-20 Vincent PitMore tests for different op types
2009-02-20 Vincent PitBless the op info object into the right class (stealing...
2009-02-19 Vincent PitThis is 0.31 v0.31
next