summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2013-06-26intern.h: rb_enumeratorize_with_size with castnobu
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-22* ext/dl/cfunc.c (rb_dlcfunc_call): Use rb_big_pack instead ofakr
2013-06-17* include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-01error.c: better names for rb_exc_new familynobu
2013-06-01string.c: remove old interfacesnobu
2013-05-31array.c: new names of rb_ary_new familynobu
2013-05-26* hash.c, include/ruby/ruby.h: support WB protected hash.ko1
2013-05-24* intern.h: remove dangling rb_class_init_copy declarationcharliesome
2013-05-12* include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcausekosaki
2013-05-12* include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)kosaki
2013-04-30intern.h: rb_block_lambdanobu
2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu
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