Age | Commit message (Expand) | Author |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-07-09 | * enumerator.c: Remove "enumeration sequenced by". | drbrain |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-01 | More clarification for enumerator_feed | ryan |
2011-05-31 | Extra formatting and clarification of enumerator_feed [#4757] | ryan |
2011-05-22 | * enumerator.c: Improve documentation. Patch by Dave Copeland. | drbrain |
2010-07-18 | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu |
2010-05-29 | * removed trailing spaces. | nobu |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-08 | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre |
2010-04-12 | * enumerator.c (inspect_enumerator): don't raise for uninitialized | akr |
2010-02-03 | * enumerator.c: move implementation of each_slice, each_cons, | matz |
2009-12-20 | * vm_eval.c (rb_iterate): pass current block when the argument bl_proc | mame |
2009-11-11 | * enumerator.c (yielder_yield_push): Yielder#<< should return self. | mame |
2009-11-03 | fix typos. | akr |
2009-10-29 | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz |
2009-09-29 | * enumerator.c (enumerator_block_call): extracted. | nobu |
2009-09-09 | * enumerator.c (enumerator_data_type): typed. | nobu |
2009-08-27 | * enumerator.c (next_i): typo fixed (reached at end -> reached an | matz |
2009-08-22 | fix rdoc. | akr |
2009-08-22 | rdoc update. | akr |
2009-08-21 | * enumerator.c (ary2sv): add dup argument. | akr |
2009-08-21 | rdoc update. | akr |
2009-08-21 | * enumerator.c (get_next_values): extracted from | akr |
2009-08-19 | rdoc update. | akr |
2009-08-19 | * enumerator.c (next_init): don't clear feedvalue. | akr |
2009-08-19 | * enumerator.c: implement Enumerator#{next_values,peek_values,feed} | akr |
2009-08-18 | * enumerator.c (enumerator_peek): new method Enumerator#peek. | akr |
2009-07-18 | * suppressed shorten-64-to-32 warnings. | nobu |
2009-07-13 | * enumerator.c (yielder_yield_i): use rb_proc_new instead of | mame |
2009-05-20 | * enumerator.c (inspect_enumerator): should use long. | nobu |
2009-04-22 | Trivial change in comment. | knu |
2009-03-17 | * enumerator.c (Enumerator#{each_,}{with_index,with_object}): Fix | knu |
2009-02-09 | Slightly fix rdoc of with_index. | knu |
2009-02-08 | * enumerator.c (enumerator_with_index): receives one argument which | mame |
2009-02-02 | * enumerator.c: Introduce id_each to save rb_itern() and SYM2ID() | knu |
2008-12-10 | * enumerator.c (enumerator_rewind): If the enclosed object | knu |
2008-12-10 | * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/. | knu |
2008-12-04 | * enumerator.c (inspect_enumerator): Implement #inspect. | knu |
2008-09-23 | * common.mk: clean up | ko1 |
2008-08-26 | * enumerator.c: Activate Enumerator#with_object and add | knu |
2008-08-26 | * enumerator.c (enumerator_initialize), | knu |
2008-08-13 | * enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator to | knu |
2008-07-21 | * enumerator.c (enumerator_with_object): suppress a warning. | nobu |
2008-06-20 | * enumerator.c (enum_each_cons): typo in RDoc fixed. | matz |
2008-06-16 | * enumerator.c (enumerator_with_object, Init_Enumerator): | knu |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-06-04 | * enumerator.c (enumerator_with_index, enumerator_with_memo): Fix | knu |
2008-06-03 | * enumerator.c (enumerator_with_memo): New method: with_memo(). | knu |
2008-06-03 | * enumerator.c (enumerator_init_copy): Take care of | knu |