summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
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
2011-12-11* object.c (rb_check_to_int): new function to convert a VALUE tonobu
2011-10-31* include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr
2011-10-30* include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr
2011-10-30* include/ruby/intern.h (rb_cloexec_pipe): declared.akr
2011-10-29* include/ruby/intern.h (rb_cloexec_dup2): declared.akr
2011-10-29* include/ruby/intern.h (rb_cloexec_dup): declared.akr
2011-10-29* include/ruby/intern.h (rb_cloexec_open): declared.akr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-14* include/ruby/intern.h (rb_ary_reverse): export.nobu
2011-08-30* win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-22* parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-03* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko1