aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h (rb_quad_pack): deprecated.akr2010-05-121-2/+2
* * merge some patches from win32-uncode-test branch.usa2010-04-301-0/+1
* * file.c (rb_file_dirname): split from rb_file_s_dirname.nobu2010-03-301-0/+1
* * load.c (rb_get_expanded_load_path): does not expand paths if allshugo2010-03-131-0/+1
* * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu2010-03-111-0/+1
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-261-0/+2
* * marshal.c (r_object0): register regexp object before encodingnobu2010-02-131-0/+2
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-0/+2
* * string.c (rb_str_strlen): added. [ruby-dev:40028]naruse2010-01-111-0/+1
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-0/+1
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+1
* * include/ruby/ruby.h (rb_bug_errno): declared.akr2009-11-241-1/+0
* * error.c (rb_strerrno): constified.nobu2009-11-241-1/+1
* * include/ruby/intern.h (rb_strerrno): declared.akr2009-11-241-0/+1
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-0/+1
* * hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz2009-10-241-0/+1
* * include/ruby/intern.h (Init_jump): removednobu2009-10-101-1/+0
* * include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr2009-09-291-1/+1
* * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstrnaruse2009-09-281-0/+2
* * st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu2009-09-261-0/+3
* * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixednobu2009-09-261-4/+4
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-0/+1
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-2/+2
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-0/+1
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+2
* * include/ruby/intern.h (rb_path2class): no deprecation.nobu2009-08-101-1/+1
* * gc.c: reject unused longlife gc.nari2009-08-101-1/+0
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-091-1/+2
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-0/+1
* * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu2009-07-271-10/+10
* * random.c (rb_random_{int32,real,bytes,int}): added functions fornobu2009-07-181-1/+5
* * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu2009-07-161-0/+3
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-1/+0
* * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu2009-07-101-0/+3
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-0/+1
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-301-0/+1
* * file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu2009-06-231-0/+3
* * thread.c: rename functions which require a parameterko12009-06-081-2/+0
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-011-0/+6
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-241-0/+1
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-0/+1
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-0/+2
* * include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu2009-04-051-0/+1
* * include/ruby/intern.h (Init_stack): moved.nobu2009-04-051-1/+1
* * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu2009-04-041-0/+1
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-011-0/+2
* * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu2009-03-151-4/+4
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+1
* * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu2009-03-021-1/+1