Support rb_str_update, rb_str_inspect and rb_str_dup_frozen -----------------------------------------------------------
Key: JRUBY-5047 URL: http://jira.codehaus.org/browse/JRUBY-5047 Project: JRuby Issue Type: Bug Components: Extensions Reporter: Paul Mucur Priority: Minor Attachments: string_c_api.patch This adds support for the following C API extension functions: VALUE rb_str_dup_frozen(VALUE); void rb_str_update(VALUE, long, long, VALUE); VALUE rb_str_inspect(VALUE); It also provides rb_str_new_frozen (as it is the same as rb_str_dup_frozen). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email