summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-01* cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe
2009-11-01* ext/bigdecimal/bigdecimal.c: fixed rdoc. [ruby-core:26457]naruse
2009-11-01* configure.in (RUBY_STACK_GROW_DIRECTION): set return variable always.nobu
2009-11-01* configure.in (rb_cv_stack_grow_dir): fix for universal binary.nobu
2009-11-01* configure.in (sitehdrdir, vendorhdrdir): fixed default values.nobu
2009-11-01* win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe
2009-11-01* ext/socket/socket.c (socket_s_ip_address_list): use FreeLibrary() towanabe
2009-11-01* object.c (convert_type): Cleanup unused variablemarcandre
2009-11-01* ext/dl/cptr.c (rb_dlptr_ptr, rb_dlptr_ref) adding documentationtenderlove
2009-11-01* ext/dl/cptr.c (rb_dlptr_to_value) added documentationtenderlove
2009-11-01* ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove
2009-11-01* test/dl/test_dl2.rb (**) testing malloc and realloctenderlove
2009-10-31* gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu
2009-10-31* enum.c (enum_count): remove optimization using #size.matz
2009-10-31* 2009-11-01svn
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