]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
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
2009-02-19 Vincent PitExplicitely pass the flags to vmg_cb_call(). Also pass...
2009-02-19 Vincent PitInline the 'eval' specific part of vmg_cb_call() into...
2009-02-19 Vincent PitFactor the callback retval retrieval logic into a new...
2009-02-19 Vincent PitFix and test segfaults and wrong "Unknown error" except...
2009-02-17 Vincent PitStop citing all the constants in the EXPORT section
2009-02-17 Vincent PitReorder the POD so that the functions come before the...
2009-02-17 Vincent Pit'assignation' is really 'assignment'
2009-02-17 Vincent PitMore code tests
2009-02-17 Vincent PitA clearer introduction to magic
2009-02-16 Vincent PitMake op_info thread safe
2009-02-14 Vincent PitReference count vmg_op_name_len
2009-02-14 Vincent PitMagic variables can't be distinguished by tied()
2009-02-12 Vincent Pitcroak() if storing the wizard in the context fails...
2009-02-12 Vincent Pitgetdata() handles the stack itself, so make it return...
2009-02-12 Vincent PitReorder a bit the wizard duplication logic to silence...
2009-02-12 Vincent PitThis is 0.30 v0.30
2009-02-12 Vincent PitDocument magic on array/hash values
2009-02-12 Vincent PitFix the testsuite for 5.8.3 and lower
2009-02-11 Vincent PitPrefer using VMG_OP_INFO_* constants in t/35-stash.t
2009-02-11 Vincent Pitfree magic isn't called for array values delete on...
2009-02-09 Vincent PitTest magic on symbol table in a new t/35-stash.t
2009-02-09 Vincent PitCarp is also a build dependency
2009-02-09 Vincent PitTest magic on array/hash elements
2009-02-09 Vincent PitNote the op argument position in wizard() synopsys
2009-02-09 Vincent PitUse VMG_OP_INFO_* macros in the synopsys for op_info
2009-02-09 Vincent PitReally skip free callbacks during global destruction
2009-02-08 Vincent PitAdd compatibility macro for SvPV_const
2009-02-08 Vincent PitGet current op information in magic callbacks
2009-02-08 Vincent PitmPUSHi is no longer needed, but mPUSHu does
2009-02-08 Vincent PitThis is 0.29 v0.29
2009-02-07 Vincent PitRequire perl 5.8
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
2009-02-07 Vincent PitSet $_[2] to the default length for len magic on scalars
2009-02-07 Vincent PitAmend last change to make t/28-uvar.t pass again
2009-02-06 Vincent PitTest description nit in t/28-uvar.t
next