aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre2012-11-071-2/+3
* * enumerator: New method #size; constructor accepts sizemarcandre2012-11-061-3/+4
* Index $LOADED_FEATURES so that require isn't so slowshirosaki2012-11-051-0/+1
* Expose whether two arrays are sharedshirosaki2012-11-051-0/+1
* random.c: rb_random_ulong_limitednobu2012-10-091-0/+1
* * include/ruby/intern.h (rb_thread_blocking_region): Addedkosaki2012-09-091-0/+2
* internal.h: allocator function in rb_classext_tnobu2012-09-081-1/+0
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-1/+0
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-0/+1
* * variable.c (rb_mod_class_variables): return inherited variablesshugo2012-07-191-1/+1
* internal.h: move mark functionsnobu2012-07-191-7/+0
* thread.c: remove deprecatednobu2012-07-191-1/+0
* * include/ruby/intern.h (rb_num_zerodiv): Added NORETURN.kosaki2012-07-181-1/+1
* intern.h: fix declarationnobu2012-07-131-3/+2
* rb_thread_call_without_gvlnobu2012-07-101-0/+1
* ThreadShieldnobu2012-07-051-4/+0
* ThreadShieldnobu2012-07-051-4/+4
* error.c: rb_check_copyablenobu2012-06-221-0/+1
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-201-17/+1
* Embedding CRuby interpreter without internal headers has been difficultyugui2012-06-141-17/+0
* * include/ruby/intern.h (rb_exec_arg_init): deprecated.akr2012-06-121-5/+5
* * include/ruby/intern.h (rb_proc_exec_n): deprecated.akr2012-06-111-5/+5
* * process.c (rb_proc_exec_n): revert the function removed at r35889.akr2012-06-101-0/+1
* * include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr2012-06-081-1/+1
* * include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr2012-06-071-0/+26
* * internal.h: rb_exec_arg and related stuff moved from intern.hakr2012-06-051-20/+0
* * process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr2012-06-051-0/+1
* obj_init_copynobu2012-06-051-0/+3
* * marshal.c: experimental test aborted.tadf2012-06-031-6/+0
* * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr2012-06-031-2/+3
* * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf2012-06-031-0/+6
* * use execve() to preserve environment variables when exec method isakr2012-06-031-0/+2
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-231-0/+1
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-151-0/+1
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-0/+6
* * vm_insnhelper.c: improve number of arguments error in case ofmarcandre2012-03-141-0/+1
* rb_load_failnobu2012-03-071-1/+0
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+1
* * internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu2012-03-011-2/+0
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-0/+1
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-0/+1
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-6/+0
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-241-0/+1
* * object.c (rb_check_to_int): new function to convert a VALUE tonobu2011-12-111-0/+1
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-1/+1
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-0/+1
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-301-0/+1
* * include/ruby/intern.h (rb_cloexec_dup2): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_open): declared.akr2011-10-291-0/+1