]> git.vpit.fr Git - perl/modules/Scope-Upper.git/log
perl/modules/Scope-Upper.git
16 years agoBump copyright year
Vincent Pit [Sun, 4 Jan 2009 15:39:27 +0000 (16:39 +0100)]
Bump copyright year

16 years agoFix deletion of localized array elements with negative indices resulting in an incorr...
Vincent Pit [Sun, 4 Jan 2009 14:13:34 +0000 (15:13 +0100)]
Fix deletion of localized array elements with negative indices resulting in an incorrect restore at scope end

16 years agoFix segfault when localizing array elements with an invalid negative index
Vincent Pit [Sun, 4 Jan 2009 13:32:32 +0000 (14:32 +0100)]
Fix segfault when localizing array elements with an invalid negative index

16 years agoTest next and last
Vincent Pit [Sat, 3 Jan 2009 16:33:44 +0000 (17:33 +0100)]
Test next and last

16 years agoMore localize_delete() tests
Vincent Pit [Sat, 3 Jan 2009 16:07:18 +0000 (17:07 +0100)]
More localize_delete() tests

16 years agoTwo less auto variables
Vincent Pit [Tue, 30 Dec 2008 18:39:12 +0000 (19:39 +0100)]
Two less auto variables

16 years agoInline su_{a,h}v_preeminent
Vincent Pit [Tue, 30 Dec 2008 18:36:37 +0000 (19:36 +0100)]
Inline su_{a,h}v_preeminent

16 years agoMove the save_{a,h}elem logic from su_localize to su_save_{a,h}elem
Vincent Pit [Tue, 30 Dec 2008 11:21:44 +0000 (12:21 +0100)]
Move the save_{a,h}elem logic from su_localize to su_save_{a,h}elem

16 years agoBetter doc for localized_delete
Vincent Pit [Mon, 29 Dec 2008 22:52:43 +0000 (23:52 +0100)]
Better doc for localized_delete

16 years agoAdd localize_delete()
Vincent Pit [Mon, 29 Dec 2008 21:20:16 +0000 (22:20 +0100)]
Add localize_delete()

16 years agoFactor all the LEAVE/ENTER logic in su_init()
Vincent Pit [Mon, 29 Dec 2008 18:41:48 +0000 (19:41 +0100)]
Factor all the LEAVE/ENTER logic in su_init()

16 years agoSkip two croaking tests on 5.6
Vincent Pit [Mon, 29 Dec 2008 07:52:16 +0000 (08:52 +0100)]
Skip two croaking tests on 5.6

16 years agoPrefer STMT_{START,END} over do/while(0)
Vincent Pit [Mon, 29 Dec 2008 00:08:07 +0000 (01:08 +0100)]
Prefer STMT_{START,END} over do/while(0)

16 years agoThis is 0.02 v0.02
Vincent Pit [Sun, 28 Dec 2008 18:40:48 +0000 (19:40 +0100)]
This is 0.02

16 years agoDon't let coverage be distracted by such pesky trivialities
Vincent Pit [Sun, 28 Dec 2008 17:56:51 +0000 (18:56 +0100)]
Don't let coverage be distracted by such pesky trivialities

16 years agoTest incompletely tied arrays
Vincent Pit [Sun, 28 Dec 2008 17:52:17 +0000 (18:52 +0100)]
Test incompletely tied arrays

16 years agoMore tests for localized nonexistent array elements
Vincent Pit [Sun, 28 Dec 2008 17:26:33 +0000 (18:26 +0100)]
More tests for localized nonexistent array elements

16 years agoReverse preeminent logic in su_save_helem()
Vincent Pit [Sun, 28 Dec 2008 17:22:34 +0000 (18:22 +0100)]
Reverse preeminent logic in su_save_helem()

16 years agoReorder Upper.xs in a cleaner way
Vincent Pit [Sun, 28 Dec 2008 17:17:11 +0000 (18:17 +0100)]
Reorder Upper.xs in a cleaner way

16 years agoLocalized nonexistant array elements should be deleted when their time comes, so...
Vincent Pit [Sun, 28 Dec 2008 17:12:16 +0000 (18:12 +0100)]
Localized nonexistant array elements should be deleted when their time comes, so that the array recovers its original length

16 years agoSort up su_hv_preeminent() a bit
Vincent Pit [Sun, 28 Dec 2008 15:08:41 +0000 (16:08 +0100)]
Sort up su_hv_preeminent() a bit

16 years agoWe also depend on Exporter
Vincent Pit [Sat, 27 Dec 2008 14:45:03 +0000 (15:45 +0100)]
We also depend on Exporter

16 years agoPoint to coverage report
Vincent Pit [Sat, 27 Dec 2008 14:43:18 +0000 (15:43 +0100)]
Point to coverage report

16 years agoThis module has caveats, so explain them
Vincent Pit [Sat, 27 Dec 2008 14:41:31 +0000 (15:41 +0100)]
This module has caveats, so explain them

16 years agoBe a little clearer on how localize() handle sigils
Vincent Pit [Sat, 27 Dec 2008 13:06:40 +0000 (14:06 +0100)]
Be a little clearer on how localize() handle sigils

16 years agoMore compatibility macros
Vincent Pit [Sat, 27 Dec 2008 09:07:35 +0000 (10:07 +0100)]
More compatibility macros

16 years agoImporting Scope-Upper-0.01 v0.01
Vincent Pit [Fri, 26 Dec 2008 16:10:59 +0000 (17:10 +0100)]
Importing Scope-Upper-0.01