summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-04* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu
2009-11-04 * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei
2009-11-04* ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu
2009-11-04* proc.c (mnew): Fix scope issue [ruby-core:26069]marcandre
2009-11-03* dir.c (dir_check): moved other checks from GetDIR.nobu
2009-11-03* dir.c (GetDIR): fixed a variable name.nobu
2009-11-03* cont.c (rb_fiber_start): fixed unconditional test.nobu
2009-11-03fix typos.akr
2009-11-03* ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove
2009-11-03* string.c (rb_str_upto): make next object before yield its block.naruse
2009-11-02* cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe
2009-11-02* eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception):nobu
2009-11-02* thread_pthread.c (native_stop_timer_thread): delay joinning timerusa
2009-11-02* thread_pthread.c (native_stop_timer_thread): need to join timer threadusa
2009-11-02* thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa
2009-11-02* ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022]naruse
2009-11-02revert r25623wanabe
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 (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-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* vm_eval.c (check_funcall): logic updated according tomatz
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
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* 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* 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): 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* 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* ext/socket/extconf.rb : Compilation failure on AIX.kanemoto
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