projects
/
perl
/
modules
/
indirect.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/indirect.git
2009-08-28
Vincent Pit
Introduce I_FORKSAFE
commit
|
commitdiff
|
tree
2009-08-28
Vincent Pit
We don't need this (wrong) macro wrapper for indirect_t...
commit
|
commitdiff
|
tree
2009-08-28
Vincent Pit
Reset the callbacks when the root interpreter is destroyed
commit
|
commitdiff
|
tree
2009-08-28
Vincent Pit
Make some room in t/4*.t
commit
|
commitdiff
|
tree
2009-08-28
Vincent Pit
c07766a234204d78a80b6d75534e03ae3465b6f3 is a better...
commit
|
commitdiff
|
tree
2009-08-28
Vincent Pit
Only remap the hint through the pointer table for threa...
commit
|
commitdiff
|
tree
2009-08-27
Vincent Pit
I_THREADSAFE ought to be true when PERL_INDIRECT_PM_DIS...
commit
|
commitdiff
|
tree
2009-08-27
Vincent Pit
Use the hint pointer as the unique identifier for the...
commit
|
commitdiff
|
tree
2009-08-27
Vincent Pit
Fix signedness of the pointer<->int conversions
commit
|
commitdiff
|
tree
2009-08-27
Vincent Pit
SvIOK and SvROK imply SvOK
commit
|
commitdiff
|
tree
2009-08-23
Vincent Pit
This is 0.18
v0.18
commit
|
commitdiff
|
tree
2009-08-23
Vincent Pit
Make sure PERL_INDIRECT_PM_DISABLE is not set before...
commit
|
commitdiff
|
tree
2009-08-23
Vincent Pit
Add the PERL_INDIRECT_PM_DISABLE environment variable
commit
|
commitdiff
|
tree
2009-07-16
Vincent Pit
This is 0.17
v0.17
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Freshen t/40-threads.t
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
More freshness for t/21-bad.t
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Freshen t/10-args.t
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Don't use 'Fatal' as a metasyntactic name
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Freshen t/30-scope.t
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Replace an occurrence of SvREFCNT_inc by SvREFCNT_inc_s...
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Turn on CvCLONE for all anonymous subs passed as hooks
rt47902
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Fix t/80-regressions.t failing on Win32
commit
|
commitdiff
|
tree
2009-07-15
Vincent Pit
Document and test constant folding
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
This is 0.16
v0.16
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Cover ck_scope actually handling an OP_SCOPE
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Remove ck_leave()
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Document the diagnostics
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Thanks Andrew and Florian
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Freshen t/22-bad-mixed.t
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Freshen t/20-good.t
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Rename try() to zap() as we'll need try() for something...
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Simplify the warning handler in t/21-bad.t
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Document that we know handle blocks
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Handle indirect calls on blocks
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Make the default error message public
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Only enable the pragma during compile time
rt47866
commit
|
commitdiff
|
tree
2009-07-14
Vincent Pit
Revamp t/21-bad.t
commit
|
commitdiff
|
tree
2009-07-08
Vincent Pit
This is 0.15
v0.15
commit
|
commitdiff
|
tree
2009-07-08
Vincent Pit
Fix "meth meth" not being correctly reported
commit
|
commitdiff
|
tree
2009-07-07
Vincent Pit
Add a stress test
commit
|
commitdiff
|
tree
2009-07-07
Vincent Pit
Fix line number for multiline indirect constructs
commit
|
commitdiff
|
tree
2009-07-07
Vincent Pit
Store a proper op info instead of hijacking a SV
commit
|
commitdiff
|
tree
2009-07-07
Vincent Pit
Factor the cloning logic in a separate function
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
A few POD nits
commit
|
commitdiff
|
tree
2009-06-05
Florian Ragwitz
Remove unused variable.
commit
|
commitdiff
|
tree
2009-06-04
Vincent Pit
This is 0.14
v0.14
commit
|
commitdiff
|
tree
2009-06-04
Vincent Pit
Be proud about our workarounds
commit
|
commitdiff
|
tree
2009-06-04
Vincent Pit
Use a better metasyntactic name instead of C<sub>
commit
|
commitdiff
|
tree
2009-05-29
Vincent Pit
Don't actually create an entry when storing NULL in...
commit
|
commitdiff
|
tree
2009-05-28
Vincent Pit
Fix a small leak of hints objects
commit
|
commitdiff
|
tree
2009-05-28
Vincent Pit
Prevent bogus invalid syntaxes caused by reallocated...
commit
|
commitdiff
|
tree
2009-05-24
Vincent Pit
This is 0.13
v0.13
commit
|
commitdiff
|
tree
2009-05-24
Vincent Pit
Test the workaround more extensively
commit
|
commitdiff
|
tree
2009-05-24
Vincent Pit
Work around the "pragma propagating into require" bug
commit
|
commitdiff
|
tree
2009-05-24
Vincent Pit
Rename 'id' to 'hint' for consistency
commit
|
commitdiff
|
tree
2009-05-23
Vincent Pit
Stop leaking the package name passed to the hook
commit
|
commitdiff
|
tree
2009-05-23
Vincent Pit
We want to test code in ck_entersub(), not hint
commit
|
commitdiff
|
tree
2009-05-23
Vincent Pit
Add a TODO test for the "pragma propagating into requir...
commit
|
commitdiff
|
tree
2009-05-17
Vincent Pit
Get rid of t/90-boilerplate.t
commit
|
commitdiff
|
tree
2009-05-17
Vincent Pit
Lower the ptable initial size
commit
|
commitdiff
|
tree
2009-05-15
Vincent Pit
5.9.5 fix
commit
|
commitdiff
|
tree
2009-05-07
Vincent Pit
Also pass the file and the line number to the hook
commit
|
commitdiff
|
tree
2009-05-07
Vincent Pit
Pass copies as hook arguments
commit
|
commitdiff
|
tree
2009-05-07
Vincent Pit
Make names stored in the op map readonly
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
This is 0.12
v0.12
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
POD cleanup
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
Freshen the synopsis
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
Introduce the 'hook' unimport option
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
Rename some test files
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
Disable thread safety for 5.8.x on Windows
commit
|
commitdiff
|
tree
2009-05-03
Vincent Pit
Make the op map thread safe
commit
|
commitdiff
|
tree
2009-05-02
Vincent Pit
Introduce the I_THREADSAFE() constant
commit
|
commitdiff
|
tree
2009-05-02
Vincent Pit
Make the hint thread-safe and store a coderef called...
commit
|
commitdiff
|
tree
2009-05-02
Vincent Pit
Don't hardcode the package name as the hints key
commit
|
commitdiff
|
tree
2009-05-02
Vincent Pit
Switch to a ptable-based OP map
commit
|
commitdiff
|
tree
2009-05-01
Vincent Pit
Slashes are reserved and hence must be encoded in the...
commit
|
commitdiff
|
tree
2009-04-17
Vincent Pit
Tighten the scope of pl_linestr in indirect_map_store()
commit
|
commitdiff
|
tree
2009-04-17
Vincent Pit
Test use/no indirect while parsing an indirect construct
commit
|
commitdiff
|
tree
2009-04-16
Vincent Pit
Point the repository to the gitweb instead of the bare...
commit
|
commitdiff
|
tree
2009-02-26
Vincent Pit
Don't even try to fetch the object if the method couldn...
commit
|
commitdiff
|
tree
2009-02-25
Vincent Pit
Somewhat improve the readability of indirect_ck_entersub()
commit
|
commitdiff
|
tree
2009-02-25
Vincent Pit
Fix negation precedence
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
Silence an "unused return value" warning
commit
|
commitdiff
|
tree
2009-02-12
Vincent Pit
Consting fix
commit
|
commitdiff
|
tree
2009-02-08
Vincent Pit
This is 0.11
v0.11
commit
|
commitdiff
|
tree
2009-02-07
Vincent Pit
Use recent ExtUtils::MakeMaker features to generate...
commit
|
commitdiff
|
tree
2009-01-19
Vincent Pit
Add a cast to make icc happy
commit
|
commitdiff
|
tree
2009-01-19
Vincent Pit
Silence a visibility warning
commit
|
commitdiff
|
tree
2009-01-19
Vincent Pit
Fix a possible collisions by hashing pointers with...
commit
|
commitdiff
|
tree
2009-01-17
Vincent Pit
This is 0.10
v0.10
commit
|
commitdiff
|
tree
2009-01-17
Vincent Pit
Yet more diagnostics for t/30-scope.t
commit
|
commitdiff
|
tree
2009-01-17
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2008-12-27
Vincent Pit
Move the CAVEATS paragraph above DEPENDENCIES
commit
|
commitdiff
|
tree
2008-12-10
Vincent Pit
Cleanup indirect_map_clean() recursion
commit
|
commitdiff
|
tree
2008-12-08
Vincent Pit
This is 0.09_01
v0.09_01
commit
|
commitdiff
|
tree
2008-12-08
Vincent Pit
Better handling of extraneous warnings in t/30-scope.t
commit
|
commitdiff
|
tree
2008-12-07
Vincent Pit
Phrasing fix
commit
|
commitdiff
|
tree
2008-12-06
Vincent Pit
Really fix the "${\(new Hlagh)}" bug by ensuring that...
commit
|
commitdiff
|
tree
2008-12-05
Vincent Pit
In t/30-scope.t, avoid failures for "eval 'no indirect...
commit
|
commitdiff
|
tree
2008-12-05
Vincent Pit
This is 0.09
v0.09
commit
|
commitdiff
|
tree
next