aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (unpack_entries): fixed type.nobu2009-10-312-3/+3
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-303-3/+58
* * string.c (trnext): detect empty range and raise exception.matz2009-10-302-1/+16
* * test/ruby/test_enum.rb (test_count): marked as an implementationnobu2009-10-301-8/+10
* * vm_eval.c (enum call_type): get rid of last comma.nobu2009-10-302-1/+4
* * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu2009-10-303-8/+37
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-305-75/+103
* * test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu2009-10-301-0/+9
* * thread.c (rb_thread_blocking_region): reverted r25566, and addednobu2009-10-302-34/+11
* * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa2009-10-302-5/+29
* * thread.c (rb_thread_blocking_region): standard C doesn't acceptusa2009-10-301-0/+5
* * thread.c (rb_thread_blocking_region): standard C doesn't acceptusa2009-10-301-2/+4
* * thread.c (rb_thread_blocking_region): must ensure to unlock GVL.nobu2009-10-302-1/+34
* * include/ruby/ruby.h (RSTRING_END): trivial optimization.nobu2009-10-292-2/+9
* * string.c (rb_str_sub_bang): trivial optimization.nobu2009-10-291-14/+17
* * string.c (rb_str_sub_bang): trivial optimization.nobu2009-10-291-0/+4
* * test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu2009-10-291-26/+27
* * 2009-10-30svn2009-10-291-2/+2
* * enum.c (enum_count): call #size using rb_funcall_no_recursive()matz2009-10-294-34/+56
* Revert set locale and filesystem encindex in Init_Encoding.naruse2009-10-293-19/+28
* * encoding.c (Init_Encoding): set locale and filesystem encindex.naruse2009-10-293-22/+26
* * vm_core.h (rb_name_err_mesg_new): added prototype.nobu2009-10-292-0/+5
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-2911-39/+129
* * ruby.c (process_options): call rb_filesystem_encoding().naruse2009-10-282-0/+5
* * io.c (Init_IO): rb_default_rs should be US-ASCII.naruse2009-10-282-1/+5
* * 2009-10-29svn2009-10-281-2/+2
* * ext/socket/extconf.rb : Compilation failure on AIX.kanemoto2009-10-282-1/+9
* * encoding.c (enc_find): fixed rdoc formatting.nobu2009-10-281-6/+7
* * encoding.c (get_filesystem_encoding): removed.naruse2009-10-284-26/+51
* Previous commit is for [ruby-core:25959]naruse2009-10-281-1/+1
* * gem_prelude.rb (Gem.set_home):naruse2009-10-282-1/+10
* * encoding.c (get_filesystem_encoding):naruse2009-10-282-0/+24
* * ext/etc/etc.c (etc_each_group): fixed typo.nobu2009-10-282-1/+5
* * string.c: rdoc for <=>, casecmpmarcandre2009-10-286-9/+11
* * vm_insnhelper.c (vm_setup_method): should push call frame beforematz2009-10-282-10/+32
* * 2009-10-28svn2009-10-281-2/+2
* * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo2009-10-282-3/+28
* * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse2009-10-272-1/+9
* * ext/stringio/stringio.c (Init_stringio): added read_nonblock andnobu2009-10-273-1/+46
* * ext/stringio/stringio.c (strio_data_type): typed.nobu2009-10-272-15/+25
* * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai2009-10-272-0/+11
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-273-11/+7
* * gc.h (SET_MACHINE_STACK_END): use __i386.akr2009-10-272-1/+8
* * lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo2009-10-272-2/+7
* add commit log of r25499kazu2009-10-271-0/+6
* * gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,nobu2009-10-272-4/+9
* * gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.naruse2009-10-272-2/+8
* * ChangeLog: typo. this commit fixed [ruby-core:26166]usa2009-10-271-1/+1
* * vm_exec.c (DECL_SC_REG): use __clang__.naruse2009-10-272-2/+6
* * mkconfig.rb: reverted r25443 because build_os is used in mkmf.rbnobu2009-10-262-1/+5