Permalink
Please sign in to comment.
Browse files
This patch adds the above Fixed*Array classes. They are basic tests for
all of them included too, although more tests never hurts... Courtesy of Matt Fowles <fowles@sccs.swarthmore.edu> git-svn-id: https://svn.parrot.org/parrot/trunk@6218 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
- Loading branch information...
Showing
with
3,708 additions
and 2 deletions.
- +10 −0 MANIFEST
- +462 −0 classes/fixedbooleanarray.pmc
- +461 −0 classes/fixedfloatarray.pmc
- +462 −0 classes/fixedintegerarray.pmc
- +491 −0 classes/fixedpmcarray.pmc
- +492 −0 classes/fixedstringarray.pmc
- +0 −2 classes/orderedhash.pmc
- +266 −0 t/pmc/fixedbooleanarray.t
- +266 −0 t/pmc/fixedfloatarray.t
- +266 −0 t/pmc/fixedintegerarray.t
- +266 −0 t/pmc/fixedpmcarray.t
- +266 −0 t/pmc/fixedstringarray.t

Oops, something went wrong.
0 comments on commit
4498fea