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
/
enumerator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* internal.h: use T_IMEMO to represent `struct MEMO' value.
ko1
2015-03-11
1
-3
/
+2
*
* internal.h: define struct MEMO.
ko1
2015-03-11
1
-3
/
+3
*
use 0 for reserved
nobu
2014-12-01
1
-3
/
+3
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
*
* enum.c (enum_slice_when): New method: Enumerable#slice_when.
akr
2014-09-20
1
-0
/
+1
*
symbols instead of IDs
nobu
2014-07-28
1
-3
/
+5
*
Init functions don't need ID caches
nobu
2014-07-03
1
-0
/
+1
*
constify parameters
nobu
2014-06-18
1
-5
/
+5
*
* enumerator.c: [DOC] Fix example to show Enumerator#peek behavior
zzak
2014-05-25
1
-1
/
+1
*
enumerator.c: adjust style [ci skip]
nobu
2014-05-24
1
-1
/
+2
*
* enum.c: Enumerable#slice_after implemented.
akr
2014-05-18
1
-0
/
+1
*
* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()
ko1
2014-03-17
1
-2
/
+2
*
enumerator.c: should not store local variable address
nobu
2013-11-30
1
-4
/
+4
*
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
1
-19
/
+19
*
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-29
1
-19
/
+19
*
* enumerator.c (append_method): use RARRAY_CONST_PTR().
glass
2013-11-08
1
-2
/
+2
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+3
*
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-09-25
1
-1
/
+1
*
* enumerator.c: [DOC] Enumerator#each arguments documentation [GH-388]
zzak
2013-09-20
1
-3
/
+31
*
enumerator.c: rb_check_funcall
nobu
2013-08-27
1
-8
/
+8
*
enumerator.c: add comment
nobu
2013-08-27
1
-0
/
+1
*
enumerator.c: check arg size
nobu
2013-08-27
1
-1
/
+4
*
* enumerator.c: Allow Enumerator size argument to be any callable.
marcandre
2013-08-27
1
-6
/
+9
*
enumerator.c: fix non-single argument
nobu
2013-08-08
1
-1
/
+6
*
* enumerator.c: [DOC] Remove reference to Enumerator::Lazy#cycle
zzak
2013-08-04
1
-2
/
+2
*
Add a frozenness check to Enumerator::Generator#initialize.
knu
2013-07-29
1
-0
/
+1
*
Add a frozenness check to Enumerator#initialize.
knu
2013-07-29
1
-0
/
+1
*
enumerator.c: lazyenum_size
nobu
2013-06-28
1
-1
/
+7
*
enumerator.c: adjust indent
nobu
2013-06-27
1
-1
/
+1
*
enumerator.c: use rb_enumerator_size_func
nobu
2013-06-26
1
-6
/
+6
*
intern.h: define rb_enumerator_size_func
nobu
2013-06-26
1
-3
/
+9
*
Update doc.
akr
2013-05-21
1
-0
/
+18
*
enumerator.c: use VALUE
nobu
2013-05-18
1
-16
/
+13
*
enumerator.c: append_method
nobu
2013-05-18
1
-15
/
+20
*
enumerator.c: fix style
nobu
2013-05-18
1
-1
/
+2
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-8
/
+8
*
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-12
1
-0
/
+3
*
* enumerator.c (enumerator_with_index): try to convert given offset to
naruse
2013-03-11
1
-0
/
+2
*
use INT2FIX(0) instead of INT2NUM(0).
kazu
2013-03-05
1
-2
/
+2
*
* enumerator.c (enumerator_with_index): Restore handling of a nil memo
drbrain
2013-03-05
1
-0
/
+2
*
enumerator.c: allow Bignum for with_index
nobu
2013-03-05
1
-5
/
+2
*
* enumerator.c: rdoc fix
marcandre
2013-02-23
1
-1
/
+1
*
enumerator.c: suppress warnings
nobu
2013-02-20
1
-5
/
+5
*
* enumerator.c: Remove rdoc that is obsolete because of lazy
marcandre
2013-02-05
1
-57
/
+0
*
* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.
marcandre
2013-02-05
1
-7
/
+11
*
* enumerator.c: Finalize and document Lazy.new. [Bug #7248]
marcandre
2013-02-05
1
-84
/
+112
*
* enumerator.c: Fix and improve rdoc for to_enum
marcandre
2013-02-05
1
-14
/
+36
*
* enumerator.c (lazy_zip): raise error for bad arguments
marcandre
2013-01-24
1
-0
/
+6
*
* enumerator.c: Optimize Lazy#zip when passed only arrays
marcandre
2013-01-24
1
-3
/
+35
*
* enumerator.c: Fix state handling for Lazy#zip
marcandre
2013-01-24
1
-9
/
+15
[next]