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
...
*
* 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
*
enum.c: nil if no iteration
nobu
2014-10-15
1
-0
/
+1
*
enum.c: use Qundef
nobu
2014-10-15
1
-8
/
+7
*
* enum.c: min(n) drops elements bigger than the n-th maximum element.
akr
2014-10-14
1
-1
/
+18
*
update doc.
akr
2014-10-13
1
-3
/
+3
*
* enum.c (nmin_run): max(n) and max_by(n) returns an array in
akr
2014-10-13
1
-0
/
+3
*
Update doc. and warnings.
akr
2014-10-10
1
-28
/
+29
*
* enum.c (enum_chunk): Deprecate the state management.
akr
2014-09-20
1
-4
/
+10
*
* enum.c (enum_slice_when): New method: Enumerable#slice_when.
akr
2014-09-20
1
-0
/
+133
*
Move enum.one? documentation before the relevant method.
knu
2014-08-06
1
-18
/
+17
*
symbols instead of IDs
nobu
2014-07-28
1
-2
/
+2
*
revert r46859 and r46860
nobu
2014-07-18
1
-34
/
+1
*
enum.c: optimize any? object allocations for Array and Hash
nobu
2014-07-18
1
-1
/
+34
*
* enum.c: [DOC] Use #find in example to clarify alias by @rachellogie
zzak
2014-05-25
1
-2
/
+2
*
enum.c: suppress warnings
nobu
2014-05-18
1
-1
/
+1
*
* enum.c: Enumerable#slice_after implemented.
akr
2014-05-18
1
-0
/
+125
*
[DOC]
akr
2014-05-05
1
-0
/
+45
*
enum.c: fix condition to recycle block argument
nobu
2014-04-16
1
-1
/
+1
*
enum.c: make each_slice and each_cons more efficient
nobu
2014-04-15
1
-4
/
+20
*
revert [Bug #9605]
nobu
2014-03-12
1
-18
/
+18
*
enum.c: suppress warnings
nobu
2014-03-08
1
-1
/
+0
*
enum.c: yield multiple values
nobu
2014-03-07
1
-17
/
+18
*
* enum.c: Enumerable#{min,min_by,max,max_by} extended to take an
akr
2014-02-14
1
-18
/
+260
*
* enum.c: document that it is OK to take more than available by @mvidner [fix...
hsbt
2014-02-10
1
-0
/
+1
*
* enum.c: [DOC] Add simple example of Enumerable#zip [ci skip]
zzak
2014-01-21
1
-0
/
+1
*
* array.c: Have to_h raise on elements that are not key-value pairs [#9239]
marcandre
2013-12-23
1
-5
/
+11
*
* array.c: More doc examples for Array#{map|collect}{!} using both forms
marcandre
2013-12-11
1
-1
/
+1
*
ruby/ruby.h, enum.c, vm_eval.c: constify argv
nobu
2013-11-29
1
-1
/
+1
*
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
1
-48
/
+48
*
array.c, enum.c, range.c: rb_block_call_func compatible
nobu
2013-11-29
1
-8
/
+8
*
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-29
1
-41
/
+43
*
* array.c: Add Array#to_h [Feature #7292]
marcandre
2013-10-23
1
-0
/
+34
*
* enum.c: [DOC] Enumerable#to_a accepts arguments [GH-388]
zzak
2013-09-20
1
-2
/
+5
*
* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because
ko1
2013-08-26
1
-2
/
+3
*
internal.h: STATIC_ASSERT
nobu
2013-07-10
1
-2
/
+0
*
intern.h: define rb_enumerator_size_func
nobu
2013-06-26
1
-7
/
+7
*
* internal.h (numberof): Gathered from various files.
akr
2013-06-07
1
-2
/
+0
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-3
/
+3
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-13
/
+13
*
* enum.c (Enumerable#chunk): fix grammar of error message
eregon
2013-05-01
1
-2
/
+2
[prev]
[next]