projects
/
perl
/
modules
/
Variable-Magic.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
perl/modules/Variable-Magic.git
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
2008-11-13
Vincent Pit
Document magic changes in 5.8.9
commit
|
commitdiff
|
tree
2008-11-13
Vincent Pit
Fix building for maint-5.8
commit
|
commitdiff
|
tree
2008-11-12
Vincent Pit
This is 0.25
v0.25
commit
|
commitdiff
|
tree
2008-11-12
Vincent Pit
Improve logic for the SvREFCNT_inc workaround in vmg_da...
commit
|
commitdiff
|
tree
2008-11-12
Vincent Pit
Only enable VMG_COMPAT_ARRAY_PUSH_NOLEN for ActiveState...
commit
|
commitdiff
|
tree
2008-11-12
Vincent Pit
Version macro overhaul. Enable correct behaviour for...
commit
|
commitdiff
|
tree
2008-10-18
Vincent Pit
Old Pod::Coverage don't ignore CLONE
commit
|
commitdiff
|
tree
2008-10-12
Vincent Pit
This is 0.24
v0.24
commit
|
commitdiff
|
tree
2008-10-12
Vincent Pit
Really fix building on perls with multiplicity but...
commit
|
commitdiff
|
tree
2008-10-11
Vincent Pit
This is 0.23
v0.23
commit
|
commitdiff
|
tree
2008-10-11
Vincent Pit
w->cb_dup is currently always NULL
commit
|
commitdiff
|
tree
2008-10-10
Vincent Pit
Only build clone functions when VMG_THREADSAFE is set
commit
|
commitdiff
|
tree
2008-10-02
Vincent Pit
Better be on irc.perl.org
commit
|
commitdiff
|
tree
2008-09-29
Vincent Pit
This is 0.22
v0.22
commit
|
commitdiff
|
tree
2008-09-29
Vincent Pit
A little paragraph on how magic is cool
commit
|
commitdiff
|
tree
2008-09-29
Vincent Pit
Disable thread safety for 5.8.x on Windows
commit
|
commitdiff
|
tree
2008-09-27
Vincent Pit
This is 0.21_02
v0.21_02
commit
|
commitdiff
|
tree
2008-09-27
Vincent Pit
Hide previously deleted magic tokens in vmg_svt_free...
commit
|
commitdiff
|
tree
2008-09-22
Vincent Pit
This is 0.21_01
v0.21_01
commit
|
commitdiff
|
tree
2008-09-21
Vincent Pit
Output threads and threads::shared versions in threads...
commit
|
commitdiff
|
tree
2008-09-21
Vincent Pit
Add some parenthesis to appease the compiler
commit
|
commitdiff
|
tree
2008-09-21
Vincent Pit
Remove two unused variables
commit
|
commitdiff
|
tree
2008-09-21
Vincent Pit
Silence three 'mixed declaration and code' warnings
commit
|
commitdiff
|
tree
2008-09-21
Vincent Pit
Shrink the context data by getting rid of the mostly...
commit
|
commitdiff
|
tree
2008-09-21
Vincent Pit
Enable thread-safety for perls that just lacks MY_CXT_CLONE
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
This is 0.20
v0.20
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
t/41-clone.t needs to call wizard into an eval block
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Really don't try to read the context before we're sure...
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Test cloning
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Move vmg_clone() upwards
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Factor signature/wizard checks into proper functions...
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Test destructors
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Allocate context hash iterators as soon as they are...
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Test same signature across threads
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Clone wizards across threads
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Use 0 (store as-is) as the len when casting magic on...
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Remove refcount debugging macro
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Thread detection macros overhaul
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Don't test threads if this perl wasn't built with ithre...
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Skip wizard destructor during global destruction
commit
|
commitdiff
|
tree
2008-09-20
Vincent Pit
Turn READONLY on onto wizard objects
commit
|
commitdiff
|
tree
2008-09-19
Vincent Pit
Make the module threadsafe by adding a CLONE method...
commit
|
commitdiff
|
tree
2008-09-05
Vincent Pit
Correct backtrace when wizard() croaks, and test it
commit
|
commitdiff
|
tree
2008-09-05
Vincent Pit
POD beautifications
commit
|
commitdiff
|
tree
2008-09-05
Vincent Pit
Test how arguments are passed to the data callback
commit
|
commitdiff
|
tree
2008-09-05
Vincent Pit
Only enable turn the MGf_* flags on when the correspond...
commit
|
commitdiff
|
tree
2008-09-01
Vincent Pit
Fix the caller-into-block test that was actually testin...
commit
|
commitdiff
|
tree
2008-08-27
Vincent Pit
Test caller inside callbacks
commit
|
commitdiff
|
tree
2008-08-27
Vincent Pit
Get rid of Debian_CPANTS.txt
commit
|
commitdiff
|
tree
2008-08-27
Vincent Pit
Replace XPUSHs by EXTEND/PUSHs
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
This is 0.19
v0.19
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Force temps cleanup after removing the wizard from...
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Use the new VMG_PERL_PATCHLEVEL constant to print the...
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Export the patchlevel with the new VMG_PERL_PATCHLEVEL...
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Remove yet another wrongly imported tests
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Remove PERL_API_* macros
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
'uvar' magic will never be backported to 5.8, enable...
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Enforce the API change for copy callbacks only in 5...
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Replace old version tests by VMG_HAS_PERL_OR
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Add the VMG_HAS_PERL_{AND,OR} macros to test for a...
commit
|
commitdiff
|
tree
2008-07-05
Vincent Pit
Update .gitignore
commit
|
commitdiff
|
tree
2008-07-04
Vincent Pit
This is 0.18
v0.18
commit
|
commitdiff
|
tree
2008-07-04
Vincent Pit
Set VMG_COMPAT_ARRAY_PUSH_NOLEN for Windows ActiveState...
commit
|
commitdiff
|
tree
2008-07-04
Vincent Pit
Remove old tests that were wrongly imported
commit
|
commitdiff
|
tree
2008-07-04
Vincent Pit
Enable uvar magic when patchlevel >= 28419
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.17.tar.gz
v0.17
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.16.tar.gz
v0.16
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.15.tar.gz
v0.15
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.14.tar.gz
v0.14
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.13.tar.gz
v0.13
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.12.tar.gz
v0.12
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.11.tar.gz
v0.11
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.10.tar.gz
v0.10
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.09.tar.gz
v0.09
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.08.tar.gz
v0.08
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.07_02.tar.gz
v0.07_02
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.07_01.tar.gz
v0.07_01
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.06.tar.gz
v0.06
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.05.tar.gz
v0.05
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.04.tar.gz
v0.04
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.03.tar.gz
v0.03
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.02.tar.gz
v0.02
commit
|
commitdiff
|
tree
2008-06-29
Vincent Pit
Importing Variable-Magic-0.01
v0.01
commit
|
commitdiff
|
tree