aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-1/+2
* * include/ruby/intern.h (rb_file_s_absolute_path),nobu2008-08-291-0/+2
* * include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu2008-08-251-0/+1
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-221-0/+1
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-131-0/+1
* * string.c (rb_str_drop_bytes): new function to drop first bytes.nobu2008-08-121-1/+1
* * string.c (rb_str_drop): new function to drop first bytes.nobu2008-08-121-0/+1
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-121-8/+23
* * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu2008-08-091-1/+1
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-041-0/+1
* * array.c (rb_ary_tmp_new): added.nobu2008-08-041-0/+1
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-0/+3
* * include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu2008-07-211-0/+7
* * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu2008-07-211-20/+32
* * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu2008-07-121-1/+1
* rename rb_pipe_internal to rb_pipe.akr2008-07-051-0/+1
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-2/+0