aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* io.c: wait child process after close_readnobu2013-10-022-0/+7
* * vm_core.h: use __has_attribute() instead of __clang__major__ becausenaruse2013-10-022-1/+13
* Add NEWS about RbConfig::SIZEOFnaruse2013-10-021-0/+4
* io.c: get rid of race conditionnobu2013-10-023-2/+18
* * 2013-10-02svn2013-10-021-2/+2
* io.c: keep fptr read-closednobu2013-10-022-3/+12
* * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clangcharliesome2013-10-012-1/+7
* tempfile.rb: undefine finalizer on unlinknobu2013-10-013-1/+21
* * properties.nobu2013-10-010-0/+0
* file/stat.c: fix commit missnobu2013-10-013-0/+45
* file.c: export rb_stat_newnobu2013-10-014-7/+33
* test_config.rb: fix library pathnobu2013-10-011-1/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-8/+8