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
path:
root
/
enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* array.c (rb_ary_sum): Array#sum is implemented.
akr
2016-04-13
1
-40
/
+8
*
* enum.c (ary_inject_op): put subtract operation out of if-clause.
mrkn
2016-03-23
1
-4
/
+5
*
* enum.c (ary_inject_op): Use Kahan's compensated summation algorithm
mrkn
2016-03-23
1
-4
/
+11
*
* enum.c (ary_inject_op): Implement the specialized code for sum of
akr
2016-03-17
1
-26
/
+40
*
* array.c, enum.c: make rdoc format consistent.
mame
2016-03-17
1
-7
/
+7
*
* array.c (rb_ary_max, rb_ary_min): implement Array#max and min with
mame
2016-03-17
1
-7
/
+17
*
* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.
mame
2016-03-17
1
-7
/
+0
*
* internal.c: struct cmp_opt_data added for refactoring out a data
mame
2016-03-17
1
-17
/
+14
*
* enum.c (ary_inject_op): Extracted from enum_inject.
akr
2016-03-17
1
-57
/
+67
*
* enum.c (enum_inject): Implement the specialized code for sum of
akr
2016-03-17
1
-10
/
+38
*
* enum.c (enum_inject): Consider redefinition of Fixnum#+.
akr
2016-03-15
1
-1
/
+2
*
* enum.c (enum_inject): Implement the specialied code for :+ operator
akr
2016-03-15
1
-0
/
+11
*
* enum.c (enum_inject): Implement the specialized code for self is an
akr
2016-03-15
1
-0
/
+24
*
Rename parameter name
nobu
2016-01-29
1
-2
/
+2
*
* enum.c (enum_min, enum_max): do the same optimization as r53454.
shugo
2016-01-07
1
-50
/
+58
*
* enum.c (enum_minmax): optimize object comparison in
shugo
2016-01-07
1
-10
/
+27
*
* enum.c: fix a typo in documentation.
hsbt
2015-12-14
1
-1
/
+1
*
add a comment.
akr
2015-10-04
1
-1
/
+1
*
* enum.c (nmin_filter): Fix limit value.
akr
2015-10-04
1
-3
/
+3
*
preserve encodings in error messages
nobu
2015-09-28
1
-2
/
+2
*
* enum.c: added doc for Enumerable#zip
hsbt
2015-08-11
1
-0
/
+4
*
* Add test case for empty array and first method with args.
hsbt
2015-07-04
1
-0
/
+1
*
enum.c: remove volatile, use RB_GC_GUARD
normal
2015-07-04
1
-6
/
+12
*
* Add test for Enumerable#none? [fix GH-950] Patch by @yui-knk
hsbt
2015-07-01
1
-0
/
+1
*
enum.c (enum_minmax): simplify return value creation
normal
2015-06-25
1
-4
/
+2
*
* enum.c (enum_chunk_while): New method Enumerable#chunk_while.
akr
2015-06-14
1
-0
/
+71
*
enum.c: [DOC] Fix typo [ci skip][Fix GH-904]
gogotanaka
2015-06-01
1
-1
/
+1
*
* enum.c: fix a sample code. Patch by @eagletmt
hsbt
2015-05-16
1
-1
/
+1
*
* enum.c (enum_grep_v, grep_i, grep_iter_i, Init_enum):
sorah
2015-05-14
1
-3
/
+30
*
* enum.c (enum_to_a): revert r50457.
glass
2015-05-13
1
-8
/
+1
*
* enum.c (enum_to_a): fix incompatibility introduced in r50457.
glass
2015-05-12
1
-3
/
+3
*
* enum.c (enum_to_a): Use size to set array capa when possible.
glass
2015-05-10
1
-1
/
+8
*
Revert "temp".
glass
2015-05-10
1
-11
/
+0
*
Revert "capa"
glass
2015-05-10
1
-1
/
+1
*
Revert "temp"
glass
2015-05-10
1
-0
/
+4
*
capa
glass
2015-05-10
1
-1
/
+1
*
temp
glass
2015-05-10
1
-1
/
+8
*
* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takes
akr
2015-04-06
1
-33
/
+6
*
* enum.c (enum_sort_by): add WBs.
ko1
2015-03-18
1
-4
/
+4
*
* enum.c: [DOC] Fixes Enumerable#member? documentation
gogotanaka
2015-03-14
1
-0
/
+2
*
* internal.h: use T_IMEMO to represent `struct MEMO' value.
ko1
2015-03-11
1
-59
/
+58
*
* internal.h: define struct MEMO.
ko1
2015-03-11
1
-152
/
+152
*
* enum.c (enum_slice_when): [DOC] fix typo.
ktsj
2015-03-10
1
-1
/
+1
*
* enum.c: Fix typo in slice_after's exception message.
hsbt
2015-03-04
1
-1
/
+1
*
enum.c: Fixnum only
nobu
2015-02-28
1
-5
/
+5
*
enum.c: limit size
nobu
2015-02-28
1
-0
/
+20
*
use rb_funcallv
nobu
2015-02-16
1
-2
/
+2
*
[DOC]
akr
2014-12-12
1
-1
/
+7
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-2
/
+0
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
[next]