Re: Some new classes (dumper patch)

2004-03-30 Thread Dan Sugalski
At 7:02 PM +0100 3/30/04, Jens Rieks wrote: Hi, On Tuesday 30 March 2004 18:57, Dan Sugalski wrote: I just checked in stub code for the PMCArray and StringArray classes. I've attached a patch for the data dumper. Applied, thanks. -- Dan ---

Re: Some new classes (dumper patch)

2004-03-30 Thread Jens Rieks
Hi, On Tuesday 30 March 2004 18:57, Dan Sugalski wrote: > I just checked in stub code for the PMCArray and StringArray classes. I've attached a patch for the data dumper. > Ultimately they should be auto-resizeable, PMC or String only arrays, > though right now they aren't. (They wrap PerlArray r

Some new classes

2004-03-30 Thread Dan Sugalski
I just checked in stub code for the PMCArray and StringArray classes. Ultimately they should be auto-resizeable, PMC or String only arrays, though right now they aren't. (They wrap PerlArray right now, so they're far from efficient, but at least they're in to be used) Integer and Float arrays s