[COMMIT] New keyed access ops.

2002-06-15 Thread Jeff
'set P3[I5],"foo"' finally works. This probably should have been done a long time ago, but we had some miscommunication problems. True to my previous word, t/pmc/perlarray.t has a new test running Pn[In] &c through its paces. The test only checks the first index, so be prepared for some more fixe

destructors

2002-06-15 Thread Marco Antonio Valenzuela Escárcega
I'm writing the Parrot_destroy function in embed.c and I noticed that some things like the stacks and the memory allocation system don't have destructors, is there a reason for this?, or should I write them? marcos

Re: destructors

2002-06-15 Thread Dan Sugalski
At 7:20 PM -0700 6/15/02, Marco Antonio Valenzuela Escárcega wrote: >I'm writing the Parrot_destroy function in embed.c and I noticed that >some things like the stacks and the memory allocation system don't have >destructors, is there a reason for this?, or should I write them? That part never go