aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (flo_round): fix inaccurate results.nobu2011-03-221-0/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-0/+1
* * include/ruby/intern.h: fix a typo of prototype declaration.nagachika2011-03-051-1/+1
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-0/+1
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+1
* * array.c (rb_ary_modify): export.nobu2011-01-051-0/+1
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+1
* * intern.h (VALUE rb_ary_join): I have never seen this functionnobu2011-01-011-1/+0
* * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa2010-12-281-0/+1
* * transcode.c (transcode_loop): call default handler of the givennobu2010-12-071-0/+1
* * hash.c (rb_hash_update_by): new API for Hash#update.nobu2010-12-041-0/+2
* * include/ruby/intern.h (rb_check_frozen): optimize.nobu2010-10-241-0/+17
* * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removednobu2010-09-111-2/+0
* * random.c (rb_genrand_ulong_limited): renamed fromnaruse2010-09-101-0/+1
* * thread.c (rb_gc_mark_threads): deprecated.nobu2010-08-141-1/+1
* * include/ruby/intern.h (rb_time_interval): used in io/wait.nobu2010-08-141-0/+3
* * include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu2010-08-141-0/+2
* * hash.c (rb_check_hash_type): added.nobu2010-08-031-0/+1
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+2
* * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu2010-07-271-0/+5
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-0/+3
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-0/+8
* * thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu2010-07-171-0/+1
* * 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