summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11* string.c (rb_str_strlen): added. [ruby-dev:40028]naruse
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-11-24* include/ruby/ruby.h (rb_bug_errno): declared.akr
2009-11-24* error.c (rb_strerrno): constified.nobu
2009-11-24* include/ruby/intern.h (rb_strerrno): declared.akr
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-24* hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz
2009-10-10* include/ruby/intern.h (Init_jump): removednobu
2009-09-29* include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr
2009-09-28* hash.c (rb_f_getenv): use rb_filesystem_str_new_cstrnaruse
2009-09-26* st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu
2009-09-26* include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixednobu
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-27* vm_method.c (rb_remove_method_id): exported.nobu
2009-08-26* random.c (random_rand): unified random_int and random_float.nobu
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-08-10* include/ruby/intern.h (rb_path2class): no deprecation.nobu
2009-08-10* gc.c: reject unused longlife gc.nari
2009-08-09* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-27* include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu
2009-07-18* random.c (rb_random_{int32,real,bytes,int}): added functions fornobu
2009-07-16* bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-10* include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-06-30* re.c (reg_match_pos): adjust offset based on characters, notmatz
2009-06-23* file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu
2009-06-08* thread.c: rename functions which require a parameterko1
2009-06-01* include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-04-05* include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu
2009-04-05* include/ruby/intern.h (Init_stack): moved.nobu
2009-04-04* include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu
2009-04-01* thread.c (rb_thread_fd_select): new function to call selectmatz
2009-03-15* string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-02* eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu
2009-02-27* include/ruby/intern.h (rb_io_get_io): added prototype.nobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-12* compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu
2009-02-05* include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr
2009-01-13 * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa
2008-12-29* pack.c (pack_pack): template f should not accept non floatmatz
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr