Re: Changing argv to be a ResizableStringArray complications

2006-01-13 Thread Leopold Toetsch
On Jan 13, 2006, at 3:44, Joshua Isom wrote: With the attached patch, which changes argv to be a ResizableStringArray instead of an SArray, when argv reaches the pir execution, four null strings are prepended to argv. The SArray needs presizing (line 467), but still does push_string from th

Changing argv to be a ResizableStringArray complications

2006-01-12 Thread Joshua Isom
With the attached patch, which changes argv to be a ResizableStringArray instead of an SArray, when argv reaches the pir execution, four null strings are prepended to argv. Running parrot with -D8 prints the argv without those four null strings. The comment above the change indicates eventual