RE: [tcltk-perl] Drop listify [PATCH]
Brought to you by:
hobbs
From: Jeff H. <je...@Ac...> - 2004-04-14 21:47:51
|
> OK, I think the real problem was the bit of code at the end > of 'call' that conflicted with Tcl.xs:prepare_Tcl_result() > which handled the G_SCALAR / G_ARRAY diffs already. I think > the following patch is appropriate, and it works with a > call.t that I just checked into CVS. Please comment on this, > as I am not certain that I'm not breaking some perl basic > assumptions here. I have gone ahead and commited changes that turn on the Tcl_ListObj -> AV and rewritten 'call' based on my earlier patch. Tests are all still successful. Jeff |