|
VALUE | rb_ary_last (int, VALUE *, VALUE) |
|
VALUE | rb_big_fdiv (VALUE x, VALUE y) |
|
VALUE | rb_big_uminus (VALUE x) |
|
VALUE | rb_obj_methods (int argc, VALUE *argv, VALUE obj) |
|
VALUE | rb_obj_protected_methods (int argc, VALUE *argv, VALUE obj) |
|
VALUE | rb_obj_private_methods (int argc, VALUE *argv, VALUE obj) |
|
VALUE | rb_obj_public_methods (int argc, VALUE *argv, VALUE obj) |
|
int | rb_obj_basic_to_s_p (VALUE) |
|
void | Init_class_hierarchy (void) |
|
int | rb_dvar_defined (ID) |
|
int | rb_local_defined (ID) |
|
int | rb_parse_in_eval (void) |
|
int | rb_parse_in_main (void) |
|
VALUE | rb_insns_name_array (void) |
|
VALUE | rb_obj_is_fiber (VALUE) |
|
void | rb_fiber_reset_root_local_storage (VALUE) |
|
| PRINTF_ARGS (void ruby_debug_printf(const char *,...), 1, 2) |
|
void | Init_ext (void) |
|
ID | rb_id_encoding (void) |
|
void | rb_gc_mark_encodings (void) |
|
| NORETURN (PRINTF_ARGS(void rb_compile_bug(const char *, int, const char *,...), 3, 4)) |
|
VALUE | rb_check_backtrace (VALUE) |
|
| NORETURN (void rb_async_bug_errno(const char *, int)) |
|
void | ruby_error_print (void) |
|
VALUE | rb_get_backtrace (VALUE info) |
|
void | rb_call_end_proc (VALUE data) |
|
VALUE | rb_home_dir (const char *user, VALUE result) |
|
VALUE | rb_realpath_internal (VALUE basedir, VALUE path, int strict) |
|
VALUE | rb_file_expand_path_fast (VALUE, VALUE) |
|
VALUE | rb_file_expand_path_internal (VALUE, VALUE, int, int, VALUE) |
|
void | Init_File (void) |
|
void | Init_heap (void) |
|
void | rb_call_inits (void) |
|
const char * | ruby_get_inplace_mode (void) |
|
void | ruby_set_inplace_mode (const char *) |
|
ssize_t | rb_io_bufread (VALUE io, void *buf, size_t size) |
|
void | rb_stdio_set_default_encoding (void) |
|
VALUE | rb_iseq_compile_with_option (VALUE src, VALUE file, VALUE filepath, VALUE line, VALUE opt) |
|
VALUE | rb_iseq_clone (VALUE iseqval, VALUE newcbase) |
|
VALUE | rb_get_load_path (void) |
|
VALUE | rb_math_atan2 (VALUE, VALUE) |
|
VALUE | rb_math_cos (VALUE) |
|
VALUE | rb_math_cosh (VALUE) |
|
VALUE | rb_math_exp (VALUE) |
|
VALUE | rb_math_hypot (VALUE, VALUE) |
|
VALUE | rb_math_log (int argc, VALUE *argv) |
|
VALUE | rb_math_sin (VALUE) |
|
VALUE | rb_math_sinh (VALUE) |
|
VALUE | rb_math_sqrt (VALUE) |
|
void | Init_newline (void) |
|
int | rb_num_to_uint (VALUE val, unsigned int *ret) |
|
int | ruby_float_step (VALUE from, VALUE to, VALUE step, int excl) |
|
double | ruby_float_mod (double x, double y) |
|
VALUE | rb_obj_equal (VALUE obj1, VALUE obj2) |
|
VALUE | rb_parser_get_yydebug (VALUE) |
|
VALUE | rb_parser_set_yydebug (VALUE, VALUE) |
|
VALUE | rb_proc_location (VALUE self) |
|
VALUE | rb_lcm (VALUE x, VALUE y) |
|
VALUE | rb_rational_reciprocal (VALUE x) |
|
VALUE | rb_reg_compile (VALUE str, int options, const char *sourcefile, int sourceline) |
|
VALUE | rb_reg_check_preprocess (VALUE) |
|
int | rb_get_next_signal (void) |
|
size_t | rb_strftime_timespec (char *s, size_t maxsize, const char *format, const struct vtm *vtm, struct timespec *ts, int gmt) |
|
int | rb_str_buf_cat_escaped_char (VALUE result, unsigned int c, int unicode_p) |
|
VALUE | rb_str_locktmp_ensure (VALUE str, VALUE(*func)(VALUE), VALUE arg) |
|
VALUE | rb_struct_init_copy (VALUE copy, VALUE s) |
|
struct timeval | rb_time_timeval (VALUE) |
|
VALUE | rb_obj_is_mutex (VALUE obj) |
|
VALUE | ruby_suppress_tracing (VALUE(*func)(VALUE, int), VALUE arg, int always) |
|
void | rb_thread_execute_interrupts (VALUE th) |
|
void | rb_clear_trace_func (void) |
|
VALUE | rb_thread_backtrace (VALUE thval) |
|
VALUE | rb_get_coverages (void) |
|
void | Init_native_thread (void) |
|
VALUE | rb_obj_is_thread (VALUE obj) |
|
void | rb_vm_mark (void *ptr) |
|
void | Init_BareVM (void) |
|
VALUE | rb_vm_top_self (void) |
|
void | rb_thread_recycle_stack_release (VALUE *) |
|
void | rb_vm_change_state (void) |
|
void | rb_vm_inc_const_missing_count (void) |
|
void | rb_thread_mark (void *th) |
|
const void ** | rb_vm_get_insns_address_table (void) |
|
void | rb_vm_bugreport (void) |
|
void | Init_vm_eval (void) |
|
VALUE | rb_current_realfilepath (void) |
|
void | Init_eval_method (void) |
|
void | Init_prelude (void) |
|
const char * | rb_objspace_data_type_name (VALUE obj) |
|
VALUE | rb_thread_io_blocking_region (rb_blocking_function_t *func, void *data1, int fd) |
|
void * | rb_thread_call_with_gvl (void *(*func)(void *), void *data1) |
|
VALUE | rb_thread_call_without_gvl (rb_blocking_function_t *func, void *data1, rb_unblock_function_t *ubf, void *data2) |
|