]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
2013-08-23 Vincent PitNo tabs please
2013-08-20 Vincent PitStop bundling author tests
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-06-23 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-06-23 Vincent PitTypo in POD rt86338
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-05 Vincent PitThis is 0.52 v0.52
2012-11-05 Vincent PitAdd VMG_COMPAT_SCALAR_NOLEN rt80388
2012-11-05 Vincent PitMake t/35-stash.t pass with perl 5.17.4 and above
2012-11-02 Vincent PitSimplify Config loading in Makefile.PL
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-08-22 Vincent PitUpdate author tests requirements
2012-08-22 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-08-20 Vincent PitCheck destruction order for exceptions thrown in free...
2012-08-20 Vincent PitUpdate how author tests load their dependencies
2012-08-18 Vincent PitThis is 0.51 v0.51
2012-08-18 Vincent PitDocumentation tweaks
2012-08-18 Vincent PitProperly propagate exceptions when a free callback...
2012-08-18 Vincent PitKill Debian_CPANTS.txt suffixes as well
2012-08-12 Vincent PitMake the 'reset RMG flag' workaround thread-safe
2012-08-12 Vincent PitReset the SV each time for the 'reset RMG flag' workaround
2012-08-11 Vincent PitRemove an unused variable
2012-08-11 Vincent PitPrettify the default no-op callback
2012-08-11 Vincent PitDon't crash if dispell is called in a clear, free or...
2012-08-10 Vincent PitRename vmg_uvar_del() to vmg_mg_del() to reuse its...
2012-08-05 Vincent PitMake sure all entries of MY_CXT.b__op_stashes are initi...
2012-08-05 Vincent PitFix indentation in vmg_call_sv()
2012-08-05 Vincent PitPort the svt_free-specific part of vmg_call_sv() to...
2012-08-05 Vincent PitAlways enable VMG_SAVE_LAST_CX
2012-08-02 Vincent PitMake the uvar user data into a proper struct
2012-06-24 Vincent PitThis is 0.50 v0.50
2012-06-24 Vincent PitImprove Capture::Tiny discovery in t/17-ctl.t
2012-06-24 Vincent PitDon't use the main:: stash in the last test of t/17... rt77991
2012-06-24 Vincent PitConsistently format magic types with I<>
2012-06-24 Vincent PitRemove a couple of commented asserts
2012-06-24 Vincent PitLeak less memory when an exception is thrown from a...
2012-06-24 Vincent PitMove the global destruction logic of t/15-self.t out...
2012-06-24 Vincent PitLower t/17-ctl.t's last test expectations
2012-06-23 Vincent PitDon't leak vtables and wizards freed during global...
2012-06-23 Vincent PitCleaner version numbers
2012-06-23 Vincent PitRemove one extra mention to MGf_COPY
2012-06-23 Vincent PitJumbo POD overhaul
2012-06-21 Vincent PitTeach t/35-stash.t about perl 5.17.1
2012-06-05 Vincent PitThis is 0.49 v0.49
2012-06-05 Vincent PitTeach t/17-ctl.t about perl 5.17.0
2012-05-06 Vincent PitReuse the diag() helper in the TestThreads module
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2012-02-17 Vincent PitThis is 0.48 v0.48
2012-02-17 Vincent PitDecorate the magic callbacks section
2012-02-17 Vincent PitRemove an useless #define wrap
2012-02-17 Vincent PitBump copyright year
2012-02-17 Vincent PitAllow passing ref-to-undef as callbacks to install...
2012-02-17 Vincent PitIn t/22-len.t, localize the wizard for strings to the...
2012-02-16 Vincent PitMove the sv length logic into a new vmg_sv_len() function
2012-02-16 Vincent PitProtect $@ inside Variable::Magic::TestWatcher::init_wa...
2012-02-16 Vincent PitTest that unqualified sub names as callbacks default...
2011-10-27 Vincent PitThis is 0.47 v0.47
2011-10-26 Vincent PitTest 'delete' uvar magic and introduce VMG_COMPAT_HASH_...
2011-10-26 Vincent Pit'store' and 'delete' uvar magics don't need the uvar...
2011-10-26 Vincent PitClean up vmg_uvar_val() a bit
2011-10-26 Vincent PitMinimize the accesses to the optree during the uvar...
2011-10-26 Vincent PitPrettify the declaration of vmg_svt_copy()
2011-10-26 Vincent Pitvmg_cast() should set mg_flags according to the vtable
2011-10-26 Vincent PitMake the watch { } wrapper properly apply context
2011-10-26 Vincent PitThe magic signatures are no longer needed
2011-10-26 Vincent PitEnforce saner checks on wizard SVs and MAGIC tokens
2011-10-26 Vincent PitReorder some code
2011-10-26 Vincent PitRename vmg_wizard_* to vmg_wizard_sv_* and {MGWIZ,mgwiz...
2011-10-26 Vincent PitClone wizard objects through dup magic
2011-10-26 Vincent PitClean up threads tests a bit
2011-10-26 Vincent PitShare the vtables with threaded perls
2011-10-26 Vincent PitWrap MUTEX_{LOCK,UNLOCK} in macros so can we don't...
2011-10-26 Vincent PitMGf_COPY and MGf_DUP should always be set for the perls...
2011-10-25 Vincent PitAbstract the MGWIZ creation into a new vmg_mgwiz_alloc...
2011-10-25 Vincent PitPass the 'data' callback after the 'op_info' flag when...
2011-10-24 Vincent PitThreads tests may not be able to spawn all the threads
2011-10-24 Vincent PitRemove trailing whitespace
2011-10-23 Vincent PitMake sure code examples fit in a 80 columns terminal
2011-10-23 Vincent PitPreserve the PATH environment variable when running...
2011-09-05 Vincent PitSilence an "unused" compiler warning
2011-09-04 Vincent PitTweak some optional module loading in tests
2011-08-24 Vincent PitAdd META.json
2011-08-24 Vincent PitEncode the README file in UTF-8
2011-08-07 Vincent PitReplace $] by "$]"
2011-08-07 Vincent PitIgnore MYMETA.json
2011-08-07 Vincent PitUpdate vmg_opclass() for perl 5.15
2011-01-23 Vincent PitThis is 0.46 v0.46
2011-01-19 Vincent PitSwitch to qw<>
2011-01-19 Vincent PitUpdate magical flags after dispelling magic rt64866
2011-01-18 Vincent PitBump copyright year
2011-01-18 Vincent PitTighten the scope of two variables unused on 5.8
2010-11-21 Vincent PitThis is 0.45 v0.45
2010-11-21 Vincent PitA terser way to display versions for modules used in...
2010-11-21 Vincent PitOnly use Capture::Tiny when it is working on a simple...
2010-11-21 Vincent PitA bare glob that isn't part of a fetch doesn't call...
2010-11-21 Vincent PitAdd more glob tests
2010-11-21 Vincent PitWording fix
2010-10-28 Vincent PitGive a saner default to pPTBLMS
2010-10-28 Vincent PitSkip NULL values when walking a table
2010-10-28 Vincent PitAdd ptable_delete to ptable.h
next