aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/rss.rb: [DOC] Document for constants by Steve Klabnikzzak2013-08-192-28/+28
* * lib/rss/xmlparser.rb: [DOC] Hide legacy constant from rdoczzak2013-08-192-1/+7
* * ext/socket/unixserver.c: [DOC] Document #acceptzzak2013-08-195-17/+27
* * 2013-08-20svn2013-08-191-2/+2
* * configure.in: Define ac_cv_func_clock_gettime to yes for mingw*.akr2013-08-192-0/+5
* fix typoskazu2013-08-191-3/+3
* * include/ruby/defines.h: Fix a compilation error withakr2013-08-193-1/+11
* * gc.c: fix around GC_DEBUG.ko12013-08-192-7/+28
* * test/ruby/test_fiber.rb: collect garbage fibers immediately.ko12013-08-192-1/+7
* * test/profile_test_all.rb: add `failed?' information.ko12013-08-192-5/+16
* process.c: retry fork if ENOMEMnobu2013-08-192-7/+18
* * include/ruby/win32.h (CLOCK_MONOTONIC): typo.usa2013-08-193-4/+7
* configure.in: clock_gettimenobu2013-08-192-2/+9
* * process.c (Init_process): Add constants: CLOCK_REALTIME_ALARM andakr2013-08-192-1/+13
* * .travis.yml (before_script): fix copy&paste miss.nobu2013-08-181-1/+1
* * .travis.yml (before_script): fix copy&paste miss.nobu2013-08-181-1/+1
* * 2013-08-19svn2013-08-181-2/+2
* * .travis.yml (before_script): check if cached config works.nobu2013-08-181-1/+6
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-185-19/+9
* * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.ktsj2013-08-183-55/+4
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-189-71/+11
* * process.c (rb_clock_gettime): Rename POSIX_TIME_CLOCK_REALTIME toakr2013-08-182-3/+8
* * configure.in: Revert r42604. It causes linking librt on systemsakr2013-08-182-4/+10
* * process.c (Init_process): Add constants: CLOCK_REALTIME_COARSE,akr2013-08-182-0/+17
* configure.in: clock_gettimenobu2013-08-182-5/+10
* * bignum.c (rb_big2str1): Make an expression more explicit.akr2013-08-182-1/+5
* * bignum.c (rb_big2str1): Use power_level instead of bitsize(xn).akr2013-08-172-1/+5
* * 2013-08-18svn2013-08-171-2/+2
* * bignum.c (BIGDIVREM_EXTRA_WORDS): Redefine to 1.akr2013-08-172-21/+14
* * test/ruby/test_time.rb: use the in_timezone() helpereregon2013-08-172-17/+19
* * test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon2013-08-171-1/+1
* * ChangeLog: more description a bit. [Bug #8795]nobu2013-08-171-2/+2
* time.c: ignore invalid datanobu2013-08-173-5/+57
* [DOC]akr2013-08-171-3/+3
* * process.c: [DOC] MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC is aneregon2013-08-172-2/+14
* * process.c: revert r42591. Only an emulation is available on Darwin.eregon2013-08-171-2/+2
* * 2013-08-17svn2013-08-161-2/+2
* * process.c (rb_clock_gettime): document CLOCK_REALTIME anderegon2013-08-161-2/+2
* * test/profile_test_all.rb: fix typo.ko12013-08-162-1/+5
* * test/profile_test_all.rb: remove space characters from test names.ko12013-08-162-1/+5
* * test/profile_test_all.rb: refactoring memory profiling tool forko12013-08-163-27/+66
* process.c: downcastnobu2013-08-161-1/+2
* vm_eval.c: suppress warningnobu2013-08-161-1/+2
* fix a typokazu2013-08-161-1/+1
* fix typoskazu2013-08-161-4/+4
* fix a typokazu2013-08-161-1/+1
* * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa2013-08-163-6/+12
* * bignum.c (bigdivrem_single1): Renamed from bigdivrem_single. Addakr2013-08-162-7/+20
* * bignum.c (bary_small_rshift): Specify the higher BDIGIT instead ofakr2013-08-162-5/+9
* * bignum.c (bary_mul_toom3): Reduce a branch.akr2013-08-152-8/+10