]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - lib/Variable/Magic.pm
Bump copyright year
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
2016-09-06 Vincent PitBump copyright year
2015-10-05 Vincent PitThis is 0.59 v0.59
2015-07-31 Vincent PitRemove the code coverage link
2015-07-21 Vincent PitThis is 0.58 v0.58
2015-07-20 Vincent PitDelay destruction of reference return values till the...
2015-04-17 Vincent PitThis is 0.57 v0.57
2015-03-11 Vincent PitThis is 0.56 v0.56
2015-03-11 Vincent PitBump copyright year
2014-10-20 Vincent PitThis is 0.55 v0.55
2014-10-20 Vincent PitRemove test dependencies list in POD
2014-09-22 Vincent PitThis is 0.54 v0.54
2014-09-22 Vincent PitBump copyright year
2014-09-22 Vincent PitAdd support for copy magic on code prototype clone rt90205
2013-09-01 Vincent PitThis is 0.53 v0.53
2013-09-01 Vincent PitBump copyright year
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-06-23 Vincent PitTypo in POD rt86338
2012-11-05 Vincent PitThis is 0.52 v0.52
2012-11-05 Vincent PitAdd VMG_COMPAT_SCALAR_NOLEN rt80388
2012-08-18 Vincent PitThis is 0.51 v0.51
2012-08-18 Vincent PitDocumentation tweaks
2012-06-24 Vincent PitThis is 0.50 v0.50
2012-06-24 Vincent PitConsistently format magic types with I<>
2012-06-23 Vincent PitRemove one extra mention to MGf_COPY
2012-06-23 Vincent PitJumbo POD overhaul
2012-06-05 Vincent PitThis is 0.49 v0.49
2012-02-17 Vincent PitThis is 0.48 v0.48
2012-02-17 Vincent PitBump copyright year
2012-02-17 Vincent PitAllow passing ref-to-undef as callbacks to install...
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 PitThe magic signatures are no longer needed
2011-10-26 Vincent PitMGf_COPY and MGf_DUP should always be set for the perls...
2011-10-25 Vincent PitPass the 'data' callback after the 'op_info' flag when...
2011-10-23 Vincent PitMake sure code examples fit in a 80 columns terminal
2011-01-23 Vincent PitThis is 0.46 v0.46
2011-01-19 Vincent PitSwitch to qw<>
2011-01-18 Vincent PitBump copyright year
2010-11-21 Vincent PitThis is 0.45 v0.45
2010-11-21 Vincent PitWording fix
2010-10-16 Vincent PitExplicitely state that C++ compilers aren't supported
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-06-25 Vincent PitThis is 0.43 v0.43
2010-06-25 Vincent PitPrettify the constants export list
2010-06-25 Vincent Pit5.13.2 calls get magic on globs
2010-05-19 Vincent PitThis is 0.42 v0.42
2010-03-15 Vincent PitThis is 0.41 v0.41
2010-03-06 Shlomi FishA few doc corrections
2010-02-23 Vincent PitTune the userdata example
2010-01-06 Vincent PitThis is 0.40 v0.40
2010-01-06 Vincent PitBump copyright year
2009-12-01 Vincent PitThis is 0.39 v0.39
2009-11-30 Vincent PitDocument passing a string reference as the callback
2009-11-26 Vincent PitRemove all signature-related features
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-08-25 Vincent PitThis is 0.37 v0.37
2009-08-25 Vincent PitIntroduce VMG_FORKSAFE
2009-08-08 Vincent PitClarify when get/set magic triggers for container types
2009-08-08 Vincent PitRighteously is really rightfully
2009-07-05 Vincent PitThis is 0.36 v0.36
2009-06-23 Vincent PitMake getdata() return an empty list when no magic is...
2009-05-15 Vincent PitThis is 0.35 v0.35
2009-04-19 Vincent PitThis is 0.34 v0.34
2009-03-25 Vincent PitThis is 0.33 v0.33
2009-03-21 Vincent PitTest when magic actions take place
2009-03-21 Vincent PitRevert "clear magic only applies to arrays and hashes"
2009-03-14 Vincent Pitfree callbacks fire also at the end of the global scope
2009-03-14 Vincent PitDocument the changes regarding how cast/getdata/dispell...
2009-03-01 Vincent PitThis is 0.32 v0.32
2009-02-28 Vincent Pitclear magic only applies to arrays and hashes
2009-02-28 Vincent PitDon't store the sig in the mg_private field
2009-02-25 Vincent PitL<threads::shared> variables
2009-02-25 Vincent PitMinor fixes in the global destruction comment
2009-02-22 Vincent PitA note on global destruction and free callbacks
2009-02-22 Vincent PitA refreshed synopsis
2009-02-21 Vincent PitAn example on how to cast magic recursively
2009-02-19 Vincent PitThis is 0.31 v0.31
2009-02-17 Vincent PitStop citing all the constants in the EXPORT section
2009-02-17 Vincent PitReorder the POD so that the functions come before the...
2009-02-17 Vincent Pit'assignation' is really 'assignment'
2009-02-17 Vincent PitA clearer introduction to magic
2009-02-14 Vincent PitReference count vmg_op_name_len
2009-02-14 Vincent PitMagic variables can't be distinguished by tied()
2009-02-12 Vincent PitThis is 0.30 v0.30
2009-02-12 Vincent PitDocument magic on array/hash values
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-08 Vincent PitGet current op information in magic callbacks
2009-02-08 Vincent PitThis is 0.29 v0.29
2009-02-07 Vincent PitRequire perl 5.8
2009-02-07 Vincent PitSet $_[2] to the default length for len magic on scalars
2009-01-24 Vincent PitMinor POD fix
2009-01-24 Vincent PitThis is 0.28 v0.28
2009-01-24 Vincent PitFix segfaults when using get or uvar magic simultaneous...
next