summaryrefslogtreecommitdiff
path: root/enumerator.c
AgeCommit message (Expand)Author
2014-07-07merge revision(s) 46099: [Backport #9814]usa
2013-12-12merge revision(s) 39722: [Backport #9178]nagachika
2013-12-02merge revision(s) 43929: [Backport #9178]nagachika
2013-12-02merge revision(s) 39594,39596: [Backport #8010]nagachika
2013-09-13merge revision(s) 42379: [Backport #8904]nagachika
2013-09-12merge revision(s) 42450: [Backport #8735]nagachika
2013-03-04merge revision(s) 39329: [Backport #8011]nagachika
2013-02-23* Backport r39438 from trunk:marcandre
2013-02-05* enumerator.c: Remove rdoc that is obsolete because of lazymarcandre
2013-02-05* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre
2013-02-05* enumerator.c: Finalize and document Lazy.new. [Bug #7248]marcandre
2013-02-05* enumerator.c: Fix and improve rdoc for to_enummarcandre
2013-01-24* enumerator.c (lazy_zip): raise error for bad argumentsmarcandre
2013-01-24* enumerator.c: Optimize Lazy#zip when passed only arraysmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#zipmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#dropmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#drop_whilemarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#takemarcandre
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2013-01-13* enumerator.c: Fix rdoc typo (thanks to Yutaka HARA)marcandre
2012-12-29use RB_TYPE_Pnobu
2012-12-01adjust style.nobu
2012-11-07* include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre
2012-11-06enum.c: prefixnobu
2012-11-06adjust stylenobu
2012-11-06* enumerator.c: Support for lazy.cycle.sizemarcandre
2012-11-06* enumerator.c: Add support for lazy.drop.sizemarcandre
2012-11-06* enumerator.c: Support for lazy.take.sizemarcandre
2012-11-06* enumerator.c: Support for lazy.{map|flat_map|...}.sizemarcandre
2012-11-06* enumerator.c: Support for lazy.sizemarcandre
2012-11-06* enumerator.c: Support #size for enumerators created from enumeratorsmarcandre
2012-11-06* enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre
2012-11-06* enumerator: New method #size; constructor accepts sizemarcandre
2012-11-06* enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre
2012-06-05obj_init_copynobu
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-13* enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika
2012-04-03initialize IDs in advance.nobu
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
2012-03-26* enumerator.c (inspect_enumerator): show method arguments ofshugo
2012-03-24* enumerator (lazy_initialize): set the instance variable "receiver"shugo
2012-03-24* enumerator (enumerator_inspect): include the original receiver andshugo
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-19* enumerator.c (enumerable_lazy): add an example of take and firstshugo
2012-03-16follow r35040kazu
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enumerator.c (lazy_zip_func): variadic argument needs explicit castnobu
2012-03-15* enumerator.c (lazy_init_iterator): no need to check overflow twice.nobu