[perl #30631] [PATCH] Iterator support for Env PMC

2005-09-11 Thread Bernhard Schmalhofer via RT
Matt Kennedy [EMAIL PROTECTED] wrote: The attached env.patch patches classes/env.pmc to add vtable methods elements() and get_iter() and modifies get_string_keyed() to also accept integer keys so that it is possible to use an Iterator on the environment. I have applied this patch and

Re: [perl #30631] [PATCH] Iterator support for Env PMC

2004-07-08 Thread Leopold Toetsch
Matt Kennedy [EMAIL PROTECTED] wrote: The attached env.patch patches classes/env.pmc to add vtable methods elements() and get_iter() and modifies get_string_keyed() to also accept integer keys so that it is possible to use an Iterator on the environment. Looks good. ... The patch uses the

[perl #30631] [PATCH] Iterator support for Env PMC

2004-07-07 Thread via RT
# New Ticket Created by Matt Kennedy # Please include the string: [perl #30631] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30631 The attached env.patch patches classes/env.pmc to add vtable methods elements()