]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
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
2010-01-06 Vincent PitIndentation
2010-01-06 Vincent PitBump copyright year
2010-01-06 Vincent PitUse SvREFCNT_inc_simple_void() whenever possible
2010-01-06 Vincent PitUse SvRV_const() whenever possible
2009-12-28 Vincent PitSvPV_const is only available since 5.9.3
2009-12-28 Vincent PitCast the op_info value before applying bit shifts
2009-12-28 Vincent PitUse size_t as the index type in the pointer table
2009-12-28 Vincent PitFix expected constness for utf8_length() arguments
2009-12-28 Vincent PitFix type coercions on values returned from callbacks
2009-12-28 Vincent Pitcall_sv() ought to take an I32
2009-12-28 Vincent PitExplicitely cap the op_info parameter to 255
2009-12-28 Vincent PitWizard ids are IV, not UV
2009-12-28 Vincent PitFix memory miswrite when passing data arguments to...
2009-12-01 Vincent PitThis is 0.39 v0.39
2009-11-30 Vincent PitDocument passing a string reference as the callback
2009-11-30 Vincent PitFix compiler warnings with the Intel CC
2009-11-30 Vincent PitTest string callbacks
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 PitStop passing arguments to the data callback through...
2009-11-30 Vincent PitFix t/35-stash.t for 5.11.2
2009-11-30 Vincent PitDirectly store the CVs into the MGWIZ structure
2009-11-30 Vincent PitFree the thread local context from an atexit callback
2009-11-29 Vincent PitStop leaking the SVs that reference the callbacks
2009-11-27 Vincent PitFix a consting error
2009-11-27 Vincent PitMake the wizard store the MGWIZ address as an IV
2009-11-26 Vincent PitEmpty the global pointer table at the end of a thread
2009-11-26 Vincent PitRemove unused variables
2009-11-26 Vincent PitFactor the V::M magic searching logic into a new vmg_find()
2009-11-26 Vincent PitRemove all signature-related features
2009-10-22 Vincent PitCompatibility fix for 5.11.1
2009-10-04 Vincent PitThis is 0.38 v0.38
2009-10-04 Vincent PitAdd a cookbook section
2009-10-04 Vincent PitDeprecate all the user signature stuff for december...
2009-10-04 Vincent PitIntroduce VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID and fix...
2009-10-04 Vincent PitA better t/01-import.t
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-25 Vincent PitThis is 0.37 v0.37
2009-08-25 Vincent PitIntroduce VMG_FORKSAFE
2009-08-16 Vincent Pitbase.pm is also a dependency
next