summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-08-13fix a typokazu
2013-08-13fix a typokazu
2013-08-12* 2013-08-13svn
2013-08-12* doc/syntax/literals.rdoc: [DOC] String literal concat by @cknadlerzzak
2013-08-12 * gc.c (gc_marks_test): inhibit gc for st's operation.tarui
2013-08-12parse.y: CR in middlenobu
2013-08-12* class.c (rb_prepend_module): make T_ICLASS object shady becauseko1
2013-08-12* process.c: [DOC] RDoc formatting of Process.clock_gettimezzak
2013-08-12* lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBMzzak
2013-08-12* ext/dbm/extconf.rb: [DOC] Hide from RDoczzak
2013-08-12* ext/dbm/dbm.c: [DOC] Reformat headings of DBM classzzak
2013-08-12* lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and addzzak
2013-08-12fix r42527 again; [Bug #8760] [ruby-dev:47608] [ruby-dev:47609]naruse
2013-08-12refix r42525 set stdio_file only if stdionaruse
2013-08-11* 2013-08-12svn
2013-08-11* ext/readline/readline.c (readline_s_set_input): on OS X with editline,naruse
2013-08-11file.c: OSX path encodingnobu