]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - t
This is 0.64
[perl/modules/Variable-Magic.git] / t /
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 PitFix t/35-stash.t for 5.11.2
2009-11-26 Vincent PitRemove all signature-related features
2009-10-04 Vincent PitIntroduce VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID and fix...
2009-10-04 Vincent PitA better t/01-import.t
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-25 Vincent PitIntroduce VMG_FORKSAFE
2009-08-08 Vincent PitGet rid of t/90-boilerplate.t
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 PitRequire threads 1.67 and threads::shared 1.14 in t...
2009-05-15 Vincent PitTest repeated method calls on stashes
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-03-28 Vincent PitTest (lack of) stash magic for dynamic method calls
2009-03-26 Vincent PitProperly unmortalize the wizard after removing it from...
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-03 Vincent PitFactor the regexp in t/12-sig.t
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 PitStore a placeholder in the wizards set for every manual...
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-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 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 PitPass the signature as a thread callback argument in...
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 PitFix and test segfaults and wrong "Unknown error" except...
2009-02-17 Vincent PitMore code tests
2009-02-16 Vincent PitMake op_info thread safe
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 PitTest magic on array/hash elements
2009-02-08 Vincent PitGet current op information in magic callbacks
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
2009-01-24 Vincent PitTest uvar magic on tied hashes
2009-01-24 Vincent PitFix segfaults when using get or uvar magic simultaneous...
2009-01-24 Vincent PitMore tests for t/31-array.t
2009-01-24 Vincent PitDon't assign results in check blocks
2009-01-23 Vincent PitAllow editing the key SV in uvar callbacks by passing...
2009-01-23 Vincent PitTest assigning to the key in an uvar callback
2009-01-23 Vincent PitAlso test exists in t/32-hash.t
2009-01-23 Vincent PitReenable copy tests in t/32-hash.t as they are not...
2009-01-22 Vincent PitTest emptying a hash (can't believe this wasn't already...
2009-01-21 Vincent PitReport file/line of failures correctly
2009-01-20 Vincent PitDon't call the free callback in global destruction
2009-01-20 Vincent PitOutput the build number for Win32 AS perls at the begin...
2009-01-19 Vincent PitA better fix for handling exceptions at compile time.
2009-01-19 Vincent PitTest the "die in free callback in BEGIN" issue in a...
2009-01-18 Vincent PitConvert t/16-huf.t to the new testing framework
2009-01-18 Vincent PitConvert t/34-glob.t to the new testing framework
2009-01-18 Vincent PitConvert t/33-code.t to the new testing framework
2009-01-18 Vincent PitConvert t/32-hash.t to the new testing framework, but...
2009-01-18 Vincent PitConvert t/31-array.t to the new testing framework
2009-01-18 Vincent PitConvert t/30-scalar.t to the new testing framework
2009-01-18 Vincent PitConvert t/28-uvar.t to the new testing framework
2009-01-18 Vincent PitConvert t/27-local.t to the new testing framework
2009-01-18 Vincent PitConvert t/25-copy.t to the new testing framework
2009-01-18 Vincent PitConvert t/24-free.t to the new testing framework
2009-01-18 Vincent PitConvert t/23-clear.t to the new testing framework
2009-01-18 Vincent PitCleanup t/22-len.t
2009-01-18 Vincent PitConvert t/21-set.t to the new testing framework
2009-01-18 Vincent PitConvert t/20-get.t to the new testing framework
2009-01-18 Vincent PitFactor some test logic in a helper module
2008-12-27 Vincent PitFix an offset of 1 with len magic on scalars
2008-11-29 Vincent PitFix leaks of cloned coderefs that access lexicals
2008-11-27 Vincent PitIntroduce VMG_COMPAT_ARRAY_UNSHIFT_NOLEN_VOID to cover...
2008-10-18 Vincent PitOld Pod::Coverage don't ignore CLONE
2008-09-21 Vincent PitOutput threads and threads::shared versions in threads...
2008-09-20 Vincent Pitt/41-clone.t needs to call wizard into an eval block
2008-09-20 Vincent PitTest cloning
2008-09-20 Vincent PitFactor signature/wizard checks into proper functions...
2008-09-20 Vincent PitTest destructors
2008-09-20 Vincent PitTest same signature across threads
2008-09-20 Vincent PitDon't test threads if this perl wasn't built with ithre...
2008-09-19 Vincent PitMake the module threadsafe by adding a CLONE method...
2008-09-05 Vincent PitCorrect backtrace when wizard() croaks, and test it
2008-09-05 Vincent PitTest how arguments are passed to the data callback
2008-09-01 Vincent PitFix the caller-into-block test that was actually testin...
next