aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * bignum.c (bigdivrem_single): Use shift when y is a power of two.akr2013-08-152-9/+22
* * bignum.c (bigdivrem_restoring): Use bigdivrem_single if non-topmostakr2013-08-152-0/+15
* * bignum.c (rb_big2str1): Truncate topmost zeros of x.akr2013-08-152-14/+24
* * bignum.c (bary_divmod): Simplify an expression.akr2013-08-152-1/+5
* * 2013-08-16svn2013-08-151-2/+2
* * bignum.c (bigdivrem_normal): Remove a local variable.akr2013-08-152-3/+5
* * bignum.c (big2str_karatsuba): Use bigdivrem_restoring directly toakr2013-08-152-18/+58
* * test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa2013-08-152-0/+29
* * io.c, internal.h (rb_io_flush_raw): new function to select callingusa2013-08-155-19/+39
* parse.y: simplifynobu2013-08-151-12/+16
* * win32/win32.c (clock_gettime): improve precision when freq is lessusa2013-08-152-1/+6
* * gc.c (gc_lazy_sweep): remove heap_increment() here because heap_incko12013-08-152-3/+6
* * io.c (rb_io_rewind): remove fsync() for Windows to improve theusa2013-08-152-5/+5
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):usa2013-08-152-0/+7
* * process.c (rb_clock_gettime): [DOC] FreeBSD 7.1 supportsakr2013-08-152-1/+7
* * include/ruby/win32.h, win32/Makefile.sub, win32/win32.cusa2013-08-154-0/+54
* * 2013-08-15svn2013-08-141-2/+2
* * hash.c (rb_hash_aset): [DOC] Document key dup patch by @kachickzzak2013-08-142-5/+17
* * test/test_pstore.rbusa2013-08-141-1/+1
* get detailed ps data to debugnaruse2013-08-141-1/+10
* * test/test_pstore.rbusa2013-08-141-1/+1
* * proc.c (rb_mod_define_method): now they return the symbols of theusa2013-08-144-3/+39
* test_dir_m17n.rb: fixed encoding file system on OS Xnobu2013-08-141-13/+11
* * bignum.c (bigdivrem_restoring): xn argument removed.akr2013-08-132-3/+8
* Remove a trailing space.akr2013-08-131-1/+1
* * 2013-08-14svn2013-08-131-2/+2
* * bignum.c (big_div_struct): Remove xn and j field. Add zn field. akr2013-08-132-13/+18
* * bignum.c (big_div_struct): ynzero field removed.akr2013-08-132-13/+19
* * bignum.c (bigdivrem_restoring): Extracted from bigdivrem_normal.akr2013-08-132-14/+27
* random.c: coerce before check negativenobu2013-08-133-1/+32
* object.c: undef Module#prepend_features on Classnobu2013-08-133-0/+35
* fix a typokazu2013-08-131-1/+1
* fix a typokazu2013-08-131-1/+1
* * 2013-08-13svn2013-08-121-2/+2
* * doc/syntax/literals.rdoc: [DOC] String literal concat by @cknadlerzzak2013-08-122-0/+17
* * gc.c (gc_marks_test): inhibit gc for st's operation.tarui2013-08-122-0/+7
* parse.y: CR in middlenobu2013-08-123-1/+18
* * class.c (rb_prepend_module): make T_ICLASS object shady becauseko12013-08-123-0/+26
* * process.c: [DOC] RDoc formatting of Process.clock_gettimezzak2013-08-122-11/+16
* * lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBMzzak2013-08-122-11/+60
* * ext/dbm/extconf.rb: [DOC] Hide from RDoczzak2013-08-122-0/+9
* * ext/dbm/dbm.c: [DOC] Reformat headings of DBM classzzak2013-08-122-4/+7
* * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and addzzak2013-08-123-2/+18
* fix r42527 again; [Bug #8760] [ruby-dev:47608] [ruby-dev:47609]naruse2013-08-121-7/+2
* refix r42525 set stdio_file only if stdionaruse2013-08-121-2/+4
* * 2013-08-12svn2013-08-111-2/+2
* * ext/readline/readline.c (readline_s_set_input): on OS X with editline,naruse2013-08-112-0/+12
* file.c: OSX path encodingnobu2013-08-113-1/+8
* test_require.rb: __FILE__ encoding on Windowsnobu2013-08-112-2/+18
* * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.kou2013-08-112-1/+5