summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-17time.c: ignore invalid datanobu
2013-08-17[DOC]akr
2013-08-17* process.c: [DOC] MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC is aneregon
2013-08-17* process.c: revert r42591. Only an emulation is available on Darwin.eregon
2013-08-16* 2013-08-17svn
2013-08-16* process.c (rb_clock_gettime): document CLOCK_REALTIME anderegon
2013-08-16* test/profile_test_all.rb: fix typo.ko1
2013-08-16* test/profile_test_all.rb: remove space characters from test names.ko1
2013-08-16* test/profile_test_all.rb: refactoring memory profiling tool forko1
2013-08-16process.c: downcastnobu
2013-08-16vm_eval.c: suppress warningnobu
2013-08-16fix a typokazu
2013-08-16fix typoskazu
2013-08-16fix a typokazu
2013-08-16* file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa
2013-08-16* bignum.c (bigdivrem_single1): Renamed from bigdivrem_single. Addakr
2013-08-16* bignum.c (bary_small_rshift): Specify the higher BDIGIT instead ofakr
2013-08-15* bignum.c (bary_mul_toom3): Reduce a branch.akr
2013-08-15* process.c (rb_clock_gettime): add CLOCK_MONOTONIC support on OS X.naruse
2013-08-15* bignum.c (bigdivrem_single): Use shift when y is a power of two.akr
2013-08-15* bignum.c (bigdivrem_restoring): Use bigdivrem_single if non-topmostakr
2013-08-15* bignum.c (rb_big2str1): Truncate topmost zeros of x.akr
2013-08-15* bignum.c (bary_divmod): Simplify an expression.akr
2013-08-15* 2013-08-16svn
2013-08-15* bignum.c (bigdivrem_normal): Remove a local variable.akr
2013-08-15* bignum.c (big2str_karatsuba): Use bigdivrem_restoring directly toakr
2013-08-15* test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa
2013-08-15* io.c, internal.h (rb_io_flush_raw): new function to select callingusa
2013-08-15parse.y: simplifynobu
2013-08-15* win32/win32.c (clock_gettime): improve precision when freq is lessusa
2013-08-15* gc.c (gc_lazy_sweep): remove heap_increment() here because heap_incko1
2013-08-15* io.c (rb_io_rewind): remove fsync() for Windows to improve theusa
2013-08-15* test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):usa
2013-08-15* process.c (rb_clock_gettime): [DOC] FreeBSD 7.1 supportsakr
2013-08-15* include/ruby/win32.h, win32/Makefile.sub, win32/win32.cusa
2013-08-14* 2013-08-15svn
2013-08-14* hash.c (rb_hash_aset): [DOC] Document key dup patch by @kachickzzak
2013-08-14* test/test_pstore.rbusa
2013-08-14get detailed ps data to debugnaruse
2013-08-14* test/test_pstore.rbusa
2013-08-14* proc.c (rb_mod_define_method): now they return the symbols of theusa
2013-08-14test_dir_m17n.rb: fixed encoding file system on OS Xnobu
2013-08-13* bignum.c (bigdivrem_restoring): xn argument removed.akr
2013-08-13Remove a trailing space.akr
2013-08-13* 2013-08-14svn
2013-08-13* bignum.c (big_div_struct): Remove xn and j field. Add zn field. akr
2013-08-13* bignum.c (big_div_struct): ynzero field removed.akr
2013-08-13* bignum.c (bigdivrem_restoring): Extracted from bigdivrem_normal.akr
2013-08-13random.c: coerce before check negativenobu
2013-08-13object.c: undef Module#prepend_features on Classnobu