Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > This patch adds the methods 'get_number_keyed', 'set_string_keyed' and > 'set_number_keyed' to > the OrderedHash PMC.
Thanks, applied. > The method 'set_string_keyed_str' is also included, but I can't figure out > when it > will be called. Its only usable internally. Opcodes use {g,s}et_string_keyed, which just verify and extract a string from the contant key. > CU, Bernhard leo