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
*
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+4
*
#define RB_BLOCK_CALL_FUNC_STRICT 1
卜部昌平
2019-08-27
1
-2
/
+2
*
Document that Enumerable#sum may not respect redefinition of Range#each
Jeremy Evans
2019-08-25
1
-1
/
+1
*
Remove redundant each from `sum` example (#2190) [ci skip]
OKURA Masafumi
2019-08-17
1
-1
/
+1
*
enum.c: Remove unused #include
Yusuke Endoh
2019-08-07
1
-1
/
+0
*
Predefine some IDs
Nobuyoshi Nakada
2019-08-03
1
-2
/
+1
*
[DOC] Add link to Enumerable#grep from Enumerable#select
Kazuhiro NISHIYAMA
2019-07-09
1
-1
/
+1
*
squeeze space [ci skip]
Kazuhiro NISHIYAMA
2019-06-13
1
-1
/
+1
*
add comments to mention sort.reverse!
Martin Dürst
2019-06-13
1
-0
/
+4
*
Make size on an infinite each_slice enumerator return Infinity
Jeremy Evans
2019-06-02
1
-0
/
+5
*
enum.c (enum_tally): better example in rdoc
Yusuke Endoh
2019-05-23
1
-2
/
+1
*
Adding Enumerable#filter_map
Alfonso Jiménez
2019-05-23
1
-0
/
+41
*
[DOC] Use '&&' instead of 'and' in boolean expression
Marcus Stollsteimer
2019-05-18
1
-9
/
+9
*
Improve doc for Enumerable#include? and member?
okuramasafumi
2019-05-13
1
-4
/
+4
*
memo.c might not always be initialized
Urabe, Shyouhei
2019-04-26
1
-0
/
+4
*
[DOC] Add `ifnone` example to `find` documentation [ci skip]
nagachika
2019-04-12
1
-4
/
+6
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-26
/
+25
*
enum.c: [DOC] tally does not take a block
nobu
2019-02-08
1
-1
/
+1
*
* expand tabs.
svn
2019-02-07
1
-3
/
+3
*
enum.c: Enumerable#tally
nobu
2019-02-07
1
-0
/
+43
*
enum.c: hosited out enum_hashify
nobu
2019-02-07
1
-11
/
+11
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-10
/
+7
*
Build error method name at failure
nobu
2018-12-05
1
-6
/
+5
*
Adjust indent [ci skip]
nobu
2018-12-05
1
-9
/
+9
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-05
1
-7
/
+3
*
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-12-03
1
-1
/
+0
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-2
/
+4
*
* expand tabs.
svn
2018-10-30
1
-3
/
+3
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-5
/
+3
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-3
/
+5
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-29
1
-1
/
+2
*
revisit `RARRAY_PTR()`.
ko1
2018-10-10
1
-10
/
+14
*
Fix a typo [ci skip]
kazu
2018-09-21
1
-1
/
+1
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-14
/
+18
*
warn unused blocks with Enumerable#all? any? one? none?
nobu
2018-09-13
1
-0
/
+11
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
fix sum on infinity
nobu
2018-07-22
1
-0
/
+19
*
enum.c: bignum counter
nobu
2018-06-02
1
-10
/
+40
*
enum.c: mitigate overflows
nobu
2018-06-02
1
-5
/
+5
*
memo->u3.cnt is long not int [Bug #14805]
naruse
2018-06-02
1
-1
/
+1
*
Add a new #filter alias for #select
eregon
2018-02-25
1
-0
/
+5
*
Fixing some minimal formating on enum.c examples
nobu
2018-02-13
1
-11
/
+11
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-1
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-0
/
+1
*
enum.c: improve docs for Enumerable#{any?,all?,none?,one?}
stomar
2017-12-14
1
-4
/
+4
*
Add more example of `Enumerable#one?` [ci skip]
kazu
2017-12-12
1
-0
/
+1
*
Add case equality arity to Enumerable#all?, any?, none? and one?,
marcandre
2017-12-10
1
-13
/
+46
*
enum.c: check argument first
nobu
2017-11-05
1
-7
/
+8
*
Fix size on Enumerable#cycle when the size is 0 [Bug #14082].
marcandre
2017-11-05
1
-0
/
+1
*
enum.c: make constant argument static
nobu
2017-08-11
1
-1
/
+2
[next]