Re: [PATCH] add invoke vtable method

2002-07-26 Thread Melvin Smith
At 11:04 AM 7/22/2002 -0600, Jonathan Sillito wrote: >The attached patch makes the following changes: > >- adds invoke op to core.ops (patch does not remove call and callco) >- adds vtable method 'invoke' to vtable.tbl >- adds simple description (stolen from Dan's email) of the method to >docs/pdd

[perl #15347] [PATCH] add invoke vtable method

2002-07-22 Thread via RT
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #15347] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=15347 > (apology: I read the nice tutorial on sending patches after I had already sent this

Re: [PATCH] add invoke vtable method

2002-07-22 Thread Simon Glover
On 22 Jul 2002, Jonathan Sillito wrote: > I had a small patch ready for docs/core_ops.pod, but I see that the file > has been removed, so now I am not sure where to put the description of > the invoke op. Oh, no it hasn't... core_ops.pod is autogenerated from core.ops during the build process

[PATCH] add invoke vtable method

2002-07-22 Thread Jonathan Sillito
On Fri, 2002-07-19 at 16:36, Melvin Smith wrote: > Send me a complete patch and I'll put it in. I might rename the > op to 'call'. The attached patch makes the following changes: - adds invoke op to core.ops (patch does not remove call and callco) - adds vtable method 'invoke' to vtable.tbl - ad