]> git.vpit.fr Git - perl/modules/autovivification.git/log
perl/modules/autovivification.git
15 years agoA crude warning test
Vincent Pit [Wed, 17 Jun 2009 14:15:11 +0000 (16:15 +0200)]
A crude warning test

15 years agoTest keys/values on true references
Vincent Pit [Wed, 17 Jun 2009 14:12:56 +0000 (16:12 +0200)]
Test keys/values on true references

15 years agoIf we fetch from the pointer table, the entry must exist (or segfault in a more expli...
Vincent Pit [Wed, 17 Jun 2009 13:47:53 +0000 (15:47 +0200)]
If we fetch from the pointer table, the entry must exist (or segfault in a more explicit way)

15 years agoRun t/23-hash-specific.t under taint mode
Vincent Pit [Wed, 17 Jun 2009 13:34:15 +0000 (15:34 +0200)]
Run t/23-hash-specific.t under taint mode

15 years agoUpdate ck_root() comment
Vincent Pit [Wed, 17 Jun 2009 13:19:53 +0000 (15:19 +0200)]
Update ck_root() comment

15 years agoDon't autovivify in keys/values
Vincent Pit [Wed, 17 Jun 2009 13:06:24 +0000 (15:06 +0200)]
Don't autovivify in keys/values

15 years agoPlain dereferencing shouldn't have a different behaviour
Vincent Pit [Wed, 17 Jun 2009 10:24:41 +0000 (12:24 +0200)]
Plain dereferencing shouldn't have a different behaviour

15 years agoDelete exists/delete ops from the map when the pragma isn't in use
Vincent Pit [Tue, 16 Jun 2009 10:17:27 +0000 (12:17 +0200)]
Delete exists/delete ops from the map when the pragma isn't in use

15 years agoFix segfaults for "keys %$x"
Vincent Pit [Mon, 15 Jun 2009 21:59:02 +0000 (23:59 +0200)]
Fix segfaults for "keys %$x"

15 years agoFactor the common part of t/20-hash.t and t/21-array.t into a new t/lib/autovivificat...
Vincent Pit [Mon, 15 Jun 2009 21:22:43 +0000 (23:22 +0200)]
Factor the common part of t/20-hash.t and t/21-array.t into a new t/lib/autovivification/TestCases.pm

15 years agoRegenerate t/21-array.t without extraneous spaces at the end of each line
Vincent Pit [Mon, 15 Jun 2009 14:44:20 +0000 (16:44 +0200)]
Regenerate t/21-array.t without extraneous spaces at the end of each line

15 years agoDon't vivify when aliasing
Vincent Pit [Mon, 15 Jun 2009 14:41:17 +0000 (16:41 +0200)]
Don't vivify when aliasing

15 years agoHelp the compiler optimize the PL_op->op_private hack
Vincent Pit [Mon, 15 Jun 2009 13:44:06 +0000 (15:44 +0200)]
Help the compiler optimize the PL_op->op_private hack

15 years agoDelete obsolete entries whenever possible
Vincent Pit [Mon, 15 Jun 2009 13:41:13 +0000 (15:41 +0200)]
Delete obsolete entries whenever possible

15 years agoThis is 0.01 v0.01
Vincent Pit [Sun, 14 Jun 2009 20:08:03 +0000 (22:08 +0200)]
This is 0.01

15 years agoInitial import
Vincent Pit [Sun, 14 Jun 2009 20:04:07 +0000 (22:04 +0200)]
Initial import