summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-20* gc.c (rb_gcdebug_print_obj_condition): add printing information.ko1
2013-08-20* test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.ngoto
2013-08-19* lib/test/: [DOC] Document Test::Unit, hide most submodules andzzak
2013-08-19* lib/rss/rss.rb: [DOC] Document for constants by Steve Klabnikzzak
2013-08-19* lib/rss/xmlparser.rb: [DOC] Hide legacy constant from rdoczzak
2013-08-19* ext/socket/unixserver.c: [DOC] Document #acceptzzak
2013-08-19* configure.in: Define ac_cv_func_clock_gettime to yes for mingw*.akr
2013-08-19fix typoskazu
2013-08-19* include/ruby/defines.h: Fix a compilation error withakr
2013-08-19* gc.c: fix around GC_DEBUG.ko1
2013-08-19* test/ruby/test_fiber.rb: collect garbage fibers immediately.ko1
2013-08-19* test/profile_test_all.rb: add `failed?' information.ko1
2013-08-19process.c: retry fork if ENOMEMnobu
2013-08-19* include/ruby/win32.h (CLOCK_MONOTONIC): typo.usa
2013-08-19configure.in: clock_gettimenobu
2013-08-19* process.c (Init_process): Add constants: CLOCK_REALTIME_ALARM andakr
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj
2013-08-18* error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj
2013-08-18* process.c (rb_clock_gettime): Rename POSIX_TIME_CLOCK_REALTIME toakr
2013-08-18* configure.in: Revert r42604. It causes linking librt on systemsakr
2013-08-18* process.c (Init_process): Add constants: CLOCK_REALTIME_COARSE,akr
2013-08-18configure.in: clock_gettimenobu
2013-08-18* bignum.c (rb_big2str1): Make an expression more explicit.akr
2013-08-17* bignum.c (rb_big2str1): Use power_level instead of bitsize(xn).akr
2013-08-17* bignum.c (BIGDIVREM_EXTRA_WORDS): Redefine to 1.akr
2013-08-17* test/ruby/test_time.rb: use the in_timezone() helpereregon
2013-08-17* ChangeLog: more description a bit. [Bug #8795]nobu
2013-08-17time.c: ignore invalid datanobu
2013-08-17* process.c: [DOC] MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC is aneregon
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-16fix a typokazu
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* 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-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