Closed GoogleCodeExporter closed 9 years ago
Patch from Trammel Hudson attached.
Original comment by dwhall...@gmail.com
on 31 Aug 2009 at 2:56
Attachments:
Original comment by dwhall...@gmail.com
on 31 Aug 2009 at 2:58
Original comment by dwhall...@gmail.com
on 3 Sep 2009 at 7:10
Not using the attached patch because it uses snprintf() and there is a
reasonable way
to do it using sli_memcpy(). Created new function string_concat() in strobj.c.
Added
case to BINARY_ADD and INPLACE_ADD to handle string concatenation in interp.c.
Added system test t242.
Original comment by dwhall...@gmail.com
on 3 Sep 2009 at 8:11
This new feature is not made conditional because it is the *only* way to
concatenate
strings so far and that is deemed a critical feature to have.
System tests pass, mainlined directly. See r371.
Original comment by dwhall...@gmail.com
on 3 Sep 2009 at 8:22
Original comment by dwhall...@gmail.com
on 7 Sep 2009 at 1:47
Changing Milestone-r10 to Milestone-r09
Original comment by dwhall...@gmail.com
on 7 Mar 2010 at 6:26
Changed r09 to R09
Original comment by dwhall...@gmail.com
on 12 Mar 2010 at 8:22
Original comment by dwhall...@gmail.com
on 13 Mar 2010 at 1:30
Original issue reported on code.google.com by
dwhall...@gmail.com
on 31 Aug 2009 at 2:55