summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-07* test/-ext-/debug/test_profile_frames.rb: rename class C toko1
2013-10-07* properties.nobu
2013-10-07* ext/-test-/debug/profile_frames.c:ko1
2013-10-07* include/ruby/debug.h: add backtrace collecting APIs for profiler.ko1
2013-10-07win32/file.c: make mapping at initializationnobu
2013-10-07win32/file.c: use encoding indexnobu
2013-10-07Increase open_timeout [Bug #8986]naruse
2013-10-07win32/file.c: using st_tablenobu
2013-10-07win32/file.c: check ASCII encodings firstnobu
2013-10-07test_io.rb: get rid of error messagenobu
2013-10-07* proc.c: catch up last commit.ko1
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-10-07win32.c: internal functionsnobu
2013-10-06* 2013-10-07svn
2013-10-06NEWS: timeoutnobu
2013-10-06io.c: use local variables instead of struct membersnobu
2013-10-06io.c: suppress false uninitialized-variable warningnobu
2013-10-06signal.c: get rid of system namenobu
2013-10-06test_tempfile.rb: fix test on Windowsnobu
2013-10-06test_old_thread_select.rb: ignore short wait on Windowsnobu
2013-10-06test_sleep.rb: get rid of failure on Windowsnobu
2013-10-06test_thread.rb: ignore meaningless testnobu
2013-10-05* 2013-10-06svn
2013-10-05* lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]zzak
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-10-05common.mk: revert r43137 and r43145nobu
2013-10-05* 2013-10-05svn
2013-10-05common.mk: sizes.c depends on PREP nownobu
2013-10-04* ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak
2013-10-04gc.c: rename heap.free_num to heap.swept_numtmm1
2013-10-04gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm1
2013-10-04gc.c: add rb_objspace.limittmm1
2013-10-04common.mk: make sizes.c with MINIRUBYnobu
2013-10-04* 2013-10-04svn
2013-10-04csv.rb: foreach enumeratornobu
2013-10-03fix a typokazu
2013-10-03test_io.rb: fix typonobu
2013-10-03* remove trailing spaces.nobu
2013-10-03win32.c: disable console colorizingnobu
2013-10-03* gc.c: define gc_profile_record::allocated_size ifko1
2013-10-03common.mk: use RUNRUBY for test-samplenobu
2013-10-03thread_pthread.c: set thread namenobu
2013-10-03* hash.c (env_update): [DOC] fix expected output, should be 0 insteadcharliesome
2013-10-02rbinstall.rb: reordernobu
2013-10-02* ext/thread/thread.c (ALIAS_GLOBAL_CONST): fix typo, GLOBCAL.nobu
2013-10-02* ext/thread/thread.c (Init_thread): move outer module condition.nobu
2013-10-02* 2013-10-03svn
2013-10-02* misc/ruby-additional.el: Properly quote the body. An unquotedknu
2013-10-02* ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.mame