aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb (Gem.user_home): force_encoding(naruse2009-11-051-0/+5
* * parse.y (BEGIN): now local_push are local_pop are necessary innobu2009-11-041-0/+5
* * .document: add some README files to default rdoc's of trunk.naruse2009-11-041-0/+5
* * ChangeLog: entry for r25640.nobu2009-11-041-0/+8
* * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu2009-11-041-0/+5
* * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei2009-11-041-0/+5
* * ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu2009-11-041-0/+4
* * proc.c (mnew): Fix scope issue [ruby-core:26069]marcandre2009-11-041-0/+4
* * dir.c (dir_check): moved other checks from GetDIR.nobu2009-11-031-1/+3
* * dir.c (GetDIR): fixed a variable name.nobu2009-11-031-0/+4
* * cont.c (rb_fiber_start): fixed unconditional test.nobu2009-11-031-0/+4
* fix typos.akr2009-11-031-3/+3
* * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove2009-11-031-0/+5
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-031-0/+6
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-021-0/+12
* * eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception):nobu2009-11-021-0/+5
* * thread_pthread.c (native_stop_timer_thread): delay joinning timerusa2009-11-021-0/+5
* * thread_pthread.c (native_stop_timer_thread): need to join timer threadusa2009-11-021-0/+5
* * thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa2009-11-021-0/+10
* * ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022]naruse2009-11-021-0/+4
* revert r25623wanabe2009-11-021-11/+0
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-011-0/+11
* * ext/bigdecimal/bigdecimal.c: fixed rdoc. [ruby-core:26457]naruse2009-11-011-0/+4
* * configure.in (rb_cv_stack_grow_dir): fix for universal binary.nobu2009-11-011-1/+3
* * configure.in (sitehdrdir, vendorhdrdir): fixed default values.nobu2009-11-011-0/+4
* * win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe2009-11-011-0/+5
* * ext/socket/socket.c (socket_s_ip_address_list): use FreeLibrary() towanabe2009-11-011-0/+5
* * gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu2009-10-311-0/+6
* * enum.c (enum_count): remove optimization using #size.matz2009-10-311-0/+7
* * vm_eval.c (check_funcall): logic updated according tomatz2009-10-311-0/+12
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-311-0/+5
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-0/+8
* * string.c (trnext): detect empty range and raise exception.matz2009-10-301-0/+5
* * vm_eval.c (enum call_type): get rid of last comma.nobu2009-10-301-1/+3
* * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu2009-10-301-1/+4
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-301-0/+10
* * thread.c (rb_thread_blocking_region): reverted r25566, and addednobu2009-10-301-0/+6
* * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa2009-10-301-0/+6
* * thread.c (rb_thread_blocking_region): standard C doesn't acceptusa2009-10-301-0/+5
* * thread.c (rb_thread_blocking_region): must ensure to unlock GVL.nobu2009-10-301-0/+5
* * include/ruby/ruby.h (RSTRING_END): trivial optimization.nobu2009-10-291-1/+3
* * string.c (rb_str_sub_bang): trivial optimization.nobu2009-10-291-0/+4
* * enum.c (enum_count): call #size using rb_funcall_no_recursive()matz2009-10-291-0/+10
* Revert set locale and filesystem encindex in Init_Encoding.naruse2009-10-291-0/+6
* * encoding.c (Init_Encoding): set locale and filesystem encindex.naruse2009-10-291-0/+7
* * vm_core.h (rb_name_err_mesg_new): added prototype.nobu2009-10-291-0/+4
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-0/+32
* * ruby.c (process_options): call rb_filesystem_encoding().naruse2009-10-281-0/+4
* * io.c (Init_IO): rb_default_rs should be US-ASCII.naruse2009-10-281-0/+4
* * ext/socket/extconf.rb : Compilation failure on AIX.kanemoto2009-10-281-0/+6