aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/intern.h (rb_io_get_io): added prototype.nobu2009-02-271-0/+1
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-0/+4
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-0/+1
* * include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr2009-02-051-4/+8
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-131-0/+18
* * pack.c (pack_pack): template f should not accept non floatmatz2008-12-291-0/+1
* * process.c (rb_fork): propagete an error message from child to parent.akr2008-12-231-4/+4
* * io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz2008-12-191-0/+1
* * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,nobu2008-12-091-1/+1
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-041-0/+1
* move the previous comment.akr2008-12-021-26/+0
* add comment for select behavior on file descriptors over FD_SETSIZE.akr2008-12-021-0/+26
* * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu2008-11-111-0/+12
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-111-0/+1
* * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu2008-11-031-1/+1
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-0/+2
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-211-0/+1
* * string.c (rb_locale_str_new): new function to convert stringmatz2008-10-201-0/+1
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-181-0/+1
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-301-0/+1
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-231-0/+1
* * include/ruby/io.h (rb_io_mode_modenum): moved fromakr2008-09-051-1/+0
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-041-0/+1