aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj2016-05-043-9/+79
* * 2016-05-04svn2016-05-041-1/+1
* * test/test_set.rb: add missing test of Set#select!.ktsj2016-05-041-0/+12
* Update result of 123456789 ** -2kazu2016-05-032-1/+6
* * internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAGyui-knk2016-05-032-1/+6
* * complex.c (rb_complex_set_imag): Fix to properly set imagyui-knk2016-05-032-1/+6
* * configure.in (warnflags): use -std=gnu99 instead ofnaruse2016-05-032-1/+6
* * string.c (count_utf8_lead_bytes_with_word): Use __builtin_popcountnaruse2016-05-034-4/+35
* parse.y: trace elsifnobu2016-05-033-1/+25
* eval.c: constifynobu2016-05-031-1/+1
* * 2016-05-03svn2016-05-021-1/+1
* process.c (disable_child_handler_fork_child): initialize handler for SIGPIPEnormal2016-05-022-1/+10
* * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa2016-05-024-5/+36
* * remove trailing spaces.svn2016-05-021-1/+1
* * test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]usa2016-05-021-88/+217
* * re.c (str_coderange): to avoid function call when the string alreadynaruse2016-05-022-19/+45
* Update rdoc of Integer#modulo [ci skip]kazu2016-05-021-3/+4
* fix a typo [ci skip]kazu2016-05-021-1/+1
* fix typos [ci skip]kazu2016-05-021-5/+5
* string.c: shortcutnobu2016-05-021-3/+5
* string.c: fix docnobu2016-05-021-1/+1
* * test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr2016-05-022-3/+8
* string.c: fix bracesnobu2016-05-021-3/+1
* complex.c don't refer rb_cFixnum and rb_cBignum.akr2016-05-012-2/+8
* fix mixed declaration on non UNALIGNED_WORD_ACCESSnaruse2016-05-011-2/+3
* * test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr2016-05-012-2/+5
* test_name use Integer instead of Fixnum.akr2016-05-012-1/+5
* test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr2016-05-015-23/+42
* Add a cast to avoid signed integer overflow.akr2016-05-012-1/+6
* envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr2016-05-017-33/+32
* * 2016-05-02svn2016-05-011-1/+1
* Fix rb_ary_sum for mathnmrkn2016-05-013-4/+28
* * test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):usa2016-05-011-1/+0
* * test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa2016-05-012-1/+7
* fix for where UNALIGNED_WORD_ACCESS is not allowednaruse2016-05-011-12/+17
* update comments.akr2016-05-013-3/+3
* Fix a test message.akr2016-05-011-1/+1
* * win32/win32.c: drop Win2K support.usa2016-05-012-19/+6
* * cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa2016-05-015-153/+82
* Use WORDS_BIGENDIANnaruse2016-05-011-3/+3
* [DOC] merge documents for {Integer,Fixnum}#succ.akr2016-05-011-11/+6
* ChangeLog: fix a typo [ci skip]nobu2016-05-011-1/+1
* * string.c (search_nonascii): use nlz on big endian environments.naruse2016-04-303-0/+19
* fix a typo.akr2016-04-301-1/+1
* More optimization for r54854's search_nonasciinaruse2016-04-301-10/+10
* * 2016-05-01svn2016-04-301-2/+2
* revert UNALIGNED_WORD_ACCESS for GCC6naruse2016-04-303-12/+0
* * string.c (search_nonascii): unroll and use ntznaruse2016-04-304-23/+107
* [DOC]akr2016-04-302-27/+1
* Gather Fixnum method definitions.akr2016-04-302-14/+20