index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* remove trailing spaces.
svn
2016-05-02
1
-1
/
+1
*
* test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]
usa
2016-05-02
1
-88
/
+217
*
* re.c (str_coderange): to avoid function call when the string already
naruse
2016-05-02
2
-19
/
+45
*
Update rdoc of Integer#modulo [ci skip]
kazu
2016-05-02
1
-3
/
+4
*
fix a typo [ci skip]
kazu
2016-05-02
1
-1
/
+1
*
fix typos [ci skip]
kazu
2016-05-02
1
-5
/
+5
*
string.c: shortcut
nobu
2016-05-02
1
-3
/
+5
*
string.c: fix doc
nobu
2016-05-02
1
-1
/
+1
*
* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.
akr
2016-05-02
2
-3
/
+8
*
string.c: fix braces
nobu
2016-05-02
1
-3
/
+1
*
complex.c don't refer rb_cFixnum and rb_cBignum.
akr
2016-05-01
2
-2
/
+8
*
fix mixed declaration on non UNALIGNED_WORD_ACCESS
naruse
2016-05-01
1
-2
/
+3
*
* test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.
akr
2016-05-01
2
-2
/
+5
*
test_name use Integer instead of Fixnum.
akr
2016-05-01
2
-1
/
+5
*
test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.
akr
2016-05-01
5
-23
/
+42
*
Add a cast to avoid signed integer overflow.
akr
2016-05-01
2
-1
/
+6
*
envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.
akr
2016-05-01
7
-33
/
+32
*
* 2016-05-02
svn
2016-05-01
1
-1
/
+1
*
Fix rb_ary_sum for mathn
mrkn
2016-05-01
3
-4
/
+28
*
* test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):
usa
2016-05-01
1
-1
/
+0
*
* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.
usa
2016-05-01
2
-1
/
+7
*
fix for where UNALIGNED_WORD_ACCESS is not allowed
naruse
2016-05-01
1
-12
/
+17
*
update comments.
akr
2016-05-01
3
-3
/
+3
*
Fix a test message.
akr
2016-05-01
1
-1
/
+1
*
* win32/win32.c: drop Win2K support.
usa
2016-05-01
2
-19
/
+6
*
* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4
usa
2016-05-01
5
-153
/
+82
*
Use WORDS_BIGENDIAN
naruse
2016-05-01
1
-3
/
+3
*
[DOC] merge documents for {Integer,Fixnum}#succ.
akr
2016-05-01
1
-11
/
+6
*
ChangeLog: fix a typo [ci skip]
nobu
2016-05-01
1
-1
/
+1
*
* string.c (search_nonascii): use nlz on big endian environments.
naruse
2016-04-30
3
-0
/
+19
*
fix a typo.
akr
2016-04-30
1
-1
/
+1
*
More optimization for r54854's search_nonascii
naruse
2016-04-30
1
-10
/
+10
*
* 2016-05-01
svn
2016-04-30
1
-2
/
+2
*
revert UNALIGNED_WORD_ACCESS for GCC6
naruse
2016-04-30
3
-12
/
+0
*
* string.c (search_nonascii): unroll and use ntz
naruse
2016-04-30
4
-23
/
+107
*
[DOC]
akr
2016-04-30
2
-27
/
+1
*
Gather Fixnum method definitions.
akr
2016-04-30
2
-14
/
+20
*
Define Integer#/ instead of Bignum#/.
akr
2016-04-30
4
-12
/
+24
*
Define Integer#+ instead of Bignum#+.
akr
2016-04-30
3
-9
/
+9
*
Define Integer#- instead of Bignum#-.
akr
2016-04-30
3
-9
/
+9
*
Define Integer#* instead of Bignum#*.
akr
2016-04-30
3
-9
/
+9
*
Define Integer#% instead of Bignum#%.
akr
2016-04-30
3
-1
/
+7
*
Define Integer#== instead of Bignum#==.
akr
2016-04-30
3
-3
/
+24
*
Define Integer#> instead of Bignum#>.
akr
2016-04-30
4
-13
/
+28
*
Define Integer#>= instead of Bignum#>=.
akr
2016-04-30
4
-13
/
+28
*
* doc/standard_library.rdoc: Remove obsoleted classes and modules.
hsbt
2016-04-30
2
-3
/
+4
*
Define Integer#< instead of Bignum#<.
akr
2016-04-30
4
-13
/
+28
*
Define Integer#<= instead of Bignum#<=.
akr
2016-04-30
4
-13
/
+29
*
Define Integer#GMP_VERSION.
akr
2016-04-30
2
-0
/
+5
*
Define Integer#-@ instead of Fixnum#-@.
akr
2016-04-30
1
-1
/
+1
[prev]
[next]