aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb (Gem.user_home): force_encoding(naruse2009-11-052-1/+6
* Retry on checking signal_received.naruse2009-11-051-1/+4
* 300 should be enough for testing cyclic byte succ.naruse2009-11-051-1/+1
* * parse.y (BEGIN): now local_push are local_pop are necessary innobu2009-11-042-4/+6
* * 2009-11-05svn2009-11-041-2/+2
* Decrease counts of tests which spend so long time.naruse2009-11-042-4/+8
* Add rdoc about objects can't Marshal#dump. [ruby-core:23314]naruse2009-11-041-0/+6
* * .document: add some README files to default rdoc's of trunk.naruse2009-11-042-1/+19
* fix typos.akr2009-11-047-33/+33
* * ChangeLog: entry for r25640.nobu2009-11-041-0/+8
* * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu2009-11-043-3/+8
* * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei2009-11-042-1/+6
* * ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu2009-11-042-2/+6
* * proc.c (mnew): Fix scope issue [ruby-core:26069]marcandre2009-11-042-1/+5
* * random.c (rb_hash_start): moved from string.c.nobu2009-11-032-35/+37
* * dir.c (dir_check): moved other checks from GetDIR.nobu2009-11-032-7/+9
* * dir.c (GetDIR): fixed a variable name.nobu2009-11-032-1/+5
* * cont.c (rb_fiber_start): fixed unconditional test.nobu2009-11-032-1/+5
* * test/dl/test_cptr.rb (test_to_ptr*): testing DL::CPtr#to_ptrtenderlove2009-11-032-7/+61
* fix typos.akr2009-11-0326-71/+71
* * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove2009-11-033-1/+43
* * 2009-11-04svn2009-11-031-2/+2
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-033-3/+23
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-022-2/+19
* * eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception):nobu2009-11-022-3/+8
* * thread_pthread.c (native_stop_timer_thread): delay joinning timerusa2009-11-022-1/+8
* * thread_pthread.c (native_stop_timer_thread): need to join timer threadusa2009-11-022-1/+6
* * 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