summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2009-02-05* include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr
2009-01-13 * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa
2008-12-29* pack.c (pack_pack): template f should not accept non floatmatz
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr
2008-12-19* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz
2008-12-09* id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,nobu
2008-12-04* load.c (rb_get_load_path): returns the load path withoutnobu
2008-12-02move the previous comment.akr
2008-12-02add comment for select behavior on file descriptors over FD_SETSIZE.akr
2008-11-11* include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu
2008-11-11* load.c (rb_require_safe): destroys barrier after successfullynobu
2008-11-03* include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-21* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo
2008-10-20* string.c (rb_locale_str_new): new function to convert stringmatz
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-09-30* sprintf.c (rb_str_format): add %<name>s style named argumentmatz
2008-09-23* thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko1
2008-09-05* include/ruby/io.h (rb_io_mode_modenum): moved fromakr
2008-09-04* include/ruby/intern.h (rb_file_open_str): declared.akr
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-29* include/ruby/intern.h (rb_file_s_absolute_path),nobu
2008-08-25* include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-08-13* thread.c (rb_thread_check_ints): added. please note thatko1
2008-08-12* string.c (rb_str_drop_bytes): new function to drop first bytes.nobu
2008-08-12* string.c (rb_str_drop): new function to drop first bytes.nobu
2008-08-12* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-08-09* gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu
2008-08-04* array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu
2008-08-04* array.c (rb_ary_tmp_new): added.nobu
2008-07-22* include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu
2008-07-21* include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu
2008-07-21* include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu
2008-07-12* include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu
2008-07-05rename rb_pipe_internal to rb_pipe.akr
2008-07-03* include/ruby/intern.h: remove prototypes about coverage.mame
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-02* gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke
2008-07-01 * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei
2008-06-28* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-28* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-27* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-27* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-13 * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-10* include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):nobu
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-09* include/ruby/intern.h (Init_stack): make to call ruby_init_stack.nobu