aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa2009-11-024-3/+30
* * ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022]naruse2009-11-022-236/+246
* revert r25623wanabe2009-11-022-17/+4
* * 2009-11-02svn2009-11-011-2/+2
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-012-4/+17
* * ext/bigdecimal/bigdecimal.c: fixed rdoc. [ruby-core:26457]naruse2009-11-012-162/+158
* * configure.in (RUBY_STACK_GROW_DIRECTION): set return variable always.nobu2009-11-011-1/+3
* * configure.in (rb_cv_stack_grow_dir): fix for universal binary.nobu2009-11-012-9/+43
* * configure.in (sitehdrdir, vendorhdrdir): fixed default values.nobu2009-11-012-3/+7
* * win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe2009-11-012-3/+8
* * ext/socket/socket.c (socket_s_ip_address_list): use FreeLibrary() towanabe2009-11-012-4/+9
* * object.c (convert_type): Cleanup unused variablemarcandre2009-11-011-5/+0
* * ext/dl/cptr.c (rb_dlptr_ptr, rb_dlptr_ref) adding documentationtenderlove2009-11-012-0/+20
* * ext/dl/cptr.c (rb_dlptr_to_value) added documentationtenderlove2009-11-012-0/+11
* * 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