]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
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
2010-10-16 Vincent PitExplicitely state that C++ compilers aren't supported
2010-10-03 Vincent PitIgnore MYMETA.yml
2010-09-25 Peter RabbitsonClarify minimum perl 5.10.0 requirement for hash magic
2010-09-24 Vincent PitThis is 0.44 v0.44
2010-09-24 Vincent PitCorrectly propagate exceptions from _wizard()
2010-09-24 Vincent PitOnly load Carp.pm when throwing an error
2010-09-24 Vincent PitDescribe why we don't have to guard against PL_dirty...
2010-09-24 Vincent PitForce threads tests with the PERL_VARIABLE_MAGIC_TEST_T...
2010-09-24 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-09-23 Vincent PitRemove the patchlevel test
2010-09-23 Vincent PitRemove the test for non-released perl 5.11.0
2010-09-23 Vincent PitForce linking against the perl dll when using gcc 3...
2010-09-23 Vincent PitClarify some logic in Makefile.PL
2010-08-19 Vincent PitSvREFCNT_dec already checks if the SV is non null
2010-06-25 Vincent PitThis is 0.43 v0.43
2010-06-25 Vincent PitMore control tests
2010-06-25 Vincent PitPrettify the constants export list
2010-06-25 Vincent Pit5.13.2 calls get magic on globs
2010-06-25 Vincent PitFix CLONE_PARAMS struct initialization for perl 5.13.2
2010-06-25 Vincent PitAlways use a safe version of call_sv()
2010-06-25 Vincent PitException propagation fixes
2010-05-19 Vincent PitThis is 0.42 v0.42
2010-05-18 Vincent PitFix tests for perl 5.13
2010-05-18 Vincent PitFix t/18-opinfo.t failures with perl 5.13
2010-04-24 Vincent PitComplete coverage of the len callback
2010-04-24 Vincent PitImprove op_info coverage
2010-03-15 Vincent PitThis is 0.41 v0.41
2010-03-15 Vincent PitCompatibility fix for 5.12.0
2010-03-06 Shlomi FishA few doc corrections
2010-02-23 Vincent PitTune the userdata example
2010-01-13 Vincent PitCorrectly propagate the errors thrown when variable...
2010-01-06 Vincent PitThis is 0.40 v0.40
next