aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove2009-11-014-34/+110
* * test/dl/test_dl2.rb (**) testing malloc and realloctenderlove2009-11-012-0/+60
* * gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu2009-10-312-28/+21
* * enum.c (enum_count): remove optimization using #size.matz2009-10-313-21/+10
* * 2009-11-01svn2009-10-311-3/+3
* * vm_eval.c (check_funcall): logic updated according tomatz2009-10-312-16/+68
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-312-1/+6
* * 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