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
the start.
The ResizableStringArray is more regular, you just push items onto it.
This was discussed some time ago. The main problem is that
set_integer_native on arrays may have 2 different meanings: reserve
storage or set the real size.
leo