projects
/
perl
/
modules
/
Variable-Magic.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/Variable-Magic.git
2009-02-22
Vincent Pit
Test op_info in free callbacks
commit
|
commitdiff
|
tree
2009-02-22
Vincent Pit
Move the op_info tests to a new t/18-opinfo.t
commit
|
commitdiff
|
tree
2009-02-22
Vincent Pit
A refreshed synopsis
commit
|
commitdiff
|
tree
2009-02-22
Vincent Pit
Pass the signature as a thread callback argument in...
commit
|
commitdiff
|
tree
2009-02-21
Vincent Pit
An example on how to cast magic recursively
commit
|
commitdiff
|
tree
2009-02-20
Vincent Pit
More tests for different op types
commit
|
commitdiff
|
tree
2009-02-20
Vincent Pit
Bless the op info object into the right class (stealing...
commit
|
commitdiff
|
tree
2009-02-19
Vincent Pit
This is 0.31
v0.31
commit
|
commitdiff
|
tree
2009-02-19
Vincent Pit
Explicitely pass the flags to vmg_cb_call(). Also pass...
commit
|
commitdiff
|
tree
2009-02-19
Vincent Pit
Inline the 'eval' specific part of vmg_cb_call() into...
commit
|
commitdiff
|
tree
2009-02-19
Vincent Pit
Factor the callback retval retrieval logic into a new...
commit
|
commitdiff
|
tree
2009-02-19
Vincent Pit
Fix and test segfaults and wrong "Unknown error" except...
commit
|
commitdiff
|
tree
2009-02-17
Vincent Pit
Stop citing all the constants in the EXPORT section
commit
|
commitdiff
|
tree
2009-02-17
Vincent Pit
Reorder the POD so that the functions come before the...
commit
|
commitdiff
|
tree
2009-02-17
Vincent Pit
'assignation' is really 'assignment'
commit
|
commitdiff
|
tree
2009-02-17
Vincent Pit
More code tests
commit
|
commitdiff
|
tree
2009-02-17
Vincent Pit
A clearer introduction to magic
commit
|
commitdiff
|
tree
2009-02-16
Vincent Pit
Make op_info thread safe
commit
|
commitdiff
|
tree
2009-02-14
Vincent Pit
Reference count vmg_op_name_len
commit
|
commitdiff
|
tree
2009-02-14
Vincent Pit
Magic variables can't be distinguished by tied()
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
croak() if storing the wizard in the context fails...
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
getdata() handles the stack itself, so make it return...
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
Reorder a bit the wizard duplication logic to silence...
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
This is 0.30
v0.30
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
Document magic on array/hash values
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
Fix the testsuite for 5.8.3 and lower
commit
|
commitdiff
|
tree
2009-02-11
Vincent Pit
Prefer using VMG_OP_INFO_* constants in t/35-stash.t
commit
|
commitdiff
|
tree
2009-02-11
Vincent Pit
free magic isn't called for array values delete on...
commit
|
commitdiff
|
tree
2009-02-09
Vincent Pit
Test magic on symbol table in a new t/35-stash.t
commit
|
commitdiff
|
tree
2009-02-09
Vincent Pit
Carp is also a build dependency
commit
|
commitdiff
|
tree
2009-02-09
Vincent Pit
Test magic on array/hash elements
commit
|
commitdiff
|
tree
2009-02-09
Vincent Pit
Note the op argument position in wizard() synopsys
commit
|
commitdiff
|
tree
2009-02-09
Vincent Pit
Use VMG_OP_INFO_* macros in the synopsys for op_info
commit
|
commitdiff
|
tree
2009-02-09
Vincent Pit
Really skip free callbacks during global destruction
commit
|
commitdiff
|
tree
2009-02-08
Vincent Pit
Add compatibility macro for SvPV_const
commit
|
commitdiff
|
tree
2009-02-08
Vincent Pit
Get current op information in magic callbacks
commit
|
commitdiff
|
tree
2009-02-08
Vincent Pit
mPUSHi is no longer needed, but mPUSHu does
commit
|
commitdiff
|
tree
2009-02-08
Vincent Pit
This is 0.29
v0.29
commit
|
commitdiff
|
tree
2009-02-07
Vincent Pit
Require perl 5.8
commit
|
commitdiff
|
tree
2009-02-07
Vincent Pit
Use recent ExtUtils::MakeMaker features to generate...
commit
|
commitdiff
|
tree
2009-02-07
Vincent Pit
Set $_[2] to the default length for len magic on scalars
commit
|
commitdiff
|
tree
2009-02-07
Vincent Pit
Amend last change to make t/28-uvar.t pass again
commit
|
commitdiff
|
tree
2009-02-06
Vincent Pit
Test description nit in t/28-uvar.t
commit
|
commitdiff
|
tree
2009-01-29
Vincent Pit
Don't even define a CLONE sub when the module isn't...
commit
|
commitdiff
|
tree
2009-01-25
Vincent Pit
sv_mortalcopy() is more efficient than sv_2mortal(newSV...
commit
|
commitdiff
|
tree
2009-01-25
Vincent Pit
Comment revamp in vmg_svt_free()
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
count isn't used anymore in vmg_svt_len()
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
Minor POD fix
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
A more reliable logic for turning off the GMAGICAL...
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
This is 0.28
v0.28
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
Test uvar magic on tied hashes
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
Fix segfaults when using get or uvar magic simultaneous...
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
More tests for t/31-array.t
commit
|
commitdiff
|
tree
2009-01-24
Vincent Pit
Don't assign results in check blocks
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Show copy_key in wizard()'s synopsys
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Better documentation for the values passed to the callbacks
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Allow editing the key SV in uvar callbacks by passing...
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Make the benchmark a little more fair
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Test assigning to the key in an uvar callback
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Also test exists in t/32-hash.t
commit
|
commitdiff
|
tree
2009-01-23
Vincent Pit
Reenable copy tests in t/32-hash.t as they are not...
commit
|
commitdiff
|
tree
2009-01-22
Vincent Pit
Test emptying a hash (can't believe this wasn't already...
commit
|
commitdiff
|
tree
2009-01-22
Vincent Pit
Be a little more precise about the get/clear problem
commit
|
commitdiff
|
tree
2009-01-21
Vincent Pit
Report file/line of failures correctly
commit
|
commitdiff
|
tree
2009-01-20
Vincent Pit
Fix refcount of scalars with free callback
commit
|
commitdiff
|
tree
2009-01-20
Vincent Pit
Don't call the free callback in global destruction
commit
|
commitdiff
|
tree
2009-01-20
Vincent Pit
Disable the Win32 AS Perl workaround for now, as it...
commit
|
commitdiff
|
tree
2009-01-20
Vincent Pit
Output the build number for Win32 AS perls at the begin...
commit
|
commitdiff
|
tree
2009-01-20
Vincent Pit
Spacing
commit
|
commitdiff
|
tree
2009-01-19
Vincent Pit
A better fix for handling exceptions at compile time.
commit
|
commitdiff
|
tree
2009-01-19
Vincent Pit
Remove an unused variable
commit
|
commitdiff
|
tree
2009-01-19
Vincent Pit
Test the "die in free callback in BEGIN" issue in a...
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
This is 0.27
v0.27
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Document the "get/clear on hashes" problem
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/16-huf.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/34-glob.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/33-code.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Florian Ragwitz
Add repository and bugtracker url to META.yml.
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Fix segfaults that seems to happen when one croak in...
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/32-hash.t to the new testing framework, but...
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/31-array.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/30-scalar.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/28-uvar.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/27-local.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/25-copy.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/24-free.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/23-clear.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Cleanup t/22-len.t
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/21-set.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Convert t/20-get.t to the new testing framework
commit
|
commitdiff
|
tree
2009-01-18
Vincent Pit
Factor some test logic in a helper module
commit
|
commitdiff
|
tree
2008-12-27
Vincent Pit
Document the return values of the callbacks
commit
|
commitdiff
|
tree
2008-12-27
Vincent Pit
More linefeeds make the POD clearer
commit
|
commitdiff
|
tree
2008-12-27
Vincent Pit
Fix an offset of 1 with len magic on scalars
commit
|
commitdiff
|
tree
2008-12-17
Vincent Pit
Don't redefine VMG_COMPAT_ARRAY_PUSH_NOLEN
commit
|
commitdiff
|
tree
2008-12-02
Vincent Pit
The context is actually used in vmg_sv_magicuvar()...
commit
|
commitdiff
|
tree
2008-11-29
Vincent Pit
This is 0.26
v0.26
commit
|
commitdiff
|
tree
2008-11-29
Vincent Pit
Fix leaks of cloned coderefs that access lexicals
commit
|
commitdiff
|
tree
2008-11-27
Vincent Pit
Introduce VMG_COMPAT_ARRAY_UNSHIFT_NOLEN_VOID to cover...
commit
|
commitdiff
|
tree
next