summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-31* vm_eval.c (check_funcall): logic updated according tomatz
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-31* st.c (unpack_entries): fixed type.nobu
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30* string.c (trnext): detect empty range and raise exception.matz
2009-10-30* test/ruby/test_enum.rb (test_count): marked as an implementationnobu
2009-10-30* vm_eval.c (enum call_type): get rid of last comma.nobu
2009-10-30* vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu
2009-10-30* vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu
2009-10-30* test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu
2009-10-30* thread.c (rb_thread_blocking_region): reverted r25566, and addednobu
2009-10-30* win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa
2009-10-30* thread.c (rb_thread_blocking_region): standard C doesn't acceptusa
2009-10-30* thread.c (rb_thread_blocking_region): standard C doesn't acceptusa
2009-10-30* thread.c (rb_thread_blocking_region): must ensure to unlock GVL.nobu
2009-10-29* include/ruby/ruby.h (RSTRING_END): trivial optimization.nobu
2009-10-29* string.c (rb_str_sub_bang): trivial optimization.nobu
2009-10-29* string.c (rb_str_sub_bang): trivial optimization.nobu
2009-10-29* test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu
2009-10-29* 2009-10-30svn
2009-10-29* enum.c (enum_count): call #size using rb_funcall_no_recursive()matz
2009-10-29Revert set locale and filesystem encindex in Init_Encoding.naruse
2009-10-29* encoding.c (Init_Encoding): set locale and filesystem encindex.naruse
2009-10-29* vm_core.h (rb_name_err_mesg_new): added prototype.nobu
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-28* ruby.c (process_options): call rb_filesystem_encoding().naruse
2009-10-28* io.c (Init_IO): rb_default_rs should be US-ASCII.naruse
2009-10-28* 2009-10-29svn
2009-10-28* ext/socket/extconf.rb : Compilation failure on AIX.kanemoto
2009-10-28* encoding.c (enc_find): fixed rdoc formatting.nobu
2009-10-28* encoding.c (get_filesystem_encoding): removed.naruse
2009-10-28Previous commit is for [ruby-core:25959]naruse
2009-10-28* gem_prelude.rb (Gem.set_home):naruse
2009-10-28* encoding.c (get_filesystem_encoding):naruse
2009-10-28* ext/etc/etc.c (etc_each_group): fixed typo.nobu
2009-10-28* string.c: rdoc for <=>, casecmpmarcandre
2009-10-28* vm_insnhelper.c (vm_setup_method): should push call frame beforematz
2009-10-28* 2009-10-28svn
2009-10-28* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo
2009-10-27* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse
2009-10-27* ext/stringio/stringio.c (Init_stringio): added read_nonblock andnobu
2009-10-27* ext/stringio/stringio.c (strio_data_type): typed.nobu
2009-10-27* ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai
2009-10-27* string.c (chopped_length): get rid of unexpected exception.nobu
2009-10-27* gc.h (SET_MACHINE_STACK_END): use __i386.akr
2009-10-27* lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo
2009-10-27add commit log of r25499kazu
2009-10-27* gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,nobu
2009-10-27* gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.naruse
2009-10-27* ChangeLog: typo. this commit fixed [ruby-core:26166]usa