Support 6 More C API extension functions
----------------------------------------

                 Key: JRUBY-5028
                 URL: http://jira.codehaus.org/browse/JRUBY-5028
             Project: JRuby
          Issue Type: Bug
          Components: Extensions
            Reporter: Jeremy Evans
            Priority: Minor
         Attachments: 0001-Add-6-C-API-extention-functions.patch

This adds support for the following C API extension functions:

    void rb_undef_alloc_func(VALUE);
    void rb_need_block(void);
    VALUE rb_marshal_dump(VALUE, VALUE);
    VALUE rb_marshal_load(VALUE);
    VALUE rb_reg_nth_match(long, VALUE);
    VALUE rb_reg_new(const char*, long, int);

These were needed to get home_run to compile on JRuby 
(http://github.com/jeremyevans/home_run).

-- 
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


Reply via email to