summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2010-10-24* include/ruby/intern.h (rb_check_frozen): optimize.nobu
2010-09-11* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removednobu
2010-09-10* random.c (rb_genrand_ulong_limited): renamed fromnaruse
2010-08-14* thread.c (rb_gc_mark_threads): deprecated.nobu
2010-08-14* include/ruby/intern.h (rb_time_interval): used in io/wait.nobu
2010-08-14* include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu
2010-08-03* hash.c (rb_check_hash_type): added.nobu
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu
2010-07-27* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-07-17* thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu
2010-05-12* include/ruby/intern.h (rb_quad_pack): deprecated.akr
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-03-30* file.c (rb_file_dirname): split from rb_file_s_dirname.nobu
2010-03-13* load.c (rb_get_expanded_load_path): does not expand paths if allshugo
2010-03-11* ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu
2010-02-26* pack.c: fix q and Q for big endian environments which have noakr
2010-02-13* marshal.c (r_object0): register regexp object before encodingnobu
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