[perl #36574] [PATCH] push, pop, un/shift for resizablebooleanarray
by Dino Morelli other posts by this author
Jul 16 2005 2:39PM messages near this date
[perl #36579] [PATCH] added todo to Parrot::Test::PGE (again)
|
Re: [perl #36574] [PATCH] push, pop, un/shift for resizablebooleanarray
# New Ticket Created by Dino Morelli
# Please include the string: [perl #36574]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36574 >
Added new allocation code for resizablebooleanarray. Added push_integer,
pop_integer, shift_integer, unshift_integer.
Some other things like freeze, thaw and clone added as well because of
this.
I adapted all of the tests from intlist.t to resizablebooleanarray.t
Removed push_integer from fixedbooleanarray
Files:
classes/fixedbooleanarray.pmc
classes/resizablebooleanarray.pmc
t/pmc/resizablebooleanarray.t
--
.~. Dino Morelli
/V\ email: dmorelli@[...].net
/( )\ weblog: http://categorically.net/d/blog/
^^-^^ preferred distro: Debian GNU/Linux http://www.debian.org
Attachments:
fixedbooleanarray_pmc.patch
resizablebooleanarray_pmc.patch
resizablebooleanarray_t.patch
unknown1
Thread:
Dino Morelli
Leopold Toetsch
|