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
*
* 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
*
* enumerator.c: Fix state handling for Lazy#drop
marcandre
2013-01-24
1
-7
/
+8
*
* enumerator.c: Fix state handling for Lazy#drop_while
marcandre
2013-01-24
1
-9
/
+5
*
* enumerator.c: Fix state handling for Lazy#take
marcandre
2013-01-24
1
-7
/
+10
*
* enumerator.c (lazy_flat_map_func): flat_map should call each only
shugo
2013-01-14
1
-15
/
+36
*
* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]
marcandre
2013-01-14
1
-0
/
+6
*
* enumerator.c: Fix size for Enumerator::Lazy#flat_map
marcandre
2013-01-14
1
-1
/
+1
*
* enumerator.c: Fix rdoc typo (thanks to Yutaka HARA)
marcandre
2013-01-13
1
-1
/
+1
*
use RB_TYPE_P
nobu
2012-12-29
1
-1
/
+1
*
adjust style.
nobu
2012-12-01
1
-1
/
+1
*
* include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497
marcandre
2012-11-07
1
-2
/
+11
*
enum.c: prefix
nobu
2012-11-06
1
-1
/
+1
*
adjust style
nobu
2012-11-06
1
-3
/
+6
*
* enumerator.c: Support for lazy.cycle.size
marcandre
2012-11-06
1
-1
/
+6
*
* enumerator.c: Add support for lazy.drop.size
marcandre
2012-11-06
1
-1
/
+14
*
* enumerator.c: Support for lazy.take.size
marcandre
2012-11-06
1
-1
/
+10
*
* enumerator.c: Support for lazy.{map|flat_map|...}.size
marcandre
2012-11-06
1
-12
/
+14
*
* enumerator.c: Support for lazy.size
marcandre
2012-11-06
1
-2
/
+21
*
* enumerator.c: Support #size for enumerators created from enumerators
marcandre
2012-11-06
1
-2
/
+5
*
* enumerator.c (obj_to_enum): Have #to_enum accept a block
marcandre
2012-11-06
1
-2
/
+11
*
* enumerator: New method #size; constructor accepts size
marcandre
2012-11-06
1
-11
/
+60
*
* enumerator.c (enumerator_initialize): Warn when using deprecated form
marcandre
2012-11-06
1
-0
/
+1
*
obj_init_copy
nobu
2012-06-05
1
-0
/
+3
*
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-23
1
-1
/
+1
*
* enumerator.c (lazy_take_func, lazy_take): multiple calls of
nagachika
2012-05-13
1
-1
/
+2
*
initialize IDs in advance.
nobu
2012-04-03
1
-9
/
+12
*
* enumerator.c (inspect_enumerator): suppress uninitialized
nobu
2012-04-03
1
-3
/
+3
*
* enumerator.c (inspect_enumerator): show method arguments of
shugo
2012-03-26
1
-36
/
+68
*
* enumerator (lazy_initialize): set the instance variable "receiver"
shugo
2012-03-24
1
-22
/
+8
*
* enumerator (enumerator_inspect): include the original receiver and
shugo
2012-03-24
1
-25
/
+64
*
* enumerator.c (lazy_flat_map_func): convert the block value to
shugo
2012-03-19
1
-1
/
+31
*
* enumerator.c (enumerable_lazy): add an example of take and first
shugo
2012-03-19
1
-2
/
+4
*
follow r35040
kazu
2012-03-16
1
-1
/
+1
*
* enumerator.c (lazy_take): don't enumerate an extra value.
shugo
2012-03-16
1
-4
/
+15
*
* enumerator.c (lazy_zip_func): variadic argument needs explicit cast
nobu
2012-03-15
1
-1
/
+1
*
* enumerator.c (lazy_init_iterator): no need to check overflow twice.
nobu
2012-03-15
1
-1
/
+1
*
* enumerator.c (lazy_init_iterator): Fix type error (int vs long).
drbrain
2012-03-15
1
-1
/
+1
*
* enum.c (rb_enum_values_pack): rename from enum_values_pack, and
shugo
2012-03-15
1
-29
/
+53
*
* enumerator.c (lazy_zip): rescue StopIteration returned by
shugo
2012-03-15
1
-1
/
+14
*
* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}
shugo
2012-03-15
1
-23
/
+8
*
* enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy to
shugo
2012-03-15
1
-1
/
+1
*
* enumerator.c (enumerator_lazy): added cycle to the documentation.
shugo
2012-03-15
1
-2
/
+2
*
* enumerator.c (lazy_cycle): check argument number overflow before
nobu
2012-03-15
1
-8
/
+9
*
* enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.
shugo
2012-03-15
1
-3
/
+43
*
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-14
1
-1
/
+1
*
* enumerator.c (enumerable_lazy): fix the documentation of
shugo
2012-03-14
1
-4
/
+8
*
* enumerator.c (lazy_init_iterator): break when Qundef is returned
shugo
2012-03-14
1
-5
/
+76
*
* enumerator.c (lazy_take): add Enumerable::Lazy#take.
shugo
2012-03-14
1
-1
/
+33
[next]