summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2013-03-27* include/ruby/intern.h: Delete redundant inclusions caused byakr
2013-03-16* include/ruby/missing.h (__syscall): moved to...kosaki
2013-03-06intern.h: macro rb_check_aritynobu
2013-03-05intern.h: inline function rb_check_aritynobu
2012-12-25* bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa
2012-12-22* include/ruby/intern.h: add the prototype declaration ofmrkn
2012-12-15thread.c: revert r38382 but deprecate rb_thread_polling()nobu
2012-11-07* include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre
2012-11-06* enumerator: New method #size; constructor accepts sizemarcandre
2012-11-05Index $LOADED_FEATURES so that require isn't so slowshirosaki
2012-11-05Expose whether two arrays are sharedshirosaki
2012-10-09random.c: rb_random_ulong_limitednobu
2012-09-09* include/ruby/intern.h (rb_thread_blocking_region): Addedkosaki
2012-09-08internal.h: allocator function in rb_classext_tnobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-07-19* variable.c (rb_mod_class_variables): return inherited variablesshugo
2012-07-19internal.h: move mark functionsnobu
2012-07-19thread.c: remove deprecatednobu
2012-07-18* include/ruby/intern.h (rb_num_zerodiv): Added NORETURN.kosaki
2012-07-13intern.h: fix declarationnobu
2012-07-10rb_thread_call_without_gvlnobu
2012-07-05ThreadShieldnobu
2012-07-05ThreadShieldnobu
2012-06-22error.c: rb_check_copyablenobu
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-14Embedding CRuby interpreter without internal headers has been difficultyugui
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-11* include/ruby/intern.h (rb_proc_exec_n): deprecated.akr
2012-06-10* process.c (rb_proc_exec_n): revert the function removed at r35889.akr
2012-06-08* include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr
2012-06-07* include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr
2012-06-05* internal.h: rb_exec_arg and related stuff moved from intern.hakr
2012-06-05* process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr
2012-06-05obj_init_copynobu
2012-06-03 * marshal.c: experimental test aborted.tadf
2012-06-03* include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr
2012-06-03 * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf
2012-06-03* use execve() to preserve environment variables when exec method isakr
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-03-14* vm_insnhelper.c: improve number of arguments error in case ofmarcandre
2012-03-07rb_load_failnobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-03-01* internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2012-02-08* string.c (rb_str_modify_expand): fix memory leak.nobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz