projects
/
perl
/
modules
/
autovivification.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/autovivification.git
2012-06-16
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2012-06-16
Vincent Pit
Quote version numbers in Makefile.PL
commit
|
commitdiff
|
tree
2012-02-19
Vincent Pit
Require Module::ExtractUse 0.24 for the Kwalitee test
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Preserve the PATH environment variable when running...
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Threads tests may not be able to spawn all the threads
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Make sure the POD headings are linkable
commit
|
commitdiff
|
tree
2011-11-11
Vincent Pit
Reorder the members of the a_op_info struct a bit
commit
|
commitdiff
|
tree
2011-10-17
Vincent Pit
Minor POD tweaks
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
This is 0.10
v0.10
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Replace $] by "$]"
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Add META.json
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Update bundled Test::Leaner to 0.04
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Ignore MYMETA.json
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Encode the README file in UTF-8
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
The last argument to hv_fetch is the lvalue flag, not...
commit
|
commitdiff
|
tree
2011-01-05
Vincent Pit
This is 0.09
v0.09
commit
|
commitdiff
|
tree
2011-01-04
Vincent Pit
Only declare dMY_CXT when really needed
commit
|
commitdiff
|
tree
2011-01-04
Vincent Pit
Always skip seen ops in our peep replacement
rt64435
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
This is 0.08
v0.08
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Switch to qw<>
commit
|
commitdiff
|
tree
2011-01-03
Vincent Pit
Fix building on Windows
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
This is 0.07
v0.07
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Clarify our policy towards C++ compilers
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Spaces vs tabs
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Get rid of ENTERn/LEAVEn
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Move all run-time tweaks to the peephole optimizer
commit
|
commitdiff
|
tree
2010-12-31
Vincent Pit
Fix rare segfaults and bugs with threads
commit
|
commitdiff
|
tree
2010-12-30
Vincent Pit
Make it easier to tweak the parameters of t/50-threads.t
commit
|
commitdiff
|
tree
2010-12-30
Vincent Pit
Remove trailing whitespace
commit
|
commitdiff
|
tree
2010-12-30
Vincent Pit
Remove the #ifdef wrapping the mutex locks/unlocks
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Force linking against the perl dll when using gcc 3...
commit
|
commitdiff
|
tree
2010-12-29
Andrew Main
Compatibility fix for perl 5.13.7 and greater
rt62800
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Update ptable.h
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Run lengthy tests with Test::Leaner
commit
|
commitdiff
|
tree
2010-12-23
Vincent Pit
Document and test vivification of function arguments
commit
|
commitdiff
|
tree
2010-12-23
Vincent Pit
POD overhaul
commit
|
commitdiff
|
tree
2010-10-03
Vincent Pit
Skip threads tests unless perl version is 5.13.4 or...
commit
|
commitdiff
|
tree
2010-10-03
Vincent Pit
Ignore MYMETA.yml
commit
|
commitdiff
|
tree
2010-10-03
Vincent Pit
Get rid of CALL_FPTR()
commit
|
commitdiff
|
tree
2010-06-26
Vincent Pit
Test numerous autovivifications
commit
|
commitdiff
|
tree
2010-06-26
Vincent Pit
Use the new CLONE_PARAMS API with perl 5.13.2
commit
|
commitdiff
|
tree
2010-06-21
Vincent Pit
Make a_map_fetch() a simple macro around ptable_fetch...
commit
|
commitdiff
|
tree
2010-06-21
Vincent Pit
Improve the benchmark
commit
|
commitdiff
|
tree
2010-06-19
Vincent Pit
Replace !a_defined() by a_undef()
commit
|
commitdiff
|
tree
2010-06-19
Vincent Pit
Bench several levels of dereferenciation
commit
|
commitdiff
|
tree
2010-06-19
Vincent Pit
Add a sample benchmark
commit
|
commitdiff
|
tree
2010-06-01
Vincent Pit
Improve the thread destructor trick
commit
|
commitdiff
|
tree
2010-06-01
Vincent Pit
Add a basic thread safety test in t/50-threads.t
commit
|
commitdiff
|
tree
2010-05-18
Vincent Pit
Use a PPCODE: section in CLONE
commit
|
commitdiff
|
tree
2010-05-18
Vincent Pit
Require perl 5.8.1
commit
|
commitdiff
|
tree
2010-04-24
Vincent Pit
This is 0.06
v0.06
commit
|
commitdiff
|
tree
2010-04-24
Vincent Pit
Note that A_THREADSAFE only has a meaning with a thread...
commit
|
commitdiff
|
tree
2010-04-24
Vincent Pit
When a thread exits, teardown what we set up
commit
|
commitdiff
|
tree
2010-04-24
Vincent Pit
Introduce A_THREADSAFE and A_FORKSAFE
commit
|
commitdiff
|
tree
2010-04-24
Vincent Pit
Fix cloning of hints object when the require propagatio...
commit
|
commitdiff
|
tree
2010-04-24
Vincent Pit
Improve the require propagation workaround
commit
|
commitdiff
|
tree
2010-04-23
Vincent Pit
Make sure a_defined() calls get magic before testing...
rt56870
commit
|
commitdiff
|
tree
2010-03-05
Vincent Pit
This is 0.05
v0.05
commit
|
commitdiff
|
tree
2010-03-04
Vincent Pit
This module doesn't care bout MULTIPLICITY, so remove...
commit
|
commitdiff
|
tree
2010-03-04
Vincent Pit
"leys" typo in POD
rt53647
commit
|
commitdiff
|
tree
2010-03-04
Vincent Pit
Handle non-numeric hints
rt55154
commit
|
commitdiff
|
tree
2010-01-10
Vincent Pit
This is 0.04
v0.04
commit
|
commitdiff
|
tree
2010-01-10
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2010-01-10
Vincent Pit
Add a caveat about dereferencing slices
commit
|
commitdiff
|
tree
2010-01-09
Vincent Pit
s/specific/kv/ in the array test generator
commit
|
commitdiff
|
tree
2010-01-09
Vincent Pit
Test keys/values @array
commit
|
commitdiff
|
tree
2010-01-09
Vincent Pit
Rename t/21-hash-specific.t to t/22-hash-kv.t
commit
|
commitdiff
|
tree
2009-12-29
Vincent Pit
Update ptable.h
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Re-indent WriteMakefile() arguments
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Build the $name and the main $file from $dist
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Put prerequisites in their own separate hash
commit
|
commitdiff
|
tree
2009-10-04
Vincent Pit
Give an explicit value to dynamic_config
commit
|
commitdiff
|
tree
2009-09-30
Vincent Pit
Only look up to the first require scope for the require...
commit
|
commitdiff
|
tree
2009-09-26
Vincent Pit
Kwalitee test overhaul
commit
|
commitdiff
|
tree
2009-06-24
Vincent Pit
Handle array and hash slices
commit
|
commitdiff
|
tree
2009-06-24
Vincent Pit
Factor the rv2xv recheck logic
commit
|
commitdiff
|
tree
2009-06-23
Vincent Pit
This is 0.03
v0.03
commit
|
commitdiff
|
tree
2009-06-23
Vincent Pit
Eliminate a quadratic behaviour at compile time
commit
|
commitdiff
|
tree
2009-06-19
Vincent Pit
Cover a_ck_padsv()
commit
|
commitdiff
|
tree
2009-06-19
Vincent Pit
Also handle old-style dereferencing "$$hashref{key}"
commit
|
commitdiff
|
tree
2009-06-19
Vincent Pit
Only generate the non-ref test once
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
The hint in a_hint() need not to be const
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
Store UVs more portably into the hint
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
Also test arrays without aelemfast optimization
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
Rename tests
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
Classify aliasing constructs in the "store" category
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
Reset the original pp whenever possible in pp_rv2xv
commit
|
commitdiff
|
tree
2009-06-18
Vincent Pit
rv2xv introducing a gv don't need to be overridden
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Better test descriptions
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Really test non-ref arrays and hashes
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
This is 0.02
v0.02
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Test "use autovivification"
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
A crude warning test
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Test keys/values on true references
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
If we fetch from the pointer table, the entry must...
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Run t/23-hash-specific.t under taint mode
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Update ck_root() comment
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Don't autovivify in keys/values
commit
|
commitdiff
|
tree
2009-06-17
Vincent Pit
Plain dereferencing shouldn't have a different behaviour
commit
|
commitdiff
|
tree
next