]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
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
2009-01-29 Vincent PitDon't even define a CLONE sub when the module isn't...
2009-01-25 Vincent Pitsv_mortalcopy() is more efficient than sv_2mortal(newSV...
2009-01-25 Vincent PitComment revamp in vmg_svt_free()
2009-01-24 Vincent Pitcount isn't used anymore in vmg_svt_len()
2009-01-24 Vincent PitMinor POD fix
2009-01-24 Vincent PitA more reliable logic for turning off the GMAGICAL...
2009-01-24 Vincent PitThis is 0.28 v0.28
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 PitShow copy_key in wizard()'s synopsys
2009-01-23 Vincent PitBetter documentation for the values passed to the callbacks
2009-01-23 Vincent PitAllow editing the key SV in uvar callbacks by passing...
2009-01-23 Vincent PitMake the benchmark a little more fair
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-22 Vincent PitBe a little more precise about the get/clear problem
2009-01-21 Vincent PitReport file/line of failures correctly
2009-01-20 Vincent PitFix refcount of scalars with free callback
2009-01-20 Vincent PitDon't call the free callback in global destruction
2009-01-20 Vincent PitDisable the Win32 AS Perl workaround for now, as it...
2009-01-20 Vincent PitOutput the build number for Win32 AS perls at the begin...
2009-01-20 Vincent PitSpacing
2009-01-19 Vincent PitA better fix for handling exceptions at compile time.
2009-01-19 Vincent PitRemove an unused variable
2009-01-19 Vincent PitTest the "die in free callback in BEGIN" issue in a...
2009-01-18 Vincent PitThis is 0.27 v0.27
2009-01-18 Vincent PitBump copyright year
2009-01-18 Vincent PitDocument the "get/clear on hashes" problem
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 Florian RagwitzAdd repository and bugtracker url to META.yml.
2009-01-18 Vincent PitFix segfaults that seems to happen when one croak in...
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 PitDocument the return values of the callbacks
2008-12-27 Vincent PitMore linefeeds make the POD clearer
2008-12-27 Vincent PitFix an offset of 1 with len magic on scalars
2008-12-17 Vincent PitDon't redefine VMG_COMPAT_ARRAY_PUSH_NOLEN
2008-12-02 Vincent PitThe context is actually used in vmg_sv_magicuvar()...
2008-11-29 Vincent PitThis is 0.26 v0.26
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-11-13 Vincent PitDocument magic changes in 5.8.9
2008-11-13 Vincent PitFix building for maint-5.8
2008-11-12 Vincent PitThis is 0.25 v0.25
2008-11-12 Vincent PitImprove logic for the SvREFCNT_inc workaround in vmg_da...
2008-11-12 Vincent PitOnly enable VMG_COMPAT_ARRAY_PUSH_NOLEN for ActiveState...
2008-11-12 Vincent PitVersion macro overhaul. Enable correct behaviour for...
2008-10-18 Vincent PitOld Pod::Coverage don't ignore CLONE
2008-10-12 Vincent PitThis is 0.24 v0.24
2008-10-12 Vincent PitReally fix building on perls with multiplicity but...
2008-10-11 Vincent PitThis is 0.23 v0.23
2008-10-11 Vincent Pitw->cb_dup is currently always NULL
2008-10-10 Vincent PitOnly build clone functions when VMG_THREADSAFE is set
2008-10-02 Vincent PitBetter be on irc.perl.org
2008-09-29 Vincent PitThis is 0.22 v0.22
2008-09-29 Vincent PitA little paragraph on how magic is cool
2008-09-29 Vincent PitDisable thread safety for 5.8.x on Windows
2008-09-27 Vincent PitThis is 0.21_02 v0.21_02
2008-09-27 Vincent PitHide previously deleted magic tokens in vmg_svt_free...
2008-09-22 Vincent PitThis is 0.21_01 v0.21_01
2008-09-21 Vincent PitOutput threads and threads::shared versions in threads...
2008-09-21 Vincent PitAdd some parenthesis to appease the compiler
2008-09-21 Vincent PitRemove two unused variables
2008-09-21 Vincent PitSilence three 'mixed declaration and code' warnings
next