aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/debug.h: add backtrace collecting APIs for profiler.ko12013-10-074-2/+124
* win32/file.c: make mapping at initializationnobu2013-10-072-29/+25
* win32/file.c: use encoding indexnobu2013-10-071-7/+8
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* win32/file.c: using st_tablenobu2013-10-071-26/+15
* win32/file.c: check ASCII encodings firstnobu2013-10-071-10/+5
* test_io.rb: get rid of error messagenobu2013-10-071-1/+1
* * proc.c: catch up last commit.ko12013-10-074-5/+14
* * iseq.c, internal.h: change to public (but internal) functionsko12013-10-077-27/+51
* win32.c: internal functionsnobu2013-10-071-2/+2
* * 2013-10-07svn2013-10-061-2/+2
* NEWS: timeoutnobu2013-10-061-0/+4
* io.c: use local variables instead of struct membersnobu2013-10-061-20/+17
* io.c: suppress false uninitialized-variable warningnobu2013-10-061-11/+16
* signal.c: get rid of system namenobu2013-10-061-0/+2
* test_tempfile.rb: fix test on Windowsnobu2013-10-061-0/+1
* test_old_thread_select.rb: ignore short wait on Windowsnobu2013-10-061-1/+2
* test_sleep.rb: get rid of failure on Windowsnobu2013-10-061-2/+9
* test_thread.rb: ignore meaningless testnobu2013-10-061-1/+1
* * 2013-10-06svn2013-10-051-2/+2
* * lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]zzak2013-10-052-1/+6
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-053-6/+58
* common.mk: revert r43137 and r43145nobu2013-10-051-2/+2
* * 2013-10-05svn2013-10-051-2/+2
* common.mk: sizes.c depends on PREP nownobu2013-10-051-1/+1
* * ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak2013-10-042-1/+6
* gc.c: rename heap.free_num to heap.swept_numtmm12013-10-042-9/+14
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-043-1/+21
* gc.c: add rb_objspace.limittmm12013-10-042-2/+12
* common.mk: make sizes.c with MINIRUBYnobu2013-10-041-1/+1
* * 2013-10-04svn2013-10-041-2/+2
* csv.rb: foreach enumeratornobu2013-10-043-0/+13
* fix a typokazu2013-10-031-1/+1
* test_io.rb: fix typonobu2013-10-031-1/+1
* * remove trailing spaces.nobu2013-10-031-2/+2
* win32.c: disable console colorizingnobu2013-10-034-4/+48
* * gc.c: define gc_profile_record::allocated_size ifko12013-10-032-3/+9
* common.mk: use RUNRUBY for test-samplenobu2013-10-032-1/+6
* thread_pthread.c: set thread namenobu2013-10-031-3/+10
* * hash.c (env_update): [DOC] fix expected output, should be 0 insteadcharliesome2013-10-031-1/+1
* rbinstall.rb: reordernobu2013-10-021-8/+13
* * ext/thread/thread.c (ALIAS_GLOBAL_CONST): fix typo, GLOBCAL.nobu2013-10-021-5/+5
* * ext/thread/thread.c (Init_thread): move outer module condition.nobu2013-10-021-3/+5
* * 2013-10-03svn2013-10-021-2/+2
* * misc/ruby-additional.el: Properly quote the body. An unquotedknu2013-10-022-91/+96
* * ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.mame2013-10-022-0/+12
* * random.c (make_seed_value): a local array declaration was accessedmame2013-10-022-1/+6
* * gc.c: relax GC condition due to malloc_limit.ko12013-10-022-9/+28
* test_io.rb: add testnobu2013-10-021-0/+11